我在这里找到了1.6版本的解决方法: How to display product price with and without tax at a time in product list for Prestashop?
但是product-list.tpl的代码在1.7
中发生了很大变化1.7有解决方法吗?
提前致谢!
答案 0 :(得分:4)
要编辑的文件是:
psroot/themes/classic/templates/catalog/_partials/miniatures/product.tpl
要显示价格增值税,请使用此代码段(在html中找到您要显示的位置):
{Tools::displayPrice($product.price_tax_exc)}
PS:关注丰富的片段和SEO