Close

Ajax Cart doesn't work in ima9ines.Nop.FeaturedCategoriesWithProducts

niterider
6 years ago
#14061 Quote
Avatar
  • 7
Hi
I used this free plugin in my site
https://www.nopcommerce.com/p/2131/featured-categories-with-products-free-ima9inescom.aspx
it doen't work with nop ajax cart.
do you know what's the problem?
SDobrev
6 years ago
#14076 Quote
Avatar
  • Moderator
  • 283
Hi,

Most probably on document ready the products from the "FEATURED CATEGORIES WITH PRODUCTS" plugin are not still shown on the page or the plugin is using different from the nopCommerce product box markup.

You can try to manually trigger "newProductsAddedToPageEvent" event when the page is loaded. Just paste this code in the browser console:
$.event.trigger({ type: "newProductsAddedToPageEvent" });


If this resolves the problem you will have to trigger this event every time when the plugin adds products to the page. If you can't do it you can contact the plugin vendor.
Best Regards,
Stoyan Dobrev
Nop-Templates.com