Search found 27 matches

by nvindice
24 Nov 2021, 09:41
Forum: Help
Topic: Index product attributes
Replies: 2
Views: 800

Re: Index product attributes

Thanks for the reply, I already solved it exactly this way (and added some configuration to prevent hidden attributes by default).

I'll be happy to make a PR!
by nvindice
22 Nov 2021, 16:50
Forum: Help
Topic: Index product attributes
Replies: 2
Views: 800

Index product attributes

Hi Aimeos team,

in 2018.x, all product attributes were indexed into mshop_index_text, so that products could be searched via their attributes. In 2021.x, I can't make this work.

What do I need to configure to search products by their attributes with the default search function?
by nvindice
25 Oct 2021, 12:12
Forum: Help
Topic: Get category types at product export
Replies: 1
Views: 619

Get category types at product export

Hi Aimeos team, we declared a category type "main" to store a main category in each product. When exporting the products to a CSV file, we use the index manager to search for all relevant products, add the "category" domain and are able to use $item->getCatalogItems() to get all ...
by nvindice
15 Sep 2021, 14:05
Forum: TYPO3 extension
Topic: Base URL missing in Jobs
Replies: 15
Views: 14728

Re: Base URL missing in Jobs

Took a while but found the root cause - the Typo3 URL generator always chose the default route as the "action" parameter was missing.

Created a PR: https://github.com/aimeos/ai-typo3/pull/28
by nvindice
10 Sep 2021, 09:19
Forum: TYPO3 extension
Topic: Base URL missing in Jobs
Replies: 15
Views: 14728

Re: Base URL missing in Jobs

Oh boy :) Maybe I have some spare time to look for it. If I find a solution, I'll create a PR, as usual. Thank you for your fantastic support, btw!
by nvindice
10 Sep 2021, 09:12
Forum: TYPO3 extension
Topic: Base URL missing in Jobs
Replies: 15
Views: 14728

Re: Base URL missing in Jobs

No, it doesn't work if you include images from the server in the e-mails and that's the reason they are not added to confirmation e-mails. In the frontend those relative URLs are absolutely correct but for the scheduler task there's room for enhancement. The problem is that it's not easy to get the...
by nvindice
09 Sep 2021, 14:22
Forum: TYPO3 extension
Topic: Base URL missing in Jobs
Replies: 15
Views: 14728

Re: Base URL missing in Jobs

The URLs are generated by the TYPO3 Router which uses your site configuration including the rules you add for the route enhancers: - https://aimeos.org/docs/latest/typo3/setup/#seo-urls - https://github.com/aimeos/aimeos-typo3/blob/master/Classes/Scheduler/Base.php#L141-L151 Well, except for that t...
by nvindice
27 Aug 2021, 07:26
Forum: TYPO3 extension
Topic: Base URL missing in Jobs
Replies: 15
Views: 14728

Re: Base URL missing in Jobs

Nope, all set. Only " Product catalog page ID" input field is emptied every time I save the settings, close and re-open the settings, but this should not be the problem here. The product links are generated properly (meaning they work, all parameters are set and they are absolute URLs), bu...
by nvindice
26 Aug 2021, 16:03
Forum: TYPO3 extension
Topic: Base URL missing in Jobs
Replies: 15
Views: 14728

Re: Base URL missing in Jobs

...I also noticed that the links which are generated via the url() view helper are not SEO friendly, but with all ai[] parameters visible. Any clue?
by nvindice
26 Aug 2021, 11:57
Forum: TYPO3 extension
Topic: JQAdm Configuration problem in Typo3
Replies: 4
Views: 1285

Re: JQAdm Configuration problem in Typo3

I see. Maybe using index "0" for the title? Or always using the first element in the Array? Not perfect, but IMHO better than the current solution :?