No content to show
User Activity
09-26-2024
Jewelias Theme 1.0attempting to display strike-through or greyed out variants that are out of stock. Rochesterfindings.com
09-20-2024
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 luc...
09-19-2024
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 ?
09-19-2024
lets try to do it with an explanation first if i cant succeed maybe i could ask the owner if that would be ok!
09-19-2024
yes please!
09-19-2024
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 s...
09-19-2024
did you ever figure out how to make this work ?
I implemented this and it does not seem to be limiting my quantity selector
<div class="chart-group {% if product.available %}{% else %}sold_out{% endif %}">{% if product.available %}<label for="quantity" {% if settings.enable_multilang %}data-translate="cart.label.quantity"{%endif%}>{{ 'cart.label.quantity' | t }}</label><d...
Hello i have tried implementing this to my code <div class="qty-group"><button class="des button" type="button"></button><input type="text" class="number" id="quantity" name="quantity" value="1" data-max="{{product.selected_or_first_available_variant...
09-13-2024
<div class="chart-group{% if product.available %}{% else %} sold_out{% endif %}">{% if product.available %}<label for="quantity" {% if settings.enable_multilang %}data-translate="cart.label.quantity"{%endif%}>{{ 'cart.label.quantity' | t }}</label><d...