- This topic has 2 replies, 2 voices, and was last updated 2 days, 4 hours ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › Hide Variations Group Name on Confirmation Screen and Email
Tagged: group name, product, variation
I’m using product variations to allow customers to purchase an event that has different scheduled times. This is working great – I’ve named the group “Please choose the session(s) you would like to attend:”, then made a variation for each date/time available. However, on the thank you/confirmation screen, as well as in the confirmation email, each selected item is listed as “Please choose the session(s) you would like to attend: – Tuesday, July 15 @ 10:00am: $25.00.”
How can I prevent the Group Name from showing and simply list the Variation (the date, time, and cost)? Thank you!
In our plugin, each variation consists of a name/label and the user’s selected option. Some products can have multiple variations, so displaying both the label and the selected value aligns with how the plugin is designed to function.
I’ll be adding a new filter hook in the next plugin release to allow further customization of the variation data through custom code.
In the meantime, here’s how you can adjust your variation setup to work better with the current structure:
Variation name/label: Session(s) to attend
Variation options: Start with “Please select a session”, followed by the actual session options.
This setup will display clearly and consistently within the plugin’s layout.
Thank you!!