Home › Forums › Stripe Payments Plugin › Hide Variations Group Name on Confirmation Screen and Email › Reply To: Hide Variations Group Name on Confirmation Screen and Email
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.