找到您的模板架构版本
探索“Online Store 2.0”模板自定义
您可以在店面中隐藏添加到购物车按钮,并在将来再次显示这些按钮。
备注:此自定义设置与动态结账按钮不兼容。如果您的模板支持动态结账,请按照在产品页面上隐藏动态结账按钮的步骤来阻止显示按钮。
备注:本教程的步骤将根据您使用的是分区模板还是未分区模板而有所不同。分区模板支持通过拖放来安排主页的布局,未分区模板则不支持。
如果想了解您的模板是否支持分区,请转到模板的编辑代码页面。如果 Sections 目录中有文件,您则正在使用已分区模板。未分区模板是在 2016 年 10 月之前发布的,并且 Sections 目录中没有文件。
如果您使用已分区模板,请点击 Sectioned themes(已分区模板)按钮并按照说明进行操作。如果您使用较旧的未分区模板,请点击 Non-sectioned themes(未分区模板)按钮并按照说明进行操作。
PC:
在 Shopify 后台中,转到在线商店 > 模板。
找到要编辑的模板,然后点击操作 > 编辑代码。
在 Sections 目录中,点击打开 product-template.liquid
文件。查找添加到购物车按钮对应的 HTML 代码。您可以首先搜索 cart 一词。
“添加到购物车”按钮的代码因模板而异。请查找包含 Add to cart
、AddToCart
或 add-to-cart
等类似文本的 <input>
或 <button>
标记。
苹果系统:
在 Shopify 后台中,转到 > 模板。
找到要编辑的模板,然后点击操作 > 编辑代码。
在 Sections 目录中,点击打开 product-template.liquid
文件。查找添加到购物车按钮对应的 HTML 代码。您可以首先搜索 cart 一词。
“添加到购物车”按钮的代码因模板而异。请查找包含 Add to cart
、AddToCart
或 add-to-cart
等类似文本的 <input>
或 <button>
标记。
安卓系统:
在 Shopify 后台中,转到在线商店 > 模板。
找到要编辑的模板,然后点击操作 > 编辑代码。
在 Sections 目录中,点击打开 product-template.liquid
文件。查找添加到购物车按钮对应的 HTML 代码。您可以首先搜索 cart 一词。
“添加到购物车”按钮的代码因模板而异。请查找包含 Add to cart
、AddToCart
或 add-to-cart
等类似文本的 <input>
或 <button>
标记。
在 Debut 模板中,“添加到”按钮的代码如下所示:
<button type="submit" name="add" {% unless current_variant.available %}disabled="disabled"{% endunless %} Default Title' %} product-form__cart-submit--small{% endif %}"> <span > {% unless current_variant.available %} {{ 'products.product.sold_out' | t }} {% else %} {{ 'products.product.add_to_cart' | t }} {% endunless %} </span> </button>
找到代码后,将它放入 Liquid {% comment %}
和 {% endcomment %}
标记之间。这将会阻止该代码在您的商店中显示,但如果您想稍后更改您的新模板,您可以轻松将其恢复。
Using the example above, the new code would look like this: ``` liquid {% comment %} <button type="submit" name="add" {% unless current_variant.available %}disabled="disabled"{% endunless %} Default Title' %} product-form__cart-submit--small{% endif %}"> <span > {% unless current_variant.available %} {{ 'products.product.sold_out' | t }} {% else %} {{ 'products.product.add_to_cart' | t }} {% endunless %} </span> </button> {% endcomment %}
<input>
or <button>
tag with text like Add to cart
, AddToCart
, or add-to-cart
.iPhone:
From the Shopify app, tap Store.
In the Sales channels section, tap Online Store.
Tap Manage themes.
Find the theme you want to edit, and then click Actions > Edit code.
In the Sections directory, click to open your product-template.liquid
file. Find the HTML code for the Add to cart button. You can search for the word cart as a start.
The code for the add to cart button varies theme to theme. Look for an <input>
or <button>
tag with text like Add to cart
, AddToCart
, or add-to-cart
.
Android:
From the Shopify app, tap Store.
In the Sales channels section, tap Online Store.
Tap Manage themes.
Find the theme you want to edit, and then click Actions > Edit code.
In the Sections directory, click to open your product-template.liquid
file. Find the HTML code for the Add to cart button. You can search for the word cart as a start.
The code for the add to cart button varies theme to theme. Look for an <input>
or <button>
tag with text like Add to cart
, AddToCart
, or add-to-cart
.
In the Debut theme, the add to cart button code looks like this:
<button type="submit" name="add" {% unless current_variant.available %}disabled="disabled"{% endunless %} Default Title' %} product-form__cart-submit--small{% endif %}"> <span > {% unless current_variant.available %} {{ 'products.product.sold_out' | t }} {% else %} {{ 'products.product.add_to_cart' | t }} {% endunless %} </span> </button>
When you find the code, wrap it in Liquid {% comment %}
and {% endcomment %}
tags. This will stop the code from being shown on your store, but will let you easily put it back if you want to change your new template later.
Using the example above, the new code would look like this:
{% comment %} <button type="submit" name="add" {% unless current_variant.available %}disabled="disabled"{% endunless %} Default Title' %} product-form__cart-submit--small{% endif %}"> <span > {% unless current_variant.available %} {{ 'products.product.sold_out' | t }} {% else %} {{ 'products.product.add_to_cart' | t }} {% endunless %} </span> </button> {% endcomment %}duct page.
Click Save to confirm your changes.
When you are ready to show your Add to cart buttons again, go back to your product-template.liquid
file on the Edit HTML/CSS page, remove the {% comment %}
and {% endcomment %}
tags, and click Save.
特别声明:以上文章内容仅代表作者本人观点,不代表ESG跨境电商观点或立场。如有关于作品内容、版权或其它问题请于作品发表后的30日内与ESG跨境电商联系。
二维码加载中...
使用微信扫一扫登录
使用账号密码登录
平台顾问
微信扫一扫
马上联系在线顾问
小程序
ESG跨境小程序
手机入驻更便捷
返回顶部