Net Prices for all Products

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
grath
Posts: 5
Joined: 29 Mar 2023, 22:21

Net Prices for all Products

Post by grath » 16 Apr 2023, 20:24

How do I set the taxflag so that all prices appear as net prices?

aimeos-laravel: 2022.10
php 8

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

Re: Net Prices for all Products

Post by aimeos » 17 Apr 2023, 08:56

In your ./config/shop.php look for the "mshop" section:

Code: Select all

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

Post Reply