Search found 7884 matches

by aimeos
16 Dec 2018, 13:04
Forum: TYPO3 extension
Topic: About aimeos multilingualism?
Replies: 1
Views: 1398

Re: About aimeos multilingualism?

Aimeos uses TYPO3 language setup if available, i.e. "config.language":
https://aimeos.org/docs/TYPO3/Configure ... d_currency
by aimeos
16 Dec 2018, 13:01
Forum: TYPO3 extension
Topic: baseurl
Replies: 19
Views: 8499

Re: baseurl

Thanks, the workaround has been added to the scheduler base class and will be part of the next release:
https://github.com/aimeos/aimeos-typo3/ ... 253e34b960
by aimeos
14 Dec 2018, 14:10
Forum: Laravel package
Topic: How to add gif images to products from backend
Replies: 12
Views: 5046

Re: How to add gif images to products from backend

You don't have the php-imagick extension installed
by aimeos
14 Dec 2018, 14:10
Forum: TYPO3 extension
Topic: baseurl
Replies: 19
Views: 8499

Re: baseurl

We've tested retrieving the domain for the Aimeos advanced scheduler task in 8.7.22 and 9.5.1 and both work without problem. As no one else reported such an issue, it's probably a problem of your installation. Can you please check if the domain record for your root page is set and if the page ID for...
by aimeos
14 Dec 2018, 10:09
Forum: TYPO3 extension
Topic: baseurl
Replies: 19
Views: 8499

Re: baseurl

You can also use an environment variable to pass the domain:
https://github.com/aimeos/aimeos-typo3/ ... e.php#L186
by aimeos
13 Dec 2018, 23:23
Forum: Laravel package
Topic: Custom URLs for categories and products
Replies: 1
Views: 1569

Re: Custom URLs for categories and products

That's due to buggy routing in Laravel, in all other frameworks it's "list/1/Home". You can add a new named route to ./routes/web.php file and add that name (here: aimeos_shop_catalog) in the category target field, e.g. Route::match( array( 'GET', 'POST' ), 'list/{f_name}/{f_catid}', array...
by aimeos
13 Dec 2018, 23:05
Forum: TYPO3 extension
Topic: Access to products only by link
Replies: 4
Views: 1487

Re: Access to products only by link

Yeah, exactly one category is still in the index in this case. It's fixed with that patch:
https://github.com/aimeos/aimeos-core/c ... 63f7ac7d60
by aimeos
13 Dec 2018, 23:02
Forum: Laravel package
Topic: How to add gif images to products from backend
Replies: 12
Views: 5046

Re: How to add gif images to products from backend

Images are passed through the GD image methods by default (imagegif() in your case) and this seem to remove animations. You could try Imagick instead, maybe it keeps the animations. Add this to your ./config/shop.php file in the "controller" section: 'common' => ['media' => ['standard' => ...
by aimeos
13 Dec 2018, 22:45
Forum: Laravel package
Topic: How to add Type field to image in product details page.
Replies: 1
Views: 890

Re: How to add Type field to image in product details page.

Navigation bar: Types -> Media, domain: "Products"