You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    No, the plugin has only these preconfigured roles.

    4 years ago

    protected string GetCustomerRole()
            {
                if (_workContext.CurrentCustomer == null)
                    return "Unknown";
                if (_workContext.IsAdmin)
                    return "Admin";
                if (_workContext.CurrentVendor!=null)
                    return "Vendor";
                if (_workContext.CurrentCustomer.IsSystemAccount)
                    return "SystemAccount";
                if (_customerService.IsGuest(_workContext.CurrentCustomer))
                    return "Guest";
                if (_customerService.IsRegistered(_workContext.CurrentCustomer))
                    return "Registered";
                return "Unknown";
            }

    4 years ago

    Send me the error message from nop log or stdout log.

    4 years ago

    I did the new release. Download the new ZIP file and try it.
    If you see the error message you need to open plugin configure page and enable debugging.  Try to login and send me plugin log file to email support@foxnetsoft.com

    4 years ago

    You use other plugin for PayPal Smart Payment Button, this other plugin loads PayPal Javascript library with other parameters, disable it.

    4 years ago

    Please do it and write me about result. I upgraded many APIs

    4 years ago

    Did you use the last release from our site?

    4 years ago

    What nopcommerce version do you use?

    4 years ago

    Plugin supports Google Auth2.0 and Google SignIn
    Can you try to use Google SignIn ?

    4 years ago

    Upgrade  ASP.NET Core with the last fixes.

    4 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved