nop 2.4 IAdminPlugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 12 años
Hi,

I created a custom QuickBooks plugin. I upgraded from 2.3 > 2.4, but I see this code never executes:


        public void BuildMenuItem(Telerik.Web.Mvc.UI.MenuItemBuilder menuItemBuilder)
        {
            menuItemBuilder.Text("QuickBooks");
            menuItemBuilder.Url("/Admin/Plugin/QuickBooks/Admin/Configure");
            menuItemBuilder.Route("Admin.Plugin.QuickBooks.Configure");

        }


The code is in my QuickBooksProviderClass, which inherits from BasePlugin and IAdminPlugin. In 2.3, this was fine. Did the steps change for creating an admin plugin for nop 2.4?
Hace 12 años
https://www.nopcommerce.com/boards/t/14842/plugins-menu-in-admin-area-is-hidden-by-default-in-nopcommerce-24.aspx
Hace 12 años
Joe,

I would be interested to know if you got your quickbooks working with NopCommerce 2.4?  If so how would i go about creating one for my company?

Thanks,
Josh
joe_a84 wrote:
Hi,

I created a custom QuickBooks plugin. I upgraded from 2.3 > 2.4, but I see this code never executes:


        public void BuildMenuItem(Telerik.Web.Mvc.UI.MenuItemBuilder menuItemBuilder)
        {
            menuItemBuilder.Text("QuickBooks");
            menuItemBuilder.Url("/Admin/Plugin/QuickBooks/Admin/Configure");
            menuItemBuilder.Route("Admin.Plugin.QuickBooks.Configure");

        }


The code is in my QuickBooksProviderClass, which inherits from BasePlugin and IAdminPlugin. In 2.3, this was fine. Did the steps change for creating an admin plugin for nop 2.4?
Hace 12 años
Hi,

Yes, I do have a QuickBooks 2.4 integration.  I have a commercial plugin here:

http://www.jmawebtechstore.com/p/1/nopcommerce-quickbooks-connex
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.