Pricing filter should start with lowest price we have

Pricing filter should start with lowest price we have

premsai
Tourist
30 0 3

Pricing filter should start with lowest price we have. If lowest price is 625 for example then filter should start from 600 and not 0  Come back

premsai_0-1733121175556.png

 

Replies 2 (2)

Hasan112
Shopify Partner
152 11 21

Which theme are you using ?

 

- If you need assistance with your store, feel free to contact us at zayan.1@yahoo.com or WhatsApp!
- Hire me, if you want to Design, Re-design, Develop a store or make changes to the pre-built store.
- If its helpful, please Mark as Accepted Solution, reply helpful? Click Like. Or Coffee Tip Thank you!

Hasan112
Shopify Partner
152 11 21

To change you follow the instruction:

1. Go to Online Store->Theme->Edit code
2. Snippet->/price.liquid->Replace code position:

Find these replace this with new code below 

if use_variant
assign target = product.selected_or_first_available_variant
else
assign target = product
endif

(new code )
assign target = product.selected_or_first_available_variant

- If you need assistance with your store, feel free to contact us at zayan.1@yahoo.com or WhatsApp!
- Hire me, if you want to Design, Re-design, Develop a store or make changes to the pre-built store.
- If its helpful, please Mark as Accepted Solution, reply helpful? Click Like. Or Coffee Tip Thank you!