Search found 38 matches

by randomdennis
07 May 2025, 13:50
Forum: Help
Topic: Adjusting "f_search" in Aimeos for Product Search Behavior
Replies: 4
Views: 37003

Re: Adjusting "f_search" in Aimeos for Product Search Behavior

We added a ProductSearch DB Table with dublicate product entries for every categorie based on catid, which works super fast.
by randomdennis
07 May 2025, 13:48
Forum: Help
Topic: Product Main Category
Replies: 2
Views: 15797

Re: Product Main Category

I came to the solution by adding a house icon to categories and if you click on it it writes an entry in the product config with cat = catcode which i use in frontend.
by randomdennis
07 May 2025, 13:28
Forum: TYPO3 extension
Topic: Backend Categories Productlist Sort
Replies: 4
Views: 64462

Re: Backend Categories Productlist Sort

I have extended the productlist.js with a sorting function and also use two template loops in the productlist.php to display only promotional items and then standard items afterwards. I have removed pagination for this, removed limit and display all products. productlist.php <!-- Promotion --> <temp...
by randomdennis
05 May 2025, 10:46
Forum: TYPO3 extension
Topic: Backend Categories Productlist Sort
Replies: 4
Views: 64462

Re: Backend Categories Productlist Sort

However, if we needed this option, what would be the best option here?

Can we perhaps simply display all products without pagination and add a sorting function for the table using JS?
by randomdennis
30 Apr 2025, 12:37
Forum: TYPO3 extension
Topic: Backend Categories Productlist Sort
Replies: 4
Views: 64462

Backend Categories Productlist Sort

Hello, in the past you could sort the products or search for specific words via the table header, has this been permanently removed? https://i.ibb.co/cSgCmq2c/Unbenannt.png We would like to adjust the sorting, currently the same article comes directly after the promotional article. We would like to ...
by randomdennis
01 Apr 2025, 10:37
Forum: Help
Topic: Product Main Category
Replies: 2
Views: 15797

Product Main Category

Hello everyone, Is there already a way to define a main category for a product when it belongs to multiple categories? Right now, on the product detail page, the first category (alphabetically) is displayed by default. It would be useful to have an option to set a primary category for each product. ...
by randomdennis
25 Mar 2025, 12:37
Forum: Help
Topic: How to determine if a product is a variant?
Replies: 1
Views: 15438

How to determine if a product is a variant?

I want to identify whether a product is a variant to hide it in a custom search query. I tried this query, but it doesn’t work in all cases. Sometimes, there are no entries here, and if there are entries, they are not necessarily variants: SELECT * FROM `mshop_product_list` WHERE `refid` = 4416 AND ...
by randomdennis
12 Mar 2025, 16:27
Forum: Help
Topic: Debug Templates
Replies: 8
Views: 83850

Re: Debug Templates

We have it set to Debug. Maybe i override something with my Extention, as we do also not have any entries for the aimeos tasks such as Scale etc. in the planner at aimeos as soon as our Extention is activated. So far, I have briefly deactivated our Extention to create the tasks.
by randomdennis
12 Mar 2025, 16:14
Forum: TYPO3 extension
Topic: Basket Mini sometimes Cached old Entries
Replies: 3
Views: 43033

Basket Mini sometimes Cached old Entries

Hello,

I have the problem that I get cached mini-basket entries.

I have tried switching off the basket cache, but this has no effect.

Thank you for your Help.
by randomdennis
11 Mar 2025, 12:52
Forum: Help
Topic: Debug Templates
Replies: 8
Views: 83850

Re: Debug Templates

mhm i still get no errors, not even in typo3 log. Debug activated, Display Errors on