Search found 8011 matches

by aimeos
24 Nov 2017, 20:58
Forum: Symfony bundle
Topic: Locating components / templates
Replies: 11
Views: 13551

Re: Locating components / templates

Remove the session cookie from your browser. You will get a new session without cached mini basket
by aimeos
24 Nov 2017, 20:56
Forum: TYPO3 extension
Topic: Thumbnail too big
Replies: 13
Views: 8760

Re: Thumbnail too big

In TYPO3, configuration for frontend, backend and scheduler tasks have a different prefix resp. has to be added directly in the TS-Config field of the scheduler task. Scale images in the admin backend: module.tx_aimeos.settings { controller.common.media.standard.files.maxwidth = 800 controller.commo...
by aimeos
24 Nov 2017, 20:53
Forum: TYPO3 extension
Topic: How do I print an invoice
Replies: 12
Views: 6382

Re: How do I print an invoice

What I don't understand is, that shopping-software like Aimeos or tt-products, which I have used before, have such a hard time making a print-function for the invoices. For Aimeos the answer is pretty simple: Aimeos isn't optimized for extremly small shops. Instead, the main target audience are sho...
by aimeos
24 Nov 2017, 09:02
Forum: Laravel package
Topic: integrsting aimeos admin with existing admin
Replies: 2
Views: 1386

Re: integrsting aimeos admin with existing admin

Your main problem probably is the conflict with the Aimeos /admin routes. You can configure a different route prefix like /aimeos. Please have a look into the Aimeos route file to see what routes exist: https://github.com/aimeos/aimeos-laravel/blob/master/src/routes.php You can change the route pref...
by aimeos
23 Nov 2017, 21:21
Forum: Laravel package
Topic: Documentation error for social list
Replies: 1
Views: 882

Re: Documentation error for social list

Yes, you are right. The configuration option for the social media links has been moved but the old one isn't deprecated. We will care about that. Thanks for your hint!
by aimeos
23 Nov 2017, 21:19
Forum: Laravel package
Topic: preselect (non-first) option for attribute
Replies: 1
Views: 987

Re: preselect (non-first) option for attribute

Only if you add some logic for your options in your own attribute partial:
https://github.com/aimeos/ai-client-htm ... t.php#L159

The easiest way would be to use position "0" for that attribute you want to have pre-selected.
by aimeos
23 Nov 2017, 21:17
Forum: TYPO3 extension
Topic: Using Aimeos\MShop\Product\Item\Standard in a custom EXT
Replies: 2
Views: 1644

Re: Using Aimeos\MShop\Product\Item\Standard in a custom EXT

Can you share your class implementation for testing?
by aimeos
22 Nov 2017, 22:24
Forum: Laravel package
Topic: Translation suggestion
Replies: 3
Views: 1803

Re: Translation suggestion

If you use the German translation as >>> product label <<< it will be overwritten by the French name. But this does only work with the product name. For all other texts, both translations are shown. The best option will be to define "de" as default language by moving the site/language/curr...
by aimeos
22 Nov 2017, 22:16
Forum: Symfony bundle
Topic: Locating components / templates
Replies: 11
Views: 13551

Re: Locating components / templates

If you copy the PHP template file, don't configure the "template-body" setting. This is not necessary and you told Aimeos that you want to use the Twig engine for processing the file and this is only valid if you rewrite the file to use the Twig syntax. The mini basket component has an add...
by aimeos
22 Nov 2017, 22:11
Forum: TYPO3 extension
Topic: Thumbnail too big
Replies: 13
Views: 8760

Re: Thumbnail too big

You can scale the images on upload if you configure their maximum height and/or width. You would want this especially for the preview images: https://aimeos.org/docs/Configuration/Core/controller/common/media You can rescale existing images after modifying the configuration by running the "Resc...