Currently my product card shows price as “from £0.00” - but the £0.00 option is a sample and it looks weird on the collection page that all my products are £0.
I’m struggling with how to display a different variant price. The theme is from Halothemes so the suggestions on other similar threads don’t work for me as the liquid is very different.
I am able to edit the language of my theme but when I change the {{ price }} to anything else it tells me there is a missing interpolation and isn’t able to link any data.
I’ve tried altering this and it makes no difference. I can’t seem to find the snippet that I need that would link to a variant price rather than the base price.
Any help would be appreciated because this is driving me mad!
Thanks for reaching out. I understand you’re seeing the “from £0.00” pricing issue and getting interpolation errors when trying to modify the theme. Here’s a solution that should resolve it.
Update the product-card.liquid snippet by replacing the price section with this:
Make sure all your products have correct pricing set in Shopify.
Confirm that price.liquid exists in your snippets folder.
Check if product_card_product is passed correctly in the theme files.
Clear your theme cache after making these updates.
If you’re still seeing interpolation errors, it’s possible that Halothemes requires a specific price object structure. It’s always a good idea to back up your theme and test these changes on a development version first.
This should work but If you still run into issues, let me know
Thank you for the update. Let’s solve the £0.00 pricing issue. This typically happens when either the variant prices aren’t being properly fetched or when the default price isn’t falling back correctly.
Let’s modify the price snippet to debug and ensure we’re getting the correct prices:
Could you also check a few things in your Shopify admin:
Go to one of your products that’s showing £0.00
Check the “Variants” tab
Verify that the variant prices are set correctly (not 0)
Make sure the variants are marked as “Available” if they should be in stock
Also, could you let me know:
Are all products showing £0.00 or just some?
When you view the product detail page, does it show the correct price?
This will help me pinpoint exactly where the price calculation is failing. If it’s comfortable you can DM your collaborator code and our team of experts will fix this in no time.