When a customer purchases a specific product, I want to collect specific information. I have used the card attribute tutorial linked below successfully, but it shows up for all products when placed in a cart. I only need it for a specific product.
When I use an if statement combined with a product.tag, the cart attributes no longer display for any products, even the one contained in with the if statement. See below.
{% if product.tags contains 'Test'%}Rider Name
Rider Skill Level
Level 1
Level 2
Level 3
I am using Ride version 15.3.0 as my theme. I’m not great with coding, but it seems like it should be pretty straight forward considering the block of code works as intended when not incorporated into the if statement. Can someone help me figure this out?