谁知道哪个文件控制购物车中添加和减少按钮的功能?我想在单击任何按钮后更改添加或减去的数量。
这是ADD按钮的代码
<a rel="nofollow" class="" id="" href="{$link->getPageLink('cart', true, NULL, "add=1&id_product={$product.id_product|intval}&ipa={$product.id_product_attribute|intval}&id_address_delivery={$product.id_address_delivery|intval}&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=""
但是我可以在哪里添加数量的变化?谁知道?
答案 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