Home › Forums › Stripe Payments Plugin › Thankyou page – Include variations information › Reply To: Thankyou page – Include variations information
June 25, 2020 at 3:06 am
#3019
Admin
Keymaster
Not at the moment. The standard thank you page shortcode should show the details with the variations that was purchased.
If you are customizing it using the “asp_stripe_payments_checkout_page_result” filter then you can get all the transaction data and fully customize that output:
The $txn_data array will contain the transaction and item data that you can use.