【问题标题】:is there a way we can conditional loading of snippets to only product page in shopify?有没有一种方法可以有条件地将片段加载到shopify中的产品页面?
【发布时间】:2021-04-16 12:15:44
【问题描述】:

我只需要在产品页面中添加 sn-p 如何才能阻止它在其他页面上加载? {% render "custom" %} 添加到 theme.liquid

【问题讨论】:

    标签: shopify liquid shopify-template


    【解决方案1】:

    您可以使用基于模板对象的条件标签,例如{% if template contains "product" %}{% render "custom" %}{% endif %}

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-01-22
      • 1970-01-01
      • 1970-01-01
      • 2010-09-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-09-28
      相关资源
      最近更新 更多