我想删除添加到购物车按钮文字,而不是按钮本身,因为我使用的是背景图片而不是文字。
我指的是view.phtml页面中的(添加到购物车)按钮。
答案 0 :(得分:0)
“添加到购物车”文字不在view.phtml中。你需要去:
/app/design/frontend/base/default/template/catalog/product/view/addtocart.phtml
并找到以下代码:
$buttonTitle = $this->__('Add To Cart');
将其更改为:
$buttonTitle = $this->__('');