Hi @sayna
Thank you for contacting Payment Plugins. You can enable the Stripe Fee option on the Advanced Setting page.
https://paymentplugins.com/documentation/stripe/advanced-settings/#display-stripe-fee
When enabled, the fee will show for future orders. The setting is not retroactive for orders made before the setting is enabled.
Kind Regards
Thread Starter
sayna
(@sayna)
Hi,
Ahh I remeber It was there in the past, probably the setting was changed in some update,.. Thanks anyway! 🙂
I enabled it now. Although is there anyway to retrieve this info on older orders? ( from when this option was not activated ) ? For now it displays 0 fees on previous orders processed by Stripe.
Thanks again
Hi @sayna
Although is there anyway to retrieve this info on older orders?
You would need to write a custom script for this. When the option is enabled the plugin saves a value in the WooCommerce order’s meta table. If the option is disabled it does not store this value to improve storage and speed.
I can provide some guidance if you decide to write a script to import the fee data.
Kind Regards
Thread Starter
sayna
(@sayna)
Hi,
I understand, thanks for the info. I’ll look into it.
Regards