This is a method to allow customers to download product-related materials, such as product manuals. By placing a file download link on the product page, you can expect to improve customer support and deepen understanding of the product.
◆Benefits of implementation ・Instructions can be downloaded directly from the product page ・Easy to manage different instructions for each product
◆Specific setup steps ① Metafield settings ・Add the definition of the instruction file to the product metafield from the admin screen ・Upload the instruction PDF file to the target product ② Edit the theme file 1 (Rise/Dawn)
・Add schema settings to "sections/main-product.liquid" ・Add labels to "ja.schema.json" ③Editing theme files 2 (Rise/Dawn)
・Add the code to "sections/main-product.liquid" ・After editing the code, add this block to the product information in the theme editor
Example of setting up a PDF file download link for instructions, etc. on the product page of the Shopify theme "Rise/Dawn"

[Setting Method 1] Add the definition of the instruction file to the product meta field and upload the instruction PDF file to the target product.

[(For the Rise/Dawn theme) Setting method ②] Add a schema to "sections/main-product.liquid" and a label to "ja.schema.json" (this is the code that adds a "Download instructions" block to the product information).

[(For the Rise/Dawn theme) Setup method 3] Add the code to "sections/main-product.liquid" (After editing the code, add this block to the product information in the theme editor)

