I am quite new at shopify and have minimal coding experience. The issue im facing is that I want the price displayed in the collections page to be the first variant. At the moment it shows the cheapest variant price. For example it shows “From 45.99” but I would like it to display a more expensive variant. I have seen different solutions to this problem, but I don’t know how to apply them to the Minimal theme! Please let me know how i can apply this to the minimal theme.
Step 1: Go to Online store > Themes > Actions > Edit code.
Step 2: Go to snippets > product-grid-item.liquid and add code in line 1. https://i.imgur.com/jucD25M.png
Code: {%- assign variant = featured.selected_or_first_available_variant -%}
Hello! You wouldn’t happen to know how to adjust the default product/variant price displayed to the lowest value, would you? As of right now, all products on the store are displaying the highest costing variant as the default. Thank you for your time.
I’m having the same issue as well but I’m on the Dawn theme. I don’t have the same snippets as Minimal, so how could I go about doing this on my theme? Thank you!