Enable B2B Mode
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!
-
- Posts: 1
- Joined: 04 Dec 2023, 16:53
Enable B2B Mode
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
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
Re: Enable B2B Mode
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,
give us a star
If you like Aimeos,
