You have no items in your shopping cart.

Profile: Support

Avatar
Statistics
    Bugs

    I'll see.

    9 years ago
    Bugs

    We have done it.
    See on image link.

    Replace plugin folder.

    9 years ago
    Bugs

    It's a bug.
    Guest must have seen warnings.
    Ex.
        First name is required.
        Last name is required.
        Email is required.
        City is required
        Phone is required

    We'll fix it tomorrow.
    Thank you.

    9 years ago
    Bugs

    Thank you.
    We'll verify it and answer you.

    9 years ago
    Bugs

    Yes. It was a bug.
    We have fixed it.
    Thank you.

    Download the new version, replace plugin folder (all files) and restart your site.

    9 years ago
    Bugs

    We'll verify.

    9 years ago

    We have added plugin for  version 3.40 too.
    www.foxnetsoft.com/content/files/Shipping.Endicia.zip

    9 years ago

    I can recompile this plugin if you want to use it.

    9 years ago

    Plugin has bad code in RouteProvider.cs

    route.DataTokens["Namespaces"] = new[] { "Nop.Admin.Controllers", "Nop.Plugin.Shipping.Endicia.Controllers" };


    It's not good.

    You should replace with new code

                Route route;
                route = (Route)routes["Admin_default"];
                if (route != null)
                {
                    if (route.DataTokens["Namespaces"] == null)
                    {
                        route.DataTokens["Namespaces"] = new string[] { "Nop.Plugin.Shipping.Endicia.Controllers" };
                    }
                    else
                    {
                        string[] DataNamespaces = (string[])route.DataTokens["Namespaces"];
                        Array.Resize(ref DataNamespaces, DataNamespaces.Length + 1);
                        DataNamespaces[DataNamespaces.Length - 1] = "Nop.Plugin.Shipping.Endicia.Controllers";
                        route.DataTokens["Namespaces"] = DataNamespaces;
                    }
                }


    What do you want from this plugin?

    9 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved