Search found 7888 matches

by aimeos
05 Oct 2017, 07:30
Forum: TYPO3 extension
Topic: Translating error messages
Replies: 4
Views: 1951

Re: Translating error messages

Which error message do you get exactly?
by aimeos
04 Oct 2017, 16:55
Forum: Laravel package
Topic: Monthly subscription feature for products
Replies: 15
Views: 5974

Re: Monthly subscription feature for products

Something is still wrong. We've added an example in the Aimeos demo data now. The price of the first selection variant is slightly lower than that of the selection product itself and you will see it if you select the attributes blue/34/32 (color/length/width). To test it yourself, set up a new Aimeo...
by aimeos
04 Oct 2017, 15:45
Forum: TYPO3 extension
Topic: Error when adding product to basket
Replies: 2
Views: 1172

Re: Error when adding product to basket

Did you update from an older version and forgot to run

Code: Select all

./flow aimeos:setup
by aimeos
04 Oct 2017, 14:37
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26370

Re: CSV Product Import not working

Please remind that the location configuration needs to be a directory where the CSV files are placed. It seems to configured it to point to the CSV file directly.
by aimeos
04 Oct 2017, 11:31
Forum: Help
Topic: Different prices per account
Replies: 1
Views: 1146

Re: Different prices per account

Yes, you need the customer groups extension from the Aimeos company for this:
https://aimeos.com/extensions/#c823
by aimeos
03 Oct 2017, 17:54
Forum: Laravel package
Topic: JSON admin API
Replies: 5
Views: 3461

Re: JSON admin API

You should not use basic HTTP auth for Jsonadm because of that. Chose another way of authentication and pass the Laravel cookie with each request so Larvel knows you are authenticated.
by aimeos
03 Oct 2017, 17:51
Forum: Laravel package
Topic: Integrating Couchbase to Aimeos!!
Replies: 1
Views: 872

Re: Integrating Couchbase to Aimeos!!

No, Couchbase isn't yet supported because Aimeos only uses Doctrine DBAL but not Doctrine ORM (too slow for big shops). We will be working on document storage support like ElasticSearch and others in the 2018 versions.
by aimeos
03 Oct 2017, 17:49
Forum: TYPO3 extension
Topic: Sorting Products in Backend
Replies: 16
Views: 6877

Re: Sorting Products in Backend

OK, that explains the problem. If you try to configure the "catid-default" setting via TypoScript, it's not passed to Aimeos because "catid-default" is also defined in the FlexForms of the catalog list and stage plugin. TYPO3 will overwrite your TS setting by the FlexForm value w...
by aimeos
02 Oct 2017, 13:18
Forum: Laravel package
Topic: JSON admin API
Replies: 5
Views: 3461

Re: JSON admin API

Laravel requires a CSRF token for all DELETE/PATCH/POST operations. You will get a new one with every response in the meta section of the JSON REST API: "csrf": { "name": "_token", "value": "eSEetvzK8Lh4UgKoKDifUyi6Fy48zGvYk0tcc7eC" } In jQuery, add ...
by aimeos
02 Oct 2017, 10:23
Forum: Laravel package
Topic: Import limit
Replies: 3
Views: 1510

Re: Import limit

If no errors occurred for some products during the import (check the madmin_log table) all products have been imported. In the list views, you will see a maximum of 10 000 entries but you can filter the list to get to every product.