From 3965b975ac50e8e77bcc760dbf29d6b4aedf043d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Ste=CC=A8pien=CC=81?= Date: Thu, 24 Aug 2023 23:29:47 +0200 Subject: [PATCH] Products comments listing fix --- modules/productcomments/views/js/productListingComments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/productcomments/views/js/productListingComments.js b/modules/productcomments/views/js/productListingComments.js index a903d1c7..0eb49bfd 100644 --- a/modules/productcomments/views/js/productListingComments.js +++ b/modules/productcomments/views/js/productListingComments.js @@ -53,7 +53,7 @@ var productListingComments = (function () { }; function setEvents() { - prestashop.on('updateProductList', function() { + prestashop.on('updatedProductList', function() { addProductsIDs(); }); }