change currency in payment process

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
agatqapp
Posts: 13
Joined: 15 Jan 2022, 07:02

change currency in payment process

Post by agatqapp » 02 Aug 2022, 08:16

Hello

I used laravel aimeos
aimeos/aimeos-core 2021.07.*
php ~7.1||~8.0

Can i change currency in payment process
like for example

I add USD/IRR both currency in my aimeos laravel website
and add product with both currency price
User come and add to cart item with currency IRR and place order

But here i have issue, My card not accept IRR currency
so its possible, when user place order with IRR currency
that time they also able to see total amount in USD under IRR amount
and payment gateway paypal/stripe will detect amount in USD

like, order place with IRR amount, but payment gateway detect USD amount

thanks

User avatar
aimeos
Administrator
Posts: 7893
Joined: 01 Jan 1970, 00:00

Re: change currency in payment process

Post by aimeos » 03 Aug 2022, 12:32

No, that doesn't work but you can add the locale selector to the checkout process so customers are able to switch the used currency during checkout but before the order is placed again (after it fails, buttons are displayed to try again or change payment option).
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply