【问题标题】:Shopify - Is it possible to show the Product Type on the order processing pages?Shopify - 是否可以在订单处理页面上显示产品类型?
【发布时间】:2015-09-08 10:54:37
【问题描述】:

我经营一家唱片店,并使用 Product Type 变量来存储例如“CD”或“LP”。

这不会显示在订单处理页面的商品详细信息中,因此如果我们有多种格式的库存,则无法直接知道要挑选什么商品。

是否有可能以某种方式显示此信息?

【问题讨论】:

    标签: shopify


    【解决方案1】:

    我认为您可以使用订单项属性:https://docs.shopify.com/manual/configuration/store-customization/page-specific/product-page/get-customization-information-for-products

    确保您的输入是隐藏的并且值为 product.type :

    <input type="hidden" id="format" name="properties[Format]" value="{{product.type}}">
    

    不要忘记按照步骤将属性线添加到购物车和电子邮件中。

    让我知道这是否有效。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-07-17
      • 2018-09-23
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多