Search found 7923 matches

by aimeos
21 Jan 2019, 09:14
Forum: Laravel package
Topic: Multiple categories filter
Replies: 1
Views: 1008

Re: Multiple categories filter

You have to overwrite the catalog filter client to accept multiple category IDs in f_catid: https://github.com/aimeos/ai-client-html/blob/2018.10/client/html/src/Client/Html/Catalog/Filter/Tree/Standard.php#L211 Also, you must change the catalog/filter template and add checkboxes for each category: ...
by aimeos
18 Jan 2019, 10:10
Forum: TYPO3 extension
Topic: How to extend fe_user on order and confirm email
Replies: 19
Views: 7570

Re: How to extend fe_user on order and confirm email

Are the names still cached in APCu? You can check if you restart the web server.
by aimeos
18 Jan 2019, 09:39
Forum: TYPO3 extension
Topic: basket takes long to load
Replies: 4
Views: 2406

Re: basket takes long to load

Is that only when adding something to the basket or also in the checkout process?

Possible problems:
- XDebug enabled
- OPCache disabled
- APCu not used
- Own basket plugin enabled that is called often and loads too much data from DB
by aimeos
18 Jan 2019, 09:34
Forum: TYPO3 extension
Topic: setting locale in typo3 8.7 - Bug?
Replies: 11
Views: 3692

Re: setting locale in typo3 8.7 - Bug?

Which Aimeos version are you using?
by aimeos
18 Jan 2019, 09:33
Forum: TYPO3 extension
Topic: How to extend fe_user on order and confirm email
Replies: 19
Views: 7570

Re: How to extend fe_user on order and confirm email

What happens if you configure a non-existing customer manager name?
by aimeos
18 Jan 2019, 09:32
Forum: Laravel package
Topic: Override cupons providers
Replies: 1
Views: 879

Re: Override cupons providers

Create your own coupon provider and extend from an existing one if you can reuse some code. Your own one should be found automatically and added to the list of available ones in the admin interface.
by aimeos
18 Jan 2019, 09:30
Forum: Laravel package
Topic: During Aimeos Setup Got Errors Laravel
Replies: 7
Views: 5810

Re: During Aimeos Setup Got Errors Laravel

Which Aimeos version are you using?
by aimeos
15 Jan 2019, 12:46
Forum: TYPO3 extension
Topic: How to extend fe_user on order and confirm email
Replies: 19
Views: 7570

Re: How to extend fe_user on order and confirm email

Maybe a dependency problem. Can you add "ai-typo3" to the "depends" section of the manifest.php file in your Aimeos extension (Resources/Private/Extensions)?
by aimeos
15 Jan 2019, 12:39
Forum: Laravel package
Topic: How to add gif images to products from backend
Replies: 12
Views: 5128

Re: How to add gif images to products from backend

Can you please execute

Code: Select all

composer require aimeos/aimeos-core:2018.10.x-dev
and try again? If you don't have maxwidth and maxheight for images set, they will be now unchanged.
by aimeos
15 Jan 2019, 11:24
Forum: TYPO3 extension
Topic: How to extend fe_user on order and confirm email
Replies: 19
Views: 7570

Re: How to extend fe_user on order and confirm email

Your configuration is correct and it works for several others. Does the class exist?