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
- Fixed an issue with variants and the new dynamic checkout buttons
- Added a new product template for pre-orders
- 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:
- Go to the theme editor (read this article for more info)
- 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
-
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>
- 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
- Go to /snippets/asset_svg.liquid and completely replace the file with the contents of the following file: https://pastebin.com/raw/MHnJ0m0M
- 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)
- Save all files!
If done correctly, you should now have v1.1.4 installed.