Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
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!
Not Max, but what would the word/code be for the next price up - after the sample price?
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
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.
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
That's great - how?