Hi there… im trying to set different price on shop front.. instead of showing the real price. For example
Store end is set 6 Euros
and front e-shop showing also 6 Euros
But I want this price to show "from 3,90 Eur" instead of 6 Eur… but when a customer arrives into a basket, price has to be set 6 Eur.
My prices are set by following
When you buy 1 to 59 price is 6 Eur
When you buy 60 to 99 price is 4,80 Eur
When you buy 100 or more price is 3,90 Eur
Any ideas please? Is that even possible?
Thank you
Kind regards
Michael L.
Hello Michael @duty1980
we can use product’s metafield to show the other price on product page and once added to cart real cart will reflect on cart page…make sense?
1 Like
Hi there.. yes that makes a sense.
How can it be done?
Hello Michael @duty1980 it needs to modify liquid code on your theme so if you familiar with it you can find pricing code on product.liquid and adjust it Otherwise I am available for you.
I am familiar with liquid code.. however I do not think I can do it 
Im trying to find it in Product Form & Description but I am not that strong and html.
{% include ‘product-unit-price’, variant: current_variant %}