Search found 7918 matches

by aimeos
12 Jun 2015, 16:41
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 12699

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

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

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

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

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

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

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...
by aimeos
10 Jun 2015, 14:06
Forum: Laravel package
Topic: Image upload
Replies: 3
Views: 6986

Re: Image upload

I am using Windows/XAMPP. I have uploaded a Product successfully to the database, and am able to see this listed, so I am getting a response from the server. I received the error message and was also expecting to see something in the mshop_media table in the database; but nothing new is listed ther...
by aimeos
10 Jun 2015, 14:02
Forum: Laravel package
Topic: Supplier / Brands
Replies: 7
Views: 4483

Re: Supplier / Brands

Sorry, didn't saw your post earlier! The supplier can be exactly used for these kind of requirement and you can link your products to suppliers in the product detail view of the admin interface. Currently, only the supplier name is shown in the frontend. If you need the full information, you can add...
by aimeos
07 Jun 2015, 20:36
Forum: TYPO3 extension
Topic: Manually selecting labels by sql
Replies: 3
Views: 3377

Re: Manually selecting labels by sql

If you use the latest code from the master branch ( http://aimeos.org/docs/TYPO3/Download_Aimeos#Latest_code ), you can now access the shop data using the MShop objects from your own TYPO3 extension: $path = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath( 'aimeos' ); require_once $path ...