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 の (add to cart) ボタンを意味します。
「カートに追加」テキストが view.phtml にありません。次の場所に移動する必要があります。
/app/design/frontend/base/default/template/catalog/product/view/addtocart.phtml
以下のコードを見つけます。
$buttonTitle = $this->__('Add To Cart');
次のように変更します。
$buttonTitle = $this->__('');