方法一:
1.后台--Catalog--Product Types--商品 – 普通--编辑
将 This Product can be added to cart:的勾去掉。
2.includes\templates\模板\css\stylesheet.css中添加css样式将价格隐藏
#productPrices{display:none;} /* productPrices为价格所在容器的id 具体id名称因模板而异*/
方法一:
1.后台--Catalog--Product Types--商品 – 普通--编辑
将 This Product can be added to cart:的勾去掉。
2.includes\templates\模板\css\stylesheet.css中添加css样式将价格隐藏
#productPrices{display:none;} /* productPrices为价格所在容器的id 具体id名称因模板而异*/