If app is not working for soldout products or variants?
Last Updated 2 years ago
There are 2 reasons :
1. If full product form is inside the product.available condition
{% if product. available %}
{% endif %}
You just need to remove the condition.
2. Soldout variants may be disabled in theme.
Find following code in product form. (
Find following code
replace with