Search found 108 matches

by mohal_04
28 Mar 2018, 08:50
Forum: Laravel package
Topic: Laravel Aimeos Change VAT text
Replies: 4
Views: 2208

Re: Laravel Aimeos Change VAT text

aimeos wrote:How to overwrite translations in Laravel is described here ("Overwrite translations"):
https://aimeos.org/docs/Laravel#Customization
Thanks! :)
by mohal_04
28 Mar 2018, 04:55
Forum: Laravel package
Topic: Laravel Aimeos Change VAT text
Replies: 4
Views: 2208

Re: Laravel Aimeos Change VAT text

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!
by mohal_04
27 Mar 2018, 12:58
Forum: Laravel package
Topic: Laravel Aimeos Change VAT text
Replies: 4
Views: 2208

Laravel Aimeos Change VAT text

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!
by mohal_04
27 Mar 2018, 10:19
Forum: Laravel package
Topic: Aimeos Laravel Package - Add more fields in Product form
Replies: 12
Views: 7117

Re: Aimeos Laravel Package - Add more fields in Product form

The easiest way is to use the product properties where you can add arbitrary information without extending the database or the managers/items. You can even provide a new subpart and template with specialized fields like the "Physical" subpanel to improve usability (weight, height, length ...
by mohal_04
27 Mar 2018, 10:04
Forum: Laravel package
Topic: Aimeos Laravel Package - Add more fields in Product form
Replies: 12
Views: 7117

Re: Aimeos Laravel Package - Add more fields in Product form

The easiest way is to use the product properties where you can add arbitrary information without extending the database or the managers/items. You can even provide a new subpart and template with specialized fields like the "Physical" subpanel to improve usability (weight, height, length ...
by mohal_04
27 Mar 2018, 09:46
Forum: Laravel package
Topic: How to change Homepage URL?
Replies: 5
Views: 4939

How to change Homepage URL?

Hi,

After installing Aimeos Laravel distribution the home page URL is http://www.example-domain.com/list. Why? And how can I change it?

Laravel version: 5.6
Aimeos version 2017.x
PHP version : 7.x

Thanks!
by mohal_04
27 Mar 2018, 08:01
Forum: Laravel package
Topic: Aimeos Laravel Package - Add more fields in Product form
Replies: 12
Views: 7117

Re: Aimeos Laravel Package - Add more fields in Product form

This depends a bit on the information you want to store because either you need to extend the managers and templates or you can add a new subpart. Can you explain which information you want to store? I wish to add new fields to product form, e.g. a latitude and longitude field, country of origin, a...
by mohal_04
27 Mar 2018, 06:03
Forum: Laravel package
Topic: Aimeos Laravel Package - Add more fields in Product form
Replies: 12
Views: 7117

Aimeos Laravel Package - Add more fields in Product form

Hi,

I need help regarding product forms in Aimeos Administration panel. I want to add additional fields in the forms. Can anyone help me how I can do this?

Thanks!