Shopify themes, liquid, logos, and UX
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
We sell products at various rates based on how many you purchase. If this product is purchased as a single, it is $14.99. If it is purchased as a box of 4, it is $14.50 each. If it is purchased as a case of 40, it is $14.00 each. Is there a way to get the text here (marked in green box on screenshot), when searching, to say "As low as (lowest price available)" so for this product it would reach "As low as $14.00" I have tried multiple things, but nothing has worked. I would love any insights you might have! Thank you!
website: www.dryitcenter.com
search link: https://dryitcenter.com/search?q=sundstrom&options%5Bprefix%5D=last
product link: https://dryitcenter.com/products/sundstrom-vapor-cartridge-ov-sd-cl-hc-hf-sr-232?_pos=7&_sid=ee42662...
Hey @marc-everlast,
This is absolutely possible to show the custom text under the product price on the collection page. To make sure that it's work you need to take a look in your theme file code .
As you are using the Shopify Expanse theme then you can find it collection.liquid section file there and right after the pricing of the product you can paste the custom code that print the $14.00 price along with text like this.
<p>from $14.99</p>
If you don't know about coding then you need to gave me access of your store.
Would I have to make the custom code for every product if I did it this way though? There is no way to just make is custom for the whole site to show the lowest possible unit price?
Also I don't have a collection.liquid folder.