Search found 7888 matches

by aimeos
06 Oct 2017, 20:04
Forum: Laravel package
Topic: Get site orders
Replies: 3
Views: 1621

Re: Get site orders

Have you read this article?
https://aimeos.org/docs/Laravel/Extend_ ... os_objects

It explains how to access the Aimeos data from a Laravel controller.
by aimeos
06 Oct 2017, 20:02
Forum: Laravel package
Topic: need extra price for products
Replies: 5
Views: 2095

Re: need extra price for products

Just to make sure we aren't talking about different things: What is a "security price" in your context?
by aimeos
06 Oct 2017, 11:03
Forum: Help
Topic: CSV Product Import not working
Replies: 32
Views: 26370

Re: CSV Product Import not working

The example CSV doesn't fit to the current importer requirements any more. It needs at least the currency ID for each price and the non-existing attribute type (import-test) is also invalid. We will update the example CSV so it matches the implementation in version 2017.10.

Thanks for your patience!
by aimeos
06 Oct 2017, 11:00
Forum: Help
Topic: Product attributes
Replies: 5
Views: 2848

Re: Product attributes

Performance of Gettext mo files isn't a problem because they can be cached in APC if you enable that. But in your case it makes sense to use a translation table to for the attribute types if those values change more or less every day. Are you interested in creating a patch to implement that? We woul...
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: 2848

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

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

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

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

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