Search found 7884 matches

by aimeos
06 Oct 2017, 10:50
Forum: Laravel package
Topic: need extra price for products
Replies: 5
Views: 2095

Re: need extra price for products

You should add an option (configurable) to your products. Such options can have their own price which is added to the product total when selected.
by aimeos
05 Oct 2017, 17:57
Forum: Help
Topic: Product attributes
Replies: 5
Views: 2846

Re: Product attributes

The only way to translate the attribute types are the i18n translations - either in the config or in a Gettext po/mo file. How many attribute type (not attributes) do you have and are they highly dynamic or stay they for a longer time. Can you tell us what these attribute types are for? We've though...
by aimeos
05 Oct 2017, 17:52
Forum: Laravel package
Topic: Add Mini basket to all pages Aimeos
Replies: 4
Views: 2477

Re: Add Mini basket to all pages Aimeos

Did you add "basket/mini" to all page types like described here:
https://aimeos.org/docs/Laravel/Adapt_p ... components
by aimeos
05 Oct 2017, 17:50
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26358

Re: CSV Product Import not working

Can you please post your current configuration you added for the import?
by aimeos
05 Oct 2017, 14:07
Forum: Laravel package
Topic: My account page showing error.
Replies: 3
Views: 1466

Re: My account page showing error.

Did you changed the "myaccount" route group and removed the "auth" middleware? This can only occur if your user accesses the "My account" page without being logged in. The Laravel authentication redirects the user to the login page if necessary in the standard Laravel a...
by aimeos
05 Oct 2017, 14:03
Forum: TYPO3 extension
Topic: Translating error messages
Replies: 4
Views: 1947

Re: Translating error messages

The problem is that the coupon code is part of the message. It can't be translated because of that dynamic part. We've fixed that in the dev-master branch and it will be part of the next release:
https://github.com/aimeos/ai-controller ... 39fbdc1b71
by aimeos
05 Oct 2017, 07:30
Forum: TYPO3 extension
Topic: Translating error messages
Replies: 4
Views: 1947

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

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

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

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.