Can someone please help me remove the lowest priced variant from the pricing on my collection pages? I am offering samples at a low price, but it makes my products look cheap when this is the “from” price shown.
My URL is https://claribelskincare.com
Litos
January 4, 2023, 11:04am
2
Hi @JeanetteQuillen ,
Please go to Actions > Edit code > Snippets > price.liquid file, find ‘from_price_html’ and change code here:
Code:
assign money_price = target.price_max | money
Hope it helps!
Hi @JeanetteQuillen !
I hope you are doing good and welcome to the Shopify Community!
This is MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from India & Singapore).
yes, it’s possible u need to re arrange the price from the backend product section.
Not Max, but what would the word/code be for the next price up - after the sample price?
Litos
January 4, 2023, 12:48pm
6
Hi @JeanetteQuillen ,
You can refer https://shopify.dev/api/liquid/objects/product
you can use other objects to display the price, it will work fine