- 8
Hi
I have a nop customization which includes modifications to ShoppingCartController methods
AddProductToCart_Catalog
AddProductToCart_Details
AddItemsToCartFromWishlist
The changes are to do with managing product packaging in specific ways, so each of these includes a call to my custom method which is also in ShoppingCartController.
When I check “Enable Nop Ajax Cart” you seem to be overriding ShoppingCartController and I don’t go into the standard nop methods and therefore my method doesn’t get called.
If I uncheck “Enable Nop Ajax Cart” then I go into the standard code, but I don’t get the nice popup.
Can you suggest a way that I can either:
*call my custom method after your overridden method
*cause the popup to come up when using the standard method
Or any other suggestions you may have…
Thanks
I have a nop customization which includes modifications to ShoppingCartController methods
AddProductToCart_Catalog
AddProductToCart_Details
AddItemsToCartFromWishlist
The changes are to do with managing product packaging in specific ways, so each of these includes a call to my custom method which is also in ShoppingCartController.
When I check “Enable Nop Ajax Cart” you seem to be overriding ShoppingCartController and I don’t go into the standard nop methods and therefore my method doesn’t get called.
If I uncheck “Enable Nop Ajax Cart” then I go into the standard code, but I don’t get the nice popup.
Can you suggest a way that I can either:
*call my custom method after your overridden method
*cause the popup to come up when using the standard method
Or any other suggestions you may have…
Thanks