Search found 9 matches

by Alex K
04 Jun 2018, 14:12
Forum: TYPO3 extension
Topic: Get product category
Replies: 14
Views: 14148

Re: Get product category

And also simple decorator for detail product <?php namespace Aimeos\Client\Html\Common\Decorator; class CategoryDetailDecorator extends \Aimeos\Client\Html\Common\Decorator\Base implements \Aimeos\Client\Html\Common\Decorator\Iface { /** * Adds the data to the view object required by the templates *...
by Alex K
04 Jun 2018, 14:06
Forum: TYPO3 extension
Topic: Get product category
Replies: 14
Views: 14148

Re: Get product category

Thanks again for help! I finnaly got my categories for each product with help of decorator. I hope it's not forbiden, i'll give my result as example, if someone need it. Thi is my Decorator for List, it's fast solution. <?php namespace Aimeos\Client\Html\Common\Decorator; class CategoryListsDecorato...
by Alex K
03 Jun 2018, 11:34
Forum: TYPO3 extension
Topic: Get product category
Replies: 14
Views: 14148

Re: Get product category

I need both) Thank you for help! I will try!
by Alex K
02 Jun 2018, 14:16
Forum: TYPO3 extension
Topic: Get product category
Replies: 14
Views: 14148

Get product category

Hi) I cant find any information how to get Categories list of Product. I checked default templates and documentation for class Item.. but failed. Please, can you show me right way?) I want to show product category to some products.
by Alex K
02 Jun 2018, 14:12
Forum: TYPO3 extension
Topic: Unic order ID
Replies: 3
Views: 2000

Re: Unic order ID

OK, i see. To add prefix to email i need to change email template or theris any config for this?
by Alex K
01 Jun 2018, 10:41
Forum: TYPO3 extension
Topic: Unic order ID
Replies: 3
Views: 2000

Unic order ID

Hi! I have two shops on aimeos and i have situation, when i got same orders ID on my email. So how can change order ID like this: FR1-FRNNN. I just want to add Letters to begining of Order ID.
Thank you!
by Alex K
23 May 2018, 09:03
Forum: TYPO3 extension
Topic: "Admin interface jobs" not represented in Cron Jobs
Replies: 1
Views: 1126

"Admin interface jobs" not represented in Cron Jobs

In Aimeos version 18.4.0/18.4.1 Admin interface jobs dissapeared from Cron job List. So no admin notification send.
by Alex K
14 May 2018, 06:32
Forum: TYPO3 extension
Topic: Image uplad for services not working in aimeos version 18.4
Replies: 2
Views: 1513

Image uplad for services not working in aimeos version 18.4

Hello friends!
I get an error when i tried to add image to service (payment or delivery). With products its working good.
I got Error Item with ID "" in "media.id" not found. No information in aimeos log or in typo3 log. So, i'm curious what to do. Where to search?