Shopping Cart Operations > Support
Stripe not receiving OrderID
RCodiaDavid:
Hi again,
Thanks for the help, that was indeed the right file to adjust.
For anyone who might find it useful, the file can be found here:
yourstore/extensions/default_stripe/storefront/controller/responses/extension/default_stripe.php
Line 153 of the is for 'description' so here you can put whatever identifier you want to appear in Stripe console and as the reference in the email that customers receive from Stripe after a purchase.
By default it is blank but this is what we changed it to on ours:
'description' => 'OurShopName Order #' . $order_info['order_id'],
Hope this helps someone.
Basara:
Thank you, RCodiaDavid
Rdw:
With regards to the below
yourstore/extensions/default_stripe/storefront/controller/responses/extension/default_stripe.php
Line 153 of the is for 'description' so here you can put whatever identifier you want to appear in Stripe console and as the reference in the email that customers receive from Stripe after a purchase.
I updated our store and stripe reported an error on the number of characters which the field can have entered.
For information the maximum is 22 characters which includes spaces.
Navigation
[0] Message Index
[*] Previous page
Go to full version