All things Shopify and commerce
I am working on a shop in Athens theme. Within the collections are different series on tractors (all at a different pricepoint). We have the shop set on catalog only because we're not actually selling online. We have the base price set on all the tractors on the product page (though it is hidden to the eye) - but when you go view the collection in the shop and try to filter high to low/low to high - it's completely wrong.
Is there a way to
1. remove high to low/low to high filtering all together
2. or, fix this
The easiest way would be just to remove it. Go inside your theme customizer and then click on your catalog to open that section up in the editor.
Inside the custom CSS area put in this code:
#collection-sort-order option[value="price-ascending"],
#collection-sort-order option[value="price-descending"] {
display: none;
}
You can put this in your main CSS file or your head tag of your page but this will limit the code to the scope of this section. Makes it easy to find custom code in the future too.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024