Version 2.0.9.2
This update was launched on the 15th of November, to prevent a bug from the product page when using classic variants style and the "hide out of stock" option:
How to manually apply the fix
- Go to the theme editor (read this article for more info)
- Choose /assets/js_plugins.min.liquid file and replace the entire content with the following code: https://pastebin.com/raw/zGZHTkW6
- Choose /assets/js_products.min.liquid file and replace the entire content with the following code: https://pastebin.com/raw/7489QE5A .
- Choose /assets/css_main.scss.liquid file and add the following code in line 8933 exactly as in this screenshot:
- Save all files!
&.disabled { color: rgba($textMain, .16); pointer-events: none; }
Because both the js files and the stylesheet file are sensitive, the code will break if one of these instructions is not respected exactly (deleting a closing tag for example or not pasting the entire code won't work). Please update the theme using a backup theme or undo the changes if something doesn't work.