Close

Profile: rznELVIS

Avatar

User posts

6 years ago

I got it. Thanks!

6 years ago

Hello community.

I have the problem. I'm using SevenSpikes.Nop.Plugins.AjaxCart version 3.80. It works good.

If I use debug mode then I see that Ajax Cart plugin redirect "Add To Cart" function to ShoppingCartController.AddProductToCart_Details. But I want use another(my) controller instead of standart ShoppingCartController. I've overrided routes and I can use my shopping controller if I will use direct link, like that addproducttocart/details/{productId}/{shoppingCartTypeId}.
But Ajax Cart controller continues use old ShoppingCartController.

Is it possible configure controller name in Ajax Car plugin ?