Search found 123 matches

by columbo
20 Mar 2024, 20:21
Forum: Laravel package
Topic: Download orders-export -> blank page
Replies: 1
Views: 12183

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: 17741

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: 20479

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: 26310

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: 47380

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: 47380

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: 47380

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!
by columbo
07 Feb 2024, 20:51
Forum: Laravel package
Topic: Same basket for different languages
Replies: 9
Views: 47380

Re: Same basket for different languages

added a log output of the exception message: Log::info(print_r($e->getMessage(), true)); in https://github.com/aimeos/ai-controller-frontend/blob/master/src/Controller/Frontend/Basket/Base.php#L284 with every language change: " Adding product with ID "1234" is not allowed " Why? ...
by columbo
30 Jan 2024, 13:49
Forum: Laravel package
Topic: Same basket for different languages
Replies: 9
Views: 47380

Re: Same basket for different languages

added a protocol / log output, it seems like ai-controller-frontend/src/Controller/Frontend/Basket/Base.php is not executed at all FYI: the same behavior also applies to Aimeos Demo shop on https://laravel.demo.aimeos.org 1. add item to cart 2. change language -> cart empty 3. change language back -...
by columbo
29 Jan 2024, 13:01
Forum: Laravel package
Topic: Substring productsearch (PostgreSQL)
Replies: 3
Views: 6924

Re: Substring productsearch (PostgreSQL)

Thank you, but still one question. given following available products name: "foobarbaz abc 2kg" "foobarbaz abc 5kg" "foobarbaz abc 9kg" when using "Standard index manager" and searching for " bar ", result: "foo bar baz 2kg" "foo bar b...