Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想删除添加到购物车按钮文本,而不是按钮本身,因为我使用的是背景图像而不是文本。
我的意思是 view.phtml Page 中的(添加到购物车)按钮。
“添加到购物车”文本不在 view.phtml 中。你需要去:
/app/design/frontend/base/default/template/catalog/product/view/addtocart.phtml
并找到下面的代码:
$buttonTitle = $this->__('Add To Cart');
将其更改为:
$buttonTitle = $this->__('');