We are using Jewelias Version 1 and we are trying to make it so that when a variant is out of stock, we are still able to click the variant and see the price, the way the theme is set up you cannot do so. Out-of=stock variants are displayed with a strike-through ( greyed out ) and are un-clickable.
I went through and searched for the term " disabled " and tried putting double // in front of all statements and it dousnt seem to do anything.. as you mentioned before, is there a java script disabling the option to click variants ?
I’m not sure which liquid file would control the rendering of these variants, but find where these “swatch-element” divs are being rendered, and look to delete these 3 things (see screenshot).
That should make them selectable - then you can work on making it clear that they’re sold out (the button will say “Unavailable” so that’s a start).
Im having a hard time i have found a couple files when searching the term " swatch-element " insides a .js file and inside my product template liquid, i have tried removing these disabled attributes saving and testing in preview and i have had no luck. Im unsure if this needs to be done properly in multiple locations or if im just overlooking. should i provide the code ?