We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046c481 commit e750500Copy full SHA for e750500
view/frontend/web/internals/template/recommend/products.js
@@ -1,6 +1,6 @@
1
define([], function () {
2
return {
3
- getItemHtml: function (item, html, addTocart, index) {
+ getItemHtml: function (item, html, addTocart) {
4
let correctFKey = getCookie('form_key');
5
let action = algoliaConfig.recommend.addToCartParams.action + 'product/' + item.objectID + '/';
6
if(correctFKey != "" && algoliaConfig.recommend.addToCartParams.formKey != correctFKey) {
0 commit comments