Search found 132 matches

by columbo
17 Jul 2024, 20:44
Forum: Laravel package
Topic: Get category of bought products (default and select)
Replies: 3
Views: 7764

Re: Get category of bought products (default and select)

Thank you for your reply, but unfortunately it doesn't work yet. added 'product' to the selected domains: ... $filterProducts->add( $filter->or( [ $filter->and( [ $filter->is( 'product.id', '==', $resultOrderProducts->getProductId() ), $filter->is( 'product.type', '==', 'default' ), ] ), $filter->an...
by columbo
15 Jul 2024, 20:56
Forum: Laravel package
Topic: Get category of bought products (default and select)
Replies: 3
Views: 7764

Get category of bought products (default and select)

Hi, I'm trying to create a 'my bought products' page where all products ever bought by a customer are grouped by 1st level category names. The selection of the default-articles works fine so far. But I'm having problems with selection-articles: Selection-products are bought as "default-product&...
by columbo
28 Jun 2024, 08:47
Forum: Laravel package
Topic: Orders "on behalf of" - sales agent function
Replies: 1
Views: 12991

Orders "on behalf of" - sales agent function

Hi, is there a possibility in Aimeos to initiate orders "on behalf of"? We have customers who order their goods themselves in the webshop. -> usual webshop customers And we have customers who mainly order items from one of our sales agents (by phone, mail etc.) and only sometimes via websh...
by columbo
01 Jun 2024, 12:17
Forum: Laravel package
Topic: Can not order quantities 0.35 (mshop_stock.stocklevel = integer)
Replies: 1
Views: 14593

Can not order quantities 0.35 (mshop_stock.stocklevel = integer)

Hi, Some of our products can also be ordered in quantities <1, e.g. 0.08kg, 0.75kg etc. already set product.scale and price.quantity to 0.01. Adding products to the basket works fine, but when submitting the basket we get the error Invalid text representation: 7 ERROR: Invalid input syntax for type ...
by columbo
21 May 2024, 11:34
Forum: Laravel package
Topic: Article URL also with article code (instead of label only)
Replies: 3
Views: 18831

Re: Article URL also with article code (instead of label only)

Is it possible to change d_prodid to prodcode? (prodcode would be our SKU and more meaningful) = = = If we have to build a solution: What's your recommendation? Which aimeos manager is the best to extend? Or using the Laravel function (new route entry, controller with lookup path in mshop_product ta...
by columbo
13 May 2024, 14:03
Forum: Laravel package
Topic: Article URL also with article code (instead of label only)
Replies: 3
Views: 18831

Article URL also with article code (instead of label only)

Hi, article URLs are derived from the article name (label). Article label: 'Top Product A' Article code: 1234 URL -> ..shop.com/top-product-a This works well and we don't want to change it There are some business cases where we need to change the product label (marketing etc.) but the product code (...
by columbo
29 Apr 2024, 18:42
Forum: Laravel package
Topic: How to boost terms in product search
Replies: 6
Views: 54413

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

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

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

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...