Show highest price variant in collection pages in Symmetry Theme

Hello, this is a very standard question as other people have requested this type of help but none of the solutions work on my theme. I’m using the Symmetry theme and I’m looking to display the highest price variant on the collection page of some variants. Could someone please assist me with fixing this? I believe I need to change something in the price-range.liquid file but I am not sure. Thanks in advance!

Hi,
I hope you are doing good.
Can you please share the code of page-range snippet ?
Thanks!

Hi friend,

Thanks so much for the reply!

There is no page-range snippet in the code, there is a price-range snippet though, if that is the one i need to share. I will share it anyways, please let me know if this is not the snippet i need to share. Thanks again!

{%- liquid
assign uses_comma_decimals = false
assign currency_test_string = 101 | money_without_currency
if currency_test_string == ‘1,01’
assign uses_comma_decimals = true
endif
-%}

{{ cart.currency.symbol }}
{{ cart.currency.symbol }}

Hi @Vatiliotis
Thanks for sharing code snippet, this code does not show price, it is related to price filter
So, you can search for a snippet like price or you can see price code directly in collection template.
To show maximum price, you can use code like this
{{ product.price_max | money }}
Where product is product variant on the template, it can card_product in your case, if yes
you can try this

{{ card_product .price_max | money }}

I hope, it is useful to you
Thanks!

Hey @Vatiliotis , explore a solution for showcasing variant names and prices on Shopify collection pages in this YouTube video:

https://youtu.be/Z7As6ia4wPI?si=w9P60NfPFZwww8wy