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

As Low As Pricing

As Low As Pricing

marc-everlast
Tourist
11 1 2

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...

 

 

Screenshot 2025-06-16 at 9.02.17 AM.png

Replies 3 (3)

TheScriptFlow
Excursionist
45 1 3

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.

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com
- For any custom section queries, bug fixing please visit: Level 2 Fiverr Profile
- Buy Me a Coffee? Nah… Let’s Upgrade to a Car
- If my solution was helpful, mark it as a solution and hit the like button!
marc-everlast
Tourist
11 1 2

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?

marc-everlast
Tourist
11 1 2

Also I don't have a collection.liquid folder.