Search found 7888 matches

by aimeos
12 Oct 2017, 21:09
Forum: TYPO3 extension
Topic: Upload of many unique coupon codes
Replies: 10
Views: 3800

Re: Upload of many unique coupon codes

The only restrictions are 32 characters maximum and codes are case insensitive (mint08g67ch2 and MINT08G67CH2 is the same)
by aimeos
11 Oct 2017, 22:38
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26370

Re: CSV Product Import not working

TYPO3 6.2.15 is extremely old and there's no support any more for this version. You should upgrade nevertheless to avoid security breaches. For updating Aimeos it depends how much you customized the shop. Version 2017.x has some incompatible changes to 2016.10.5 so your required time may vary. We've...
by aimeos
11 Oct 2017, 20:39
Forum: TYPO3 extension
Topic: Upload of many unique coupon codes
Replies: 10
Views: 3800

Re: Upload of many unique coupon codes

In the dev-master version, you can upload a CSV file with coupon codes and import them by running the aimeos:jobs command. If you wait till next week, the new 2017.10 release will be out including this feature.
by aimeos
11 Oct 2017, 20:35
Forum: Laravel package
Topic: Stock not working
Replies: 3
Views: 1750

Re: Stock not working

Which version of the Aimeos package are you using?
by aimeos
10 Oct 2017, 20:19
Forum: Help
Topic: Image Upload
Replies: 5
Views: 3707

Re: Image Upload

If you are able to successfully change the output of "public_path()" to your "./public_html" directory, then it will work because the filesystem configuration for image uploads is 'resource' => array( 'fs' => array( 'adapter' => 'Standard', 'basedir' => public_path(), 'tempdir' =...
by aimeos
10 Oct 2017, 20:12
Forum: Laravel package
Topic: My account page showing error.
Replies: 3
Views: 1467

Re: My account page showing error.

Is there a stack trace available in the madmin_log table?
by aimeos
10 Oct 2017, 20:11
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26370

Re: CSV Product Import not working

Hm, both look OK and I ran a successful CSV file import with the same mapping and file (dev-master in my case).
Are the "Not imported: Array( ... )" messages the only error in the madmin_log table?
by aimeos
10 Oct 2017, 10:16
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26370

Re: CSV Product Import not working

Your mapping is still not correct for the example file. You need exactly the same mapping as described in the documentation: https://aimeos.org/docs/Developers/Controller/Import_products_from_CSV#Default_mapping Also, make sure that you've configured https://aimeos.org/docs/Configuration/Core/contro...
by aimeos
10 Oct 2017, 09:13
Forum: Laravel package
Topic: Override ext/ai-laravel
Replies: 6
Views: 3300

Re: Override ext/ai-laravel

To enforce the correct order, please add "ai-laravel" to the "depends" section in the manifest.php of your project specific extension: 'depends' => array( 'aimeos-core', 'ai-admin-extadm', 'ai-admin-jqadm', 'ai-admin-jsonadm', 'ai-client-html', 'ai-client-jsonapi', 'ai-controller...
by aimeos
09 Oct 2017, 21:35
Forum: Laravel package
Topic: Paytm Integration
Replies: 10
Views: 3931

Re: Paytm Integration

Either some files has been left out when deploying everything on your live server or your Aimeos payment service provider configuration isn't the same on live.