Hi there,
I have migrated to a new theme and now on my product pages my prices are showing up twice, I can’t seem to find anywhere in the code to remove anything that is duplicated.
my site is okaydoodle.com
any advice?
Hi there,
I have migrated to a new theme and now on my product pages my prices are showing up twice, I can’t seem to find anywhere in the code to remove anything that is duplicated.
my site is okaydoodle.com
any advice?
For show price only once then you need to make some changes in code in price snippet.
to change code follow this steps :
you can find your code goes like this
{{ product.price | money}}
{{ product.price| money }}
then you need to change code like this
{{ product.price | money }}
and that’s all. your issue will be solved.
Best Regards !
span.money {
display: none;
}
Brilliant thanks!
Hi Infoatcodelab7,
I have the same problem, only in one of the collections and in the home page in -featured collection-
I opened price.liquid
and from this code
{{ product.price | money}} {{ product.price| money }}
I only found this
I tried to put all of it in comment and end comment and add this code
{{ product.price | money }}
Didn’t work, I tried in different ways and I up ended with the price shown 4 times!
Could you please help me with this?
Thank you
Thanks my problem solve
Thanks alot
Hello, I have the same problem with my store showing price twice !! Please help !!
Might you know what to do if Colors and size appear twice? I’m using Kalle theme. Need to keep the top color options and the bottom (round) size variants.