Email Bill Vat-free prices for single products

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!
hansklatt
Posts: 20
Joined: 29 Jul 2021, 20:19

Email Bill Vat-free prices for single products

Post by hansklatt » 02 Dec 2021, 14:30

Hello,
i have a TYPO3 V10 Installation with Aimeos 21.4.1
The customer want vat-free prices in the bill who is send with mailing.

How can i implement it?

The default mail has only prices with vat-prices.

I work on extension/client/templates/email/payment/html-body-standard.php

Thanks

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

Re: Email Bill Vat-free prices for single products

Post by aimeos » 03 Dec 2021, 13:34

You should update to 2021.10 LTS first because earlier 2021.x releases are not supported any more.

You can switch to net prices in general by adding this configuration in the "mshop.php" config file of your own Aimeos TPYO3 extension:

Code: Select all

return [
	'price' => [
		'manager' => [
			'taxflag' => false
		]
	]
];
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply