我在管理面板中查找.twig文件或部分,但nt find nothing.
I want to change layout in this iframe.
OpenCart version 3 on the twig.
This
调用iframe的按钮:
<a class="btn btn-cart"
data-toggle="tooltip"
data-tooltip-class="module-products-27
module-products-grid cart-tooltip"
data-placement="top"
onclick="cart.add('360', $(this).closest('.product-thumb').find('.button-group
input[name='quantity']').val());"
data-loading-text="<span class='btn-text'>Buy</span>"
data-original-title="Buy"><span class="btn-text">Buy</span>
</a>
如果你想要替换文本、图标和样式:
购物车按钮文本,您将在语言文件目录/语言/en-gb/en-gb.php行中找到
$_['button_cart'] = 'Add to Cart';
产品页面
此按钮的图标和设置,您将在
期刊>样式>产品页面>默认
在此设置页面上找到"按钮>添加到购物车">
产品网格
此按钮的图标和设置,您将在
期刊>样式>产品网格>默认值
在此设置页面上,找到"按钮组>添加到购物车">