Version 1.1.4

This update was released on the 18th of April and it fixes an issue with variants and the new dynamic checkout buttons, and also adds a new product template for pre-orders.

Make sure that you are updating this from v1.1.3

Changelog

  1. Fixed an issue with variants and the new dynamic checkout buttons
  2. Added a new product template for pre-orders
  3. Fixed the small "+" icon on collection pages

How to manually update

If you have a prior version, already customized, and you don't want to do a  full update, here's a way to do it easily, without replacing the entire theme:

  1. Go to the theme editor (read this article for more info)
  2. Choose /assets/js_main.js (or js_main.min.js if you are updating from older versions) and completely replace the file with the contents of the following file: https://pastebin.com/raw/YjFXBsBA
  3. Go to /templates and create a new file called product.pre-order.liquid. Inside this file, paste the following code snippet: 

    <div class="shopify-section">
      {% section 'product_pre-order' %}
    </div>
    	
  4. Go to /sections and create a new file called product_pre-order.liquid. Inside this file, paste the contents of the following file: https://pastebin.com/raw/6bFExax0
  5. Go to /snippets/asset_svg.liquid and completely replace the file with the contents of the following file: https://pastebin.com/raw/MHnJ0m0M
  6. Choose /config/settings_schema.json and at line 6, change the theme_version to 1.1.4 (just for remembering that you did the update)
  7. Save all files!

If done correctly, you should now have v1.1.4 installed.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.