Search found 126 matches

by columbo
29 Apr 2024, 18:42
Forum: Laravel package
Topic: How to boost terms in product search
Replies: 6
Views: 4721

Re: How to boost terms in product search

Found it - thanks! Should this already work in aimeos 2023.10? It is in the 2024 documentation, but the setting (in product > basic) is already available in 2023 Tried with different values (1.9 - 99) but no effect on the search results. executed: php artisan aimeos:jobs index/rebuild php artisan ai...
by columbo
26 Apr 2024, 12:26
Forum: Laravel package
Topic: How to boost terms in product search
Replies: 6
Views: 4721

Re: How to boost terms in product search

I could not find any documentation on this. How or where can the boost number be set?
as a ‘hidden attribute’?
by columbo
18 Apr 2024, 16:27
Forum: Laravel package
Topic: How to boost terms in product search
Replies: 6
Views: 4721

How to boost terms in product search

Hi, we have < 10.000 products but we'd like to boost certain search terms. eg. Search for "A B C" -> in the results list: B should always be on top (before A, C) AFAIK Aimeos standard search does not support such optimisation - so we have to use Solr or Elasticsearch - right? There is an e...
by columbo
20 Mar 2024, 20:21
Forum: Laravel package
Topic: Download orders-export -> blank page
Replies: 1
Views: 13825

Download orders-export -> blank page

Hi, try to download orders-export but it leads to a blank page 1. generate export in jqadm Sales > Orders > Export run aimeos:jobs "order/export/csv" 2. try to download export dashboard "Import/Export jobs" download -> blank page (admin/default/jqadm/get/dashboard/4?locale=en) Sc...
by columbo
07 Mar 2024, 10:21
Forum: Laravel package
Topic: Exclude category names from search
Replies: 1
Views: 18942

Exclude category names from search

Hi,

how can we to exclude category-names from filter search?
Only the product names should be included in the search.

eg:
category name: XYZ
-- product name: ABC

search for term: XYZ
Product ABC is displayed, but should be excluded.

Thank you!
by columbo
26 Feb 2024, 15:13
Forum: Laravel package
Topic: How to group favorite items by category?
Replies: 1
Views: 20568

How to group favorite items by category?

Hi, our customers have many favorites, 400 items and more. To make the list a little clearer, we'd like to group favorites in categories (as in the default catalog). category A - item 1 - item 2 category B - item x ... Do you have a recommendation on how this can be done? I expect to adapt the query...
by columbo
20 Feb 2024, 10:18
Forum: Laravel package
Topic: Different payment mails for customer (external) and interal reciepients
Replies: 2
Views: 26390

Different payment mails for customer (external) and interal reciepients

Hi, Is there already a way to send two payment emails with different layouts? for the customer, nicely styled, CI branded layout (as confirmation) for company internal use, process-optimised (eg. larger SKU number, no colors, no images etc.) if not already possible: What are your recommendations for...
by columbo
11 Feb 2024, 19:17
Forum: Laravel package
Topic: Same basket for different languages
Replies: 9
Views: 47462

Re: Same basket for different languages

thank you! Product "7680" is of type "default"? Does it have a category assigned? Yes, it is of type "default"and has two active (standard) categories assigned. If you disable (comment) lines 52-56 in https://github.com/aimeos/ai-controller-frontend/blob/master/src/Cont...
by columbo
09 Feb 2024, 13:12
Forum: Laravel package
Topic: Same basket for different languages
Replies: 9
Views: 47462

Re: Same basket for different languages

it's working now for variants "default article" linked to a select article) - thank you! but for "simple" default article we get: Error migrating product with code "018501" in basket to locale "default|en|EUR": Adding product with ID "7680" is not al...
by columbo
09 Feb 2024, 09:16
Forum: Laravel package
Topic: Same basket for different languages
Replies: 9
Views: 47462

Re: Same basket for different languages

Please give a hint
I am stuck here and have no clue why it is not working and why this message "Adding product with ID "###" is not allowed" appears
Thank you!