I noticed that the add to cart button disappears and appears on the product detail page. If you load the page the button is visible for a second and then it’s gone.
If you reload the page a couple of times it appears and disappears. Anyone an idea? The page is shop.avoseedo.com
Are you using some apps to show inventory availability? The code is loaded dynamically and it makes it appear late. But functionally no issue. if the code was inline instead of being loaded through javascript you won’t see any lag.
thanks for your reply. No I don’t use any apps to show inventory I just use the Shopify inventory management that comes with.
I also checked the product.liquid template I couldn’t find anything obvious. Here is the button code:
{% unless product.available %}
Out of stock
Notify me when item is back in stock
{% else %}
In stock
1
{% endunless %}
{% if product.available %}
{% endif %}
Ok, any app for product options? If the answer is no, I will have to login to your admin panel through collaborator access to check. Direct message me if needed.
Go to Sales Channels → Online Store → Themes > customice → on the left on the bottom Theme actions → edit code and then theme.liquid should have the code snippet somewhere at the top between the