Change Quick Shop Buttons On Collection Page - Venue Theme

Topic summary

A user needed to modify the ‘Quick Shop’ and ‘Add to Cart’ buttons on a specific collection page in the Venue theme (version 11.0.5).

The products are services requiring a booking app, but the default buttons were bypassing this functionality. The goal was to replace both buttons with a single button linking directly to individual product pages.

Initial attempts using existing Shopify community guidance only succeeded in hiding the entire product card rather than replacing the buttons.

Through assistance from another community member (Hustlewithdream), the user received guidance on:

  • Adding conditional statements to target the collection page
  • Creating a custom button styled like the ‘Add to Cart’ button that says ‘Book Now’
  • Using metafields to link to the relevant product/booking page
  • Identifying the correct location in the theme code (quick-shop.liquid) to implement changes

Resolution: The user successfully implemented the solution and confirmed it was working.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

Hi, I’m trying to change the ‘Quick Shop’ and ’ Add To Cart’ buttons on a particular collection page. Ideally, I need to replace the ‘quick shop’ and ‘add to cart’ buttons with one button that links to the individual product pages.

The products in the collection are services which need to link to a booking app. Currently, both of these buttons bypass the booking function.

I’ve tried following these instructions - https://community.shopify.com/c/technical-q-a/how-do-i-hide-quick-add-buttons-for-certain-products/m-p/1789385 however I could only seem to hide the entire product card, and couldn’t replace the buttons as explained above.

Any advice would be greatly appreciated! :slightly_smiling_face: Theme - Venue 11.0.5 URL https://www.psychi.co.uk/

Hey Hustlewithdream, thanks so much for your response.

I’m struggling to find the right bit of code to add the if statement so it affects the collection page.

Would I be able to set up a button in the same style as the add to cart buttons that would say ‘book now’ and then link to the relevant product page, using metafields?

Best,

Rik

For the

Hi again Hustlewithdream,

Thanks again for your reply its most helpful! Do you know where in the theme code I would add the above code? Would it be in quick shop.liquid?

Best,

Rik

Thanks so much! I got this working :grinning_face_with_smiling_eyes:

1 Like