Skip to product information
1 of 1
Published:2023.10.26

Example of setting to display maximum price when displaying price on the list screen for products with different price variations in Shopify's theme "Dawn"

Example of setting to display maximum price when displaying price on the list screen for products with different price variations in Shopify's theme "Dawn"

Applications

  • Collection information management and editing

How to implement

  • LIQUID
View full details

On the product list screen of the Shopify theme "Dawn," products with different price variations are displayed as "From ¥XXX,XXX", but this is a setting example to display the maximum price as well. This is done by adding the maximum price to the value of the variable that stores the product price.


Example of setting in the "Dawn" theme to display the maximum price when displaying prices on the list screen for products with different price variations


Setup Step 1: Add the scheme to "header.liquid" and the label to "ja.schema.json"


Related Post