I’m trying to remove the prices from the product grid while keeping them on the product page. I’ve tried to change the coding that was suggested in other questions and I reached out to shopify live-chat, but neither of us can resolve this.
Hi @jbake ,
Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?
Hello,
To make the necessary code changes, follow these steps:
- Navigate to Online Store → Themes → Edit code.
- Locate the file
snippets/card-product.liquid. - Search for the following line of code:
{% render 'price', product: card_product, price_class: '', show_compare_at_price: true %}
- Remove this line.
This change will remove the price from product cards but won’t affect the product details page.
If you find this solution helpful, please like the message and accept it as the solution.