Laravel Aimeos Change VAT text

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!
mohal_04
Advanced
Posts: 108
Joined: 27 Mar 2018, 05:59

Laravel Aimeos Change VAT text

Post by mohal_04 » 27 Mar 2018, 12:58

Laravel: 5.6
Aimeos: 2017.x
PHP: 7.x
Environment: Linux

The official documentation says:

Please have a look at the documentation for your environment on where and how to overwrite translations.

Can anyone help me understand where I can change this?

Thanks!
Attachments
How to change text?
How to change text?
aimeos_docs.jpg (130.05 KiB) Viewed 2176 times

gladgladwrap
Posts: 10
Joined: 27 Jan 2018, 22:10

Re: Laravel Aimeos Change VAT text

Post by gladgladwrap » 27 Mar 2018, 20:37

in config/shop add:

Code: Select all

'mshop' => [
		'price'=> [
			'taxflag' => 0,
		],
	],
PHP 7.1.14, Aimeos 2017.10, Laravel 5.5.39 (php artisan --version)

mohal_04
Advanced
Posts: 108
Joined: 27 Mar 2018, 05:59

Re: Laravel Aimeos Change VAT text

Post by mohal_04 » 28 Mar 2018, 04:55

gladgladwrap wrote:in config/shop add:

Code: Select all

'mshop' => [
		'price'=> [
			'taxflag' => 0,
		],
	],
Yes, this is working but I want to change the text showing on the front-end. I don't want to use the term "VAT." From where I can change this?

Thanks!

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

Re: Laravel Aimeos Change VAT text

Post by aimeos » 28 Mar 2018, 08:04

How to overwrite translations in Laravel is described here ("Overwrite translations"):
https://aimeos.org/docs/Laravel#Customization
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mohal_04
Advanced
Posts: 108
Joined: 27 Mar 2018, 05:59

Re: Laravel Aimeos Change VAT text

Post by mohal_04 » 28 Mar 2018, 08:50

aimeos wrote:How to overwrite translations in Laravel is described here ("Overwrite translations"):
https://aimeos.org/docs/Laravel#Customization
Thanks! :)

Post Reply