Prestashop如何修改购物车中的添加和减号按钮

时间:2017-10-15 17:11:36

标签: prestashop prestashop-1.6

谁知道哪个文件控制购物车中添加和减少按钮的功能?我想在单击任何按钮后更改添加或减去的数量。

这是ADD按钮的代码

<a rel="nofollow" class="" id="" href="{$link->getPageLink('cart', true, NULL, "add=1&amp;id_product={$product.id_product|intval}&amp;ipa={$product.id_product_attribute|intval}&amp;id_address_delivery={$product.id_address_delivery|intval}&amp;token={$token_cart}")|escape:'html':'UTF-8'}" title="{l s='Add' mod='advancedcheckout'}"><span><i class="fa fa-plus"></i></span></a>

更改add=1未进行任何更改。所以在开始时我认为它是一个JS或AJAX文件,但即使删除了所有类和ID后按钮仍然继续工作。所以我认为所有这些技巧都是由href=""

中的代码完成的

但是我可以在哪里添加数量的变化?谁知道?

2 个答案:

答案 0 :(得分:0)

如果我很了解。你应该看看那些文件:

themes/defaylt-theme/js/product.js: line 424
themes/defaylt-theme/js/product.js: line 408

答案 1 :(得分:0)

你必须检查

  

推车summary.js

在你的theme / js /文件夹中。这将包含+和 - 按钮事件

  

功能upQuantity

     

功能downQuantity