Hey @ConstantineLV
Welcome to shopify community.
Your requirement sounds reasonable. And it is possible to fix it.
To fix your issue efficiently, tell me what theme are you using?
A Shopify store owner selling lightsabers needed collection pages to display the first variant’s price instead of the cheapest variant. The issue: products offered both complete sabers ($100) and hilts-only ($60), but collection pages defaulted to showing the lower hilt price rather than the full product price.
Solution for Spotlight Theme:
{% render 'price', product: card_product, price_class: '', show_compare_at_price: true, use_variant: true %}use_variant: true parameter forces display of the first variant’s priceAdditional findings:
The original poster confirmed the fix worked perfectly. The solution involves a simple code modification to the theme’s price rendering logic.
Hey @ConstantineLV
Welcome to shopify community.
Your requirement sounds reasonable. And it is possible to fix it.
To fix your issue efficiently, tell me what theme are you using?