You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    Read this link  about the new feature.

    9 years ago

    Download new version from our site.
    Replace all files from archive (.sql from Install folder too.)
    Restart your site.
    Plugin will upgrade itself.

    We have added new property for simple migration from Froogle (NopCommerce).

    9 years ago

    We have done it.

    Version 1.24 - February 27, 2015

    + Added new feature "newline" with articles (for 3.50 and later).

    9 years ago

    Right panel.
    No, but we'll do it. It's a good idea.
    What NopCommerce version do you use?

    http://banchung.vn/vn/325-o-to-dien-3-cho-gia-re-sieu-tien-ich-n.html
    Yes.
    Example
    You can see
    http://demo350.foxnetsoft.com/article/iphone-5c-review

    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

    We try to install this plugin and we'll answer you.

    9 years ago

    About ArticlePostPrint.cshtml.
    I'll see.

    10 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved