我使用PrestaShop 1.7.7.1
现在:
我该怎么做呢?
发布于 2021-01-22 21:20:16
您需要编辑themes\templates\checkout\cart.tpl
计算购物车控制器中的产品数量,并将其赋给smarty变量。
并使用上述smarty tpl文件中的变量。
https://stackoverflow.com/questions/65836204
相似问题