Search found 7949 matches

by aimeos
22 Jun 2015, 09:28
Forum: Help
Topic: Get Parent Id from catalog
Replies: 1
Views: 5459

Re: Get Parent Id from catalog

I am trying to get the Parent item from a Catalog item through the parentid, however there doesn't seem to be a getParentId function available. I also tried with other functions (like searchItems) with no success whatsoever. Is there any way I am missing to get this parentid/item? The catalog items...
by aimeos
19 Jun 2015, 16:48
Forum: TYPO3 extension
Topic: E-Mail text for delivery etc
Replies: 1
Views: 2705

Re: E-Mail text for delivery etc

One more time it's me. How can I change the text of the E-Mails? Where nad how can I change the templates? A link to the corresponding docu qould be enough :-) (hope so) Everything is translatable and the e-mails are no exception. You can overwrite the translations in TYPO3 like described here: htt...
by aimeos
19 Jun 2015, 13:33
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 13008

Re: Problem with sending scheduled e-mails

WahnM wrote:Here is the task. Anything wrong?]
No, your task seem to be totally fine.
The main failure you can do is to execute the e-mail related tasks in the general Aimeos scheduler too.
by aimeos
19 Jun 2015, 13:31
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 13008

Re: Problem with sending scheduled e-mails

I have found "Item with ID "" in "product.id" not found" in the madmin_log, but the producty have IDs?! Those log entries are from the front-end because they have a request ID, so your scheduler tasks seem to be correctly configured. Are e-mails sent at all, e.g. if yo...
by aimeos
19 Jun 2015, 10:05
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 13008

Re: Problem with sending scheduled e-mails

In Roberts installation we've seen a misconfiguration by executing the e-mail jobs in the standard Aimeos scheduler task too. This causes log entries in the madmin_log table due to missing settings. Maybe there are also some hints in your log table.
by aimeos
16 Jun 2015, 12:46
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 13008

Re: Problem with sending scheduled e-mails

The problem was a NULL value for the country ID that caused the the Zend translator implementation to generate a warning. Could you please install this version and try again: http://aimeos.org/fileadmin/download/aimeos_2.2.3.zip It should fix the problem and will be the base for the next minor relea...
by aimeos
16 Jun 2015, 09:48
Forum: Laravel package
Topic: Admin rebuild : getting/creating/updating data
Replies: 17
Views: 10930

Re: Admin rebuild : getting/creating/updating data

Actually, it's very simple. Implement a basic Laravel controller ( http://laravel.com/docs/5.1/controllers#basic-controllers ) and in the actions, get the Aimeos context, create the manager you need and hand over the data you've received from the manager (or save/delete items using the managers): na...
by aimeos
15 Jun 2015, 21:36
Forum: TYPO3 extension
Topic: Problem with sending scheduled e-mails
Replies: 22
Views: 13008

Re: Problem with sending scheduled e-mails

Which TYPO3 and Aimeos versions are you using?
by aimeos
15 Jun 2015, 16:30
Forum: Laravel package
Topic: Admin rebuild : getting/creating/updating data
Replies: 17
Views: 10930

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

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