Skip to content

Commit e750500

Browse files
committed
Updated position in recommend
1 parent 046c481 commit e750500

File tree

1 file changed

+1
-1
lines changed
  • view/frontend/web/internals/template/recommend

1 file changed

+1
-1
lines changed

view/frontend/web/internals/template/recommend/products.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define([], function () {
22
return {
3-
getItemHtml: function (item, html, addTocart, index) {
3+
getItemHtml: function (item, html, addTocart) {
44
let correctFKey = getCookie('form_key');
55
let action = algoliaConfig.recommend.addToCartParams.action + 'product/' + item.objectID + '/';
66
if(correctFKey != "" && algoliaConfig.recommend.addToCartParams.formKey != correctFKey) {

0 commit comments

Comments
 (0)