Search found 7940 matches

by aimeos
14 Oct 2017, 09:25
Forum: Laravel package
Topic: Stock not working
Replies: 3
Views: 1791

Re: Stock not working

Sorry, the documentation wasn't up to date: It must be "stock.stocklevel" and "stock.type"
It's now correct: https://aimeos.org/docs/Developers/Cont ... _CSV#Stock
by aimeos
13 Oct 2017, 20:02
Forum: Laravel package
Topic: Custom content
Replies: 1
Views: 1571

Re: Custom content

You can overwrite the Blade templates locally and add content there:
https://github.com/aimeos/aimeos-larave ... ws/catalog

Maybe you have to overwrite the controller classes, fetch your content from the database and change the routes to the new controller.
by aimeos
12 Oct 2017, 21:09
Forum: TYPO3 extension
Topic: Upload of many unique coupon codes
Replies: 10
Views: 4017

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

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

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

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

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

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

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

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...