Search found 7872 matches

by aimeos
03 Oct 2017, 17:51
Forum: Laravel package
Topic: Integrating Couchbase to Aimeos!!
Replies: 1
Views: 865

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: 6840

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: 3439

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: 1502

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.
by aimeos
01 Oct 2017, 17:11
Forum: Help
Topic: Attributes and categories
Replies: 7
Views: 3522

Re: Attributes and categories

Your products have nothing in common and maybe won't be sold together. Do you already thought about using different sites for each product category? That's like an own shop area for each product category in one installation
by aimeos
01 Oct 2017, 10:27
Forum: Laravel package
Topic: Monthly subscription feature for products
Replies: 15
Views: 5933

Re: Monthly subscription feature for products

If the orders only contains subscriptions, you can create another invoice item in the mshop_order table. Aimeos will care about the e-mailing if you set the payment status in the invoice item to "authorized" or "received". You can create a job controller that is executed daily to...
by aimeos
01 Oct 2017, 10:20
Forum: Laravel package
Topic: Monthly subscription feature for products
Replies: 15
Views: 5933

Re: Monthly subscription feature for products

Did you added the lowest price to your selection product so it's shown in the list view and in the detail view if no variant is chosen?
by aimeos
01 Oct 2017, 10:17
Forum: Laravel package
Topic: Paytm Integration
Replies: 10
Views: 3914

Re: Paytm Integration

Create a pull request and try to get the author to merge the bugfixes into the original repository.

The driver doesn't use the "returnUrl" provided and doesn't send it to Paytm. Thus, Paytm doesn't know where to redirect back.
by aimeos
01 Oct 2017, 10:13
Forum: TYPO3 extension
Topic: Catalog node for ID "" not available - SOLVED!
Replies: 3
Views: 2534

Re: Catalog node for ID "" not available

Looks like Neos is passing an empty parameter as default for the list route. Tried this with a plain Flow installation where this doesn't happen.

What is the URL in your address bar?
by aimeos
30 Sep 2017, 13:50
Forum: Laravel package
Topic: Monthly subscription feature for products
Replies: 15
Views: 5933

Re: Monthly subscription feature for products

Is the currency of the prices the same as the default currency you are using or the selected currency?