Search found 7921 matches

by aimeos
15 Jun 2015, 16:30
Forum: Laravel package
Topic: Admin rebuild : getting/creating/updating data
Replies: 17
Views: 10759

Re: Admin rebuild : getting/creating/updating data

One thing more:
There's a database entity relationship model available for a better understanding of the inner details
http://aimeos.org/docs/Developers#Library
by aimeos
15 Jun 2015, 16:16
Forum: Laravel package
Topic: Admin rebuild : getting/creating/updating data
Replies: 17
Views: 10759

Re: Admin rebuild : getting/creating/updating data

As I told in another post, we're trying to rewrite the admin panel. Offering an admin interface suited for the specific needs is always a good thing. Our plan is still to offer a REST interface to ease that task. Is there an easy way (à la Laravel way) to receive a list (for example of products, ca...
by aimeos
14 Jun 2015, 15:20
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 12773

Re: Problem with sending scheduled e-mails

Do you have only one entry in the locale tab of the admin interface with language "de" and currency "EUR" or are there more?
by aimeos
12 Jun 2015, 16:41
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 12773

Re: Problem with sending scheduled e-mails

Did you overwrite translations using the TS config field in the scheduler task?
The error occurs if the content of $message is an array instead of a string which is most likely caused by an invalid translation entry.
by aimeos
12 Jun 2015, 16:12
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 12773

Re: Problem with sending scheduled e-mails

PHP Warning: Illegal offset type in .../typo3conf/ext/aimeos/Resources/Libraries/zendframework/zend-i18n/src/Translator/Translator.php line 441 What language IDs do you have configured in your shop (could you make a screenshot for the "Locale" tab in the admin interface) and which languag...
by aimeos
11 Jun 2015, 08:26
Forum: TYPO3 extension
Topic: Locale format settings
Replies: 8
Views: 5696

Re: Locale format settings

That´s why I was asking. The currency format shows the same behaviour as in my installation. There´s a dot for the decimal separator for both english and german. My fault, the number format is not changed by translation but you have to configure it via TypoScript for each language: plugin.tx_aimeos...
by aimeos
11 Jun 2015, 00:48
Forum: Laravel package
Topic: Supplier / Brands
Replies: 7
Views: 4506

Re: Supplier / Brands

it's still hard to understand how the whole code is working :) Well, Aimeos is a full-featured web shop with around 160 000 lines of code and another 100 000 lines of comments but the best thing is: Every kind of component, controller, manager, etc. is working the same way. If you understood one, y...
by aimeos
10 Jun 2015, 16:43
Forum: TYPO3 extension
Topic: Locale format settings
Replies: 8
Views: 5696

Re: Locale format settings

Yes I saw that in the docs and have this config present since it´s quite basic: Your TS code is OK as long as it don't gets overwritten somewhere else. Is the rest of the translations OK (e.g. for "you are here" etc.)? Do you have multiple languages configured ( either TYPO3 or Aimeos adm...
by aimeos
10 Jun 2015, 16:20
Forum: Laravel package
Topic: Supplier / Brands
Replies: 7
Views: 4506

Re: Supplier / Brands

Is there a possibility that you're going to change this in the future? It's currently not our most important task. If you need it within a reasonable time frame, we can help you to get a subpart for this implemented (it's really easy) and we would love to see it in the core as well. or for supplier...
by aimeos
10 Jun 2015, 14:10
Forum: TYPO3 extension
Topic: Locale format settings
Replies: 8
Views: 5696

Re: Locale format settings

Hi Robert Number and currency formats are language specific and part of the translation which is automatically used if you configure the config.language TS setting to e.g. "de". If you want to use a different format for any reasons than provided by the translation, you can overwrite the tr...