629 users online

nop 2.4 IAdminPlugin

Posted: 3 months ago Quote
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?
This post/answer is useful
1
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Posted: 3 months ago Quote
http://www.nopcommerce.com/boards/t/14842/plugins-menu-in-admin-area-is-hidden-by-default-in-nopcommerce-24.aspx
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Andrei Mazoulnitsyn,
LinkedIn - http://ru.linkedin.com/in/mazoulnitsyn

Twitter - http://twitter.com/#!/nopCommerce
Facebook community page - http://www.facebook.com/pages/NopCommerce/108282972527146
Google+ page - https://plus.google.com/100073150079669136049
Posted: 3 months ago Quote
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?
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Posted: 3 months ago Quote
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 post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)