Search found 7895 matches

by aimeos
03 Jan 2019, 17:00
Forum: Laravel package
Topic: Install alongside existing application
Replies: 8
Views: 5909

Re: Install alongside existing application

One separate topic for each question please.
by aimeos
03 Jan 2019, 16:59
Forum: Laravel package
Topic: Example pages
Replies: 20
Views: 6404

Re: Example pages

The components itself are not yet written as Blade templates but use plain PHP. You can have a look at them here: https://github.com/aimeos/ai-client-html/tree/master/client/html/templates You can have a look at the product detail template which contains many information: https://github.com/aimeos/a...
by aimeos
02 Jan 2019, 16:45
Forum: TYPO3 extension
Topic: Suggestion
Replies: 1
Views: 1236

Re: Suggestion

Hi to everyone. I wish you all a happy new year. Happy new year to you too! :-) I want to suggest a product paramater that i believe many other users will agree: UNITS for Products. It would be great to have an option for filling the product unit for example under the product code in item creation ...
by aimeos
02 Jan 2019, 16:37
Forum: Laravel package
Topic: Example pages
Replies: 20
Views: 6404

Re: Example pages

In the default Blade templates you only see how the existing components are integrated. If you want to create a list page of your own, you should write a controller/action that contains similar code to that one: $context = app( '\Aimeos\Shop\Base\Context' )->get(); $cntl = \Aimeos\Controller\Fronten...
by aimeos
02 Jan 2019, 16:24
Forum: Laravel package
Topic: Image Upload issue for products
Replies: 13
Views: 5659

Re: Image Upload issue for products

Please create one topic for each problem
by aimeos
01 Jan 2019, 11:10
Forum: Help
Topic: Install AImeos on localhost
Replies: 3
Views: 1940

Re: Install AImeos on localhost

The "public" directory has to be the document root of your web site.
by aimeos
01 Jan 2019, 11:09
Forum: Laravel package
Topic: Image Upload issue for products
Replies: 13
Views: 5659

Re: Image Upload issue for products

You haven't installed the php-finfo extension on your server.
by aimeos
01 Jan 2019, 11:08
Forum: Laravel package
Topic: Display list of categories ?
Replies: 5
Views: 5270

Re: Display list of categories ?

The Laravel "public" directory has to be the document root of your web site
by aimeos
01 Jan 2019, 11:06
Forum: TYPO3 extension
Topic: missing preview images (Typo3 9.5.3)
Replies: 1
Views: 814

Re: missing preview images (Typo3 9.5.3)

The baseurl setting is usually enough. Please keep in mind that TYPO3 separates beteween frontend, backend, and scheduler configuration, so for the admin interface and the scheduler tasks you have to configure the URL separately.