Need help on product recommendations extends code with Breeze integration #263
-
Hi, We are using "magento/product-recommendations" and "swissup/module-breeze-magento-enterprise". Now, I am extending the product recommendations features like displaying product reviews. For that I have created some JavaScript mixins and they are working fine with Luma as expected. Luma - LINK For Breeze I have added the JS mixins as described at https://breezefront.com/docs/mixins
Possibly, I am doing something wrong so it is not working as expected. Breeze - LINK Could you please have a look and suggest accordingly. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, You forgot the first argument in mixin. The first argument in the overridden function - is the parent function followed by other arguments: fnName: function (parent, arg1, arg2..) |
Beta Was this translation helpful? Give feedback.
-
Hi @vovayatsyuk Product recommendations are not working on the iOS, but they are working fine on others.
can you please see the code if you find any issues? Here is the URL of our sandbox: https://master-7rqtwti-vcte4ksdazidy.eu-4.magentosite.cloud/breeze/ |
Beta Was this translation helpful? Give feedback.
Hi,
You forgot the first argument in mixin.
The first argument in the overridden function - is the parent function followed by other arguments: