Our website is an ecomm platform for a fine jewelry brand.
A lot of our earrings come with the option of “single” or “pair”. For some reason, no matter what I do it only displays the lowest possible cost of the item (the price of a single earring) on all of our collection pages. I want it to be the opposite, and show the highest cost variable, as it’s confusing for customers to click on a price only to uncover that it’s the price of one earring.
I’ve figured out how to correct the pricing on the individual product listing pages, thanks to Shopify support, however, I cannot seem to get it to match on our collection pages (here is an example of a collection page vs a product page)
support was able to determine that somewhere in our theme, there is a setting telling it to display the lowest possible cost. However I have ZERO idea where this filter exists in our code, and Shopify support wasn’t able to identify it either
I was able to find the product-grid-item.liquid snippet and input the code you suggested, but it doesn’t seem to have an effect on the pricing that is showing up.
Here is the code for that snipped in case you want to take a look: