You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    If customer presses the button 'Buy' plugin adds the product into the basket.
    NopCommerce checks the stock and product attribute warnings.
    If you have another products in the cart you will see all products from the cart in PayPal express checkout page.

    7 years ago

    You should put serial number on plugin configure page.
    Our robot will send it after purchase.

    7 years ago

    Download new release from our site. We have fixed this bug.

    Version: 1.06

    Try and write me about result.

    7 years ago

    Open the file _ColumnsTwo.cshtml in the theme folder.
    And add the next code.

    1. After this code

        var isHelpDeskPage = currentController.Equals("helpdesk", StringComparison.InvariantCultureIgnoreCase);

    add this code
        var isProductRewardsPage = currentController.Equals("productrewards", StringComparison.InvariantCultureIgnoreCase);


    2. Change this code
    old code
        isCustomerAccountPage = isCustomerAccountPage || isOrderListPage || isReturnRequest || isBackInStockSubscriptions || isRewardPoints || isForumSubscriptions || isMyProductReviews || isVendorInfo || isHelpDeskPage;


    new code
        isCustomerAccountPage = isCustomerAccountPage || isOrderListPage || isReturnRequest || isBackInStockSubscriptions || isRewardPoints || isForumSubscriptions || isMyProductReviews || isVendorInfo || isHelpDeskPage || isProductRewardsPage;




    7 years ago
    Wrong URL

    I answered you by e-mail. Can you check store setting (Url, SecureUrl and hosts)?

    7 years ago

    PayPal express doesn't allow to send shipment method.
    PayPal recommends to use internal PayPal shipment method mapping (you can set shipment fee).
    You can create shipment method and fee in PayPal admin mode.
    https://developer.paypal.com/docs/classic/admin/checkout-settings/#auto-calculate-shipping-charges

    About error.
    1. Do you use the last release from our site?
    2. What NopCommerce version do you use?
    3. Can clear cache in browser and try again?

    7 years ago
    Wrong URL

    What NopCommerce version do you use?
    I'll add new notification in plugin log file.

    7 years ago
    Wrong URL

    I checked on my test site. Plugin created correct  product URLs.
    Check if you enabled 'SeoFriendlyUrlsForLanguagesEnabled' for your store settings.
    If you checked it plugin had to create correct URLs.

    And last.
    Clear browser cache before checking, because you will read old feed file from your PC, not from site.
    Check it and write me about result.



    7 years ago
    Wrong URL

    Do you mean product URL or pictures URLs?

    Can you upgrade plugin with last version from our site and try to create new feed file?
    Plugin must create correct product URL. I'll check it now too.

    7 years ago

    I added your request in new release 1.01. Thank you for this suggestion.

    If you need to use HTML ID plugin creates ID automatically 'speedtab'+ID of the tab.
    Example
    speedtab1
    speedtab245

    7 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved