Make choose options button go to product page instead of pop up in taste theme

Topic summary

Goal: Change the “Choose options” button in Shopify’s Taste theme so it links directly to the product page instead of opening a quick-view popup.

Approach: Edit the product card snippet (card-product.liquid) and replace the button’s code to point to the product URL. Exact code blocks weren’t fully shown in the thread, but the change successfully redirected clicks to the product page.

Issue encountered: After the change, the button displayed an error text instead of “Choose options,” though the redirect worked. Screenshots were provided showing the label issue on a preview store.

Resolution: Removing the line {% - render 'loading-spinner' -%} from the modified code restored the correct button label while keeping the direct link behavior. No other side effects were reported.

Status: Resolved. No further actions requested.

Summarized with AI on December 24. AI used: gpt-5.

Hello @jkjcreative ,

Follow these steps:

  1. Edit Snippet → card-product.liquid
  2. Search for code

Replace it with


Thanks