different tax rates depending on payment method
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
different tax rates depending on payment method
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?
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?
Re: different tax rates depending on payment method
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, give us a star
If you like Aimeos, give us a star
Re: different tax rates depending on payment method
Hey,
for example: payment method 1: 7% tax rate
payment method 2: 16% tax rate
The taxes shoud be added to every purchased item.
for example: payment method 1: 7% tax rate
payment method 2: 16% tax rate
The taxes shoud be added to every purchased item.
Re: different tax rates depending on payment method
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, give us a star
If you like Aimeos, give us a star