Enable B2B Mode

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!
Sith Gandalf
Posts: 1
Joined: 04 Dec 2023, 16:53

Enable B2B Mode

Post by Sith Gandalf » 04 Dec 2023, 17:02

Hello There,

I want to set up my Shop only B2B prices, so that VAT is calcualted afterwards.
Bard told me, that i have to use "ai-vatcheck", but i do not need vat-checking.

What config do i have to enable, that VAT is not included in the price, but added to the price.

Thank you for your hints.

Greetings

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

Re: Enable B2B Mode

Post by aimeos » 05 Dec 2023, 09:59

Use this setting for net prices in the mshop.php configuration file of your own Aimeos extension:

Code: Select all

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

Post Reply