Search found 7884 matches

by aimeos
17 Sep 2016, 09:37
Forum: TYPO3 extension
Topic: product photos
Replies: 10
Views: 5679

Re: product photos

You are using an Aimeos 2.4.x for TYPO3, aren't you? In the 16.x versions, the template files have been renamed to .php There seems to be a problem with the Javascript. Maybe something is interfering with the Aimeos JS. If you have a look into the HTML source code, you will probably see that the HTM...
by aimeos
17 Sep 2016, 09:30
Forum: Laravel package
Topic: Links at views going to root
Replies: 11
Views: 6041

Re: Links at views going to root

Laravel requires your ./public/ directory to be the document root so http://localhost/ will return the Laravel welcome page. Then, the Aimeos links will work as expected.
by aimeos
16 Sep 2016, 12:54
Forum: TYPO3 extension
Topic: product photos
Replies: 10
Views: 5679

Re: product photos

Javascript is no TypoScript. You have to put the Javascript code into a .js file and add it to your page header if it's not already included. Regarding the images in the detail view: Did you've changed one of the image-body-*.php templates? It seems like the location of the thumbnails in the HMTL do...
by aimeos
15 Sep 2016, 15:40
Forum: TYPO3 extension
Topic: product photos
Replies: 10
Views: 5679

Re: product photos

How can I instruct aimeos to only show one picture in the product list for each product, and not switching them every time one moves the mouse over? That's easy. Overwrite the JS code for this feature and use an empty function: https://github.com/aimeos/ai-client-html/blob/master/client/html/themes...
by aimeos
15 Sep 2016, 15:34
Forum: Laravel package
Topic: Aimeos setup failed
Replies: 3
Views: 2477

Re: Aimeos setup failed

Seems to be more a question for the Synology forum how to add the PHP fileinfo module correctly.
by aimeos
13 Sep 2016, 11:18
Forum: Laravel package
Topic: Fronteng get all site ids
Replies: 4
Views: 3560

Re: Fronteng get all site ids

The dev-master branch of the Aimeos Laravel package contains now the possibility to add separate configuration settings for backend and frontend :-) To show products from all sites in the frontend, you have to add this to your Laravel ./config/shop.php: 'frontend' => array( 'mshop' => array( 'common...
by aimeos
08 Sep 2016, 15:20
Forum: Laravel package
Topic: Fronteng get all site ids
Replies: 4
Views: 3560

Re: Fronteng get all site ids

I'm not talking about laravel, in aimeos list page it's by default showing products from siteid 1 , if i have many sites it does not display the items of other siteid how can i fix it? Well, that requires some changes and separating the frontend and backend configuration. We will think about this a...
by aimeos
08 Sep 2016, 09:43
Forum: Laravel package
Topic: Fronteng get all site ids
Replies: 4
Views: 3560

Re: Fronteng get all site ids

Laravel has no means to separate frontend and backend configuration as far as I know.
by aimeos
06 Sep 2016, 21:07
Forum: Help
Topic: Undefined property: $prefix
Replies: 11
Views: 7346

Re: Undefined property: $prefix

The only option might be to use a newer PHP version :-/