You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    It's not a problem.
    Google sees the old schema  ata (microdata) and my ld-json data.
    Google takes data from ld-json code. It's never format and Google tries to populate it.
    Anyone leaves old and new data.
    Don't worry.

    5 years ago

    PayPal wants to see the state for the USA.
    It's important!!!

    PayPal has the list of countries with necessaries state/province value.

    https://developer.paypal.com/docs/classic/api/country_codes/#

    5 years ago

    I am sorry
    I added a bug in .last release for nop 4.00
    Download the new one and write me about result.
    https://www.foxnetsoft.com/content/files/foxnetsoft.shippingrules.zip

    5 years ago

    PayPal recommends to send shipping address too.
    It's anti-fraud protection.

    5 years ago

    Download the new release 1.05
    http://foxnetsoft.com/content/files/foxnetsoft.redirectmanager.zip

    I have fixed this bug.
    If you don't want to upgrade plugin you need to change the the pattern with lower case letter

    "content*"

    5 years ago

    What nopcommerce version do you use?

    1. Open the Rule settings and make print screen.
    Send me it.
    This pattern "Content*" has to redirect all urls

    2. Send me error message from nop log (about wrong URL).
    I want to see the full URL:

    5 years ago

    It's a draft code

    public virtual string ReadAttributeValue(Product product, ProductAttributeCombination productAttributeCombination, string feedColumName, string typeFeed)
            {
                var tax=20;
                return (product.Price*(100+tax/100)).ToString();
            }
    5 years ago

    Plugin uses the nopcommerce task for creating the feed file.
    NopCommerce uses the virtual customer for each nop task.
    Ignore this information.
    You can add own tax in extrnal plugins.
    Do it one plugin for  one tax and another plugin for another tax.
    You will have the product and it's price in external plugin and you need to add TAX as static percent.

    5 years ago

    Do you customer's billing address for calculation TAXs?
    If yes than plugin can't calculate the TAX. Plugin uses one customer's account for all feed files.
    It's only one solution it's to do external subplugins for Feed Manager.
    One subplugin for one country another one for another country.
    Do you understand me?
    https://www.foxnetsoft.com/documentation-nopfeedmanager#q14

    If you need I can do such subplugins, but see at example. It's easy.

    5 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved