No content to show
User Activity
I'm having the same problem, also located in NI. Shopify, please address this asap!
I'm using the sense theme. Any idea where I would find the specific code in this theme?
I'm having this problem too, though I don't think it's entirely an issue with new products. Some of my older products also aren't showing in some of my metafield filters where they should be. *edited to add: I'm using the sense theme.
I'm using the Sense theme. When a customer clicks on a product, the first variant is automatically selected and thus the image changes to that rather than the featured image. Is there any way around this so as to keep the featured image showing until...
Working now. Thanks so much!
That's the same code as I've used, or am I missing something? I've copy/pasted it and no change.
I've used the following code to change £0.00 items to display as FREE on the featured products block: {% if product.price != 0 %}
{% render 'price', product: card_product, price_class: '' %}
{% else %} FREE
{% endif %} That has worked, however n...
Thanks so much for this code, I was also looking to replace $0.00 with Free, and used it in the featured product code. However, for some reason, the featured products that are not free are no longer showing the correct price. I have a product for £25...