Search found 25 matches

by t_csaba
01 Oct 2019, 14:07
Forum: Help
Topic: How to redirect to a page from category filter?
Replies: 4
Views: 2067

Re: How to redirect to a page from category filter?

Fixed it, I had to add this to my setup:

Code: Select all

settings.client.html.catalog.tree.url.target = 17
by t_csaba
01 Oct 2019, 13:58
Forum: Help
Topic: How to redirect to a page from category filter?
Replies: 4
Views: 2067

Re: How to redirect to a page from category filter?

Also, i have noticed that in the generated html, the form is rendered like this: <form method="GET" action="/shop?ai%5Bcontroller%5D=Catalog&amp;ai%5Baction%5D=list"> But the individual links are rendered like this: <a class="cat-item" href="/?ai%5Bf_name%5D=La...
by t_csaba
30 Sep 2019, 07:42
Forum: Help
Topic: How to redirect to a page from category filter?
Replies: 4
Views: 2067

Re: How to redirect to a page from category filter?

I use the same setup for a search bar in the header, where the page target is the same, and there the url redirect is working. Could it be something else?
by t_csaba
27 Sep 2019, 14:22
Forum: Help
Topic: How to redirect to a page from category filter?
Replies: 4
Views: 2067

How to redirect to a page from category filter?

Hi, I have a small problem with redirecting the catalog filter to a certain page. This is my whole setup right now, i would like to redirect everyone who clicks on a category to a certain page, where i have my catalog list. Could you please help me out? What am I missing here? #header category menu ...
by t_csaba
01 Aug 2019, 08:26
Forum: TYPO3 extension
Topic: Template override not working
Replies: 6
Views: 2434

Re: Template override not working

Hi,
I have generated a new extension, set everything according to the documentation, and now everything works correctly. It was probably just a typo.
by t_csaba
25 Jul 2019, 07:47
Forum: TYPO3 extension
Topic: Template override not working
Replies: 6
Views: 2434

Re: Template override not working

I have cleared all cache files. Even the one in the install tool
by t_csaba
25 Jul 2019, 07:35
Forum: TYPO3 extension
Topic: Template override not working
Replies: 6
Views: 2434

Re: Template override not working

It is there, if you open it in a new tab, it just doesn't show up in the post. Anyway, i will add it again using a different image sharing site.
Image
by t_csaba
24 Jul 2019, 10:47
Forum: TYPO3 extension
Topic: Template override not working
Replies: 6
Views: 2434

Template override not working

Hi, I have followed this guide: https://aimeos.org/docs/Developers/Html_frontend/Overwrite_existing_templates# , created a new extension, here: https://aimeos.org/extensions ,then created a new typo3 extension, and added the generated extension to the plugin resources. Do I need to set something els...
by t_csaba
27 Feb 2018, 08:30
Forum: TYPO3 extension
Topic: Order emails are not translated
Replies: 5
Views: 2287

Re: Order emails are not translated

Thank you, the hidden language selection was the problem, now i have set it to required and hidden, and that fixed the problem. Now I have another... Aimeos was unavailable in one of my languages requested by the customer, so I overwrote some translations from typoscript, because it seemed to be eas...
by t_csaba
23 Feb 2018, 09:28
Forum: TYPO3 extension
Topic: Order emails are not translated
Replies: 5
Views: 2287

Re: Order emails are not translated

Strangely the langid for some previous emails is set, but for the most recent ones is NULL
Is it just a case of misconfiguration?