Thank you for your reply! Where do I find the Price snippet and product card? Is this something I can find within creating the product?
Topic summary
Goal: Show “See price in cart” instead of the price for selected products (Focal theme), and have those items use a different price once added to cart (for a Black Friday collection featured on the homepage).
Attempt/Issue: The store owner tried editing theme code without success and seeks help implementing this only for specific products.
Proposed approach: Add a product tag (e.g., “see-price-in-cart”) and conditionally render text on product cards using Liquid:
- If product has the tag → display “See price in cart”
- Else → display the standard price
(Code snippet provided for the product card price area.)
Open questions/next steps: The store owner asked where to find the “price snippet” and “product card” files within the theme (unclear whether this is done in theme code or product settings). Guidance is needed on exact theme file/section locations to modify in Focal.
Status: No confirmed implementation yet; thread remains open pending instructions on where to edit the theme files.