gpt4 book ai didi

javascript - 将购物车页面上的更新按钮从输入转换为 Shopify 中的 anchor 链接

转载 作者:行者123 更新时间:2023-11-30 15:21:29 27 4
gpt4 key购买 nike

在 Shopify 的购物车页面上,我想在用户更新购物车时使用 anchor 链接而不是输入按钮,以便我可以使用 Font Awesome 添加 html 图标。我不相信我可以用一个按钮完成。

这是当前按钮:

<input type="submit" id="update-cart" class="btn" name="update" value="{{ 'cart.general.update' | t }}" style="float:right;"/>

我尝试了以下但没有成功:

<a href="#" id="update-cart">Update <i class='fa fa-refresh' aria-hidden='true'></i></a>

最佳答案

按钮 绝对是这里最好的解决方案。我不确定您为什么认为它行不通。试试这个:

<button id="update-cart" class="btn" name="update" style="float: right;">
{{ 'cart.general.update' | t }}
<i class="fa fa-refresh" aria-hidden="true"></i>
</button>

请注意,您实际上应该通过外部样式表中的规则添加该内联样式。

关于javascript - 将购物车页面上的更新按钮从输入转换为 Shopify 中的 anchor 链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43662701/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com