different tax rates depending on payment method

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Joseph
Posts: 22
Joined: 28 Sep 2022, 07:47

different tax rates depending on payment method

Post by Joseph » 10 Jan 2023, 13:44

Hey,

depending on which payment method is used, we need to use different tax rates. under setup -> services -> payment methods, you can under prices choose a tax rate for the item, but also need a price. If you put 0, it'd do taxrate * 0. Is there a way to get the base price of the item, for it to multiply the tax rate with the base item?

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

Re: different tax rates depending on payment method

Post by aimeos » 12 Jan 2023, 09:59

Do you mean different tax rates for the prices of payment methods?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Joseph
Posts: 22
Joined: 28 Sep 2022, 07:47

Re: different tax rates depending on payment method

Post by Joseph » 12 Jan 2023, 14:05

Hey,

for example: payment method 1: 7% tax rate
payment method 2: 16% tax rate
The taxes shoud be added to every purchased item.

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

Re: different tax rates depending on payment method

Post by aimeos » 16 Jan 2023, 09:35

You have to write a basket plugin that sets the tax rates of the product items on each payment service change to make that happen: https://aimeos.org/docs/latest/provider ... t-plugins/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply