This is my site collection page: https://oletom.com.br/collections/all
Possible reason is for setting No track quantity.
How can I solve the error?
This is my site collection page: https://oletom.com.br/collections/all
Possible reason is for setting No track quantity.
How can I solve the error?
Hi @BadolDev
That’s interesting. May I know the reason why the quantity cannot be specified for that region? And how will customers be able to know if a product is in stock or not.
And, have you considered setting the quantity to some huge value like 9999 to see if it shows that way?
Please provide this information.
It works perfectly when I set any number 1 to any number.
It doesn’t show when Track no quantity is selected. When it is out of stock
the button will be muted.
This design seems like it’s done through an app maybe?
Have you checked if there’s any options to disable this behaviour in that app’s dashboard.
Or if it’s not an app. Then you should check the code that renders the “Add to cart” button.
A check will be present there, which looks something like this:
{% unless product.variants.first.available %}
If it’s present, it can be safely removed for the expected behavior to work.
oh sorry but i can’t see all good