How can I remove 'FROM' before the price in my product list?

hi there,

i am working on the theme dawn. in all product/collection lists… if i have a product with a variant it automatically inserts the word “FROM” in front of the price. how can i delete the “FROM”. ?

thanks.

i removed

if target == product and product.price_varies
    assign money_price = 'products.product.price.from_price_html' | t: price: money_price
  endif

from price.liquid

Hi @honkadori

This is Victor from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: Click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Victor | PageFly

hi @PageFly-Victor thanks for your reply. please see my proposal above. that should work too, no?

hi @honkadori that is a way, but will require modifying the theme code
my way is just to remove it on the live view
And it is working properly, you can revert your changes to check :grinning_face_with_smiling_eyes:

1 Like