如何免费增加产品属性(拒绝使用三方付费app) | Shopify定制产品

 

简述:shopify 产品页面 (添加自定义区域信息)在 shopify_主题中,点击行动 (Actions) -编辑代码Step1 (第一步) :在 Templates 下面- add a new template (use file name 1 below) - select productStep 2 (第二步):Under section - add a new section (use file name 2 below)Step 3 (第三步) (change code in the file created in step1)In the code, Line 5:Replace the code: f% section file name 2' %)Step 4 (第四步) : 打开 file name 2 和 product-template.liquid (under sections)复制所有代码从 product-template.liquid 到 fil...

详情:

shopify 产品页面 (添加自定义区域信息)


在 shopify_主题中,点击行动 (Actions) -编辑代码


Step1 (第一步) :

在 Templates 下面- add a new template (use file name 1 below) - select product


Step 2 (第二步):

Under section - add a new section (use file name 2 below)


Step 3 (第三步) (change code in the file created in step1)

In the code, Line 5:

Replace the code: f% section file name 2' %)


Step 4 (第四步) : 打开 file name 2 和 product-template.liquid (under sections)

复制所有代码从 product-template.liquid 到 file name 2 文件中。

搜索”submit”,然后添加下面第五步种获取的代码到 submit 上方区域


Step 5(创建白定义区域编码)

打开下方链接,创建自定义区域编码

https://ui-elements-generator.myshopify.com/pages/line-item-property

File name 1: customizablename

File name 2: product-template-customizablename