Shopify App for Limited Edition Products
If you use one of the following theme the installation is already completed for you:
Boundless, Brooklyn, Debut, Jumpstart, Narrative, Minimal, Pop, Simple, Supply, Venture.
Add the code to Collection page & Featured products
Edit your Theme code and search for the following terms: "grid" or "featured" or "list" or "search".
Hint: Look for a similar code in the files {{ product.title }} or {{ item.title }}
Copy / Paste the following code after the product title line. This is where the Limited Edition message will appear.
{% render 'limited-edition-listing-helper', product: product %}
Add the code to Product page
Edit your Theme code and search for the following terms: "product-template" or "product".
Hint: Look for a similar code in the files {{ product.title }}
Copy / Paste the following code after the product title line. This is where the Limited Edition message will appear.
{% render 'limited-edition-product-helper', product: product %}
1 Delete the following line of code from the file "Layout/theme.liquid" just before </head>
{% render 'limited-edition-helper' %}
2 Search your Theme code for files with the following terms: "grid" or "featured" or "list" or "search", and delete the following line of code when found:
{% render 'limited-edition-listing-helper', product: product %}
3 Search your Theme code for a file with the following terms: "product-template" or "product", and delete the following line of code when found:
{% render 'limited-edition-product-helper', product: product %}
4 In the "Assets" folder of your Theme delete the following file:
limited-edition-min-1.2.js
5 In the "Snippets" folder of your Theme delete the following files:
limited-edition-helper.liquid
limited-edition-listing-helper.liquid
limited-edition-product-helper.liquid
We are happy to help you get started! By Email: 1of-support@bluedgeusa.com or Phone: +1 (323) 774 9143