Hello @jkjcreative ,
Follow these steps:
- Edit Snippet → card-product.liquid
- Search for code
Replace it with
Thanks
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.
Hello @jkjcreative ,
Follow these steps:
Replace it with
Thanks