Search found 22 matches

by PedroLópezAndradas
29 Mar 2023, 06:39
Forum: Laravel package
Topic: Disable force-search not working
Replies: 6
Views: 1737

Re: Disable force-search not working

I never got back to you.

Thank you so much for your guidance, it was totally helpful.

<3
by PedroLópezAndradas
15 Mar 2023, 10:15
Forum: Laravel package
Topic: Disable force-search not working
Replies: 6
Views: 1737

Re: Disable force-search not working

Dear aimeos, thank you for your help. I've tested all possible combinations, and the behaviour is just the same. When inside a category, pressing search button adds the query to de current category url: https://midomain.xxx/shop/category~40?f_search=mammo And the result are obviously empty. :? Is th...
by PedroLópezAndradas
10 Mar 2023, 09:44
Forum: Laravel package
Topic: Disable force-search not working
Replies: 6
Views: 1737

Re: Disable force-search not working

Hi @aimeos, thank you for your help. I've removed all the templates that I had overrided, and it still is searching only on current category. 'client' => [ 'html' => [ 'catalog' => [ 'filter' => [ 'search' => [ 'force-search' => true ], 'tree' => [ 'force-search' => true ] ] ] ] ]
by PedroLópezAndradas
09 Mar 2023, 21:59
Forum: Laravel package
Topic: Sorting products in cms cataloglist
Replies: 1
Views: 590

Sorting products in cms cataloglist

Hi again. Is there an option to configure the sorting parameter in the cms cataloglist module? I think (maybe i'm wrong) that it is sorting always by relevance, even if I configure client/html/catalog/lists/sort to be "-ctime". This configuration changes the default sorting method on lists...
by PedroLópezAndradas
09 Mar 2023, 09:15
Forum: Laravel package
Topic: Disable force-search not working
Replies: 6
Views: 1737

Disable force-search not working

Hi! I'm trying to diable force-search on aimeos_head_search section. I have tried setting force-search to "0" on: client/html/catalog/filter/tree/force-search and on client/html/catalog/filter/search/force-search But when I'm on a category, search results are always from that category inst...
by PedroLópezAndradas
24 Feb 2023, 08:20
Forum: Laravel package
Topic: Adding gifts to the cart
Replies: 1
Views: 495

Adding gifts to the cart

Hi!

I have thought in adding some gifts based on client and basket prize in the checkout.

I don't think there is anything like that in aimeos, is there?

What would be the most efficient method to realize this functionality?

Thank you so much!
by PedroLópezAndradas
24 Feb 2023, 08:18
Forum: Laravel package
Topic: Custom prices on basket
Replies: 1
Views: 503

Custom prices on basket

I have a customer with very complex pricing rules in their CRM.

I have been able to adjust the price of the product detail to apply the those discounts, but I am unable to get those values to the cart.

Is there any way to modify the cart prices without using pricing rules?

Thanks!
by PedroLópezAndradas
22 Feb 2023, 13:08
Forum: Laravel package
Topic: Disabled elements in Catalog filter tree
Replies: 1
Views: 498

Disabled elements in Catalog filter tree

Hello! I can't figure out why in the main menu some product categories appear as "disabled", even though they have products available and they themselves are enabled. Maybe I'm looking where I shouldn't? <div class="cat-item catid-1852 nochild catcode-KIT disabled" data-id="...
by PedroLópezAndradas
14 Feb 2023, 08:13
Forum: Help
Topic: How to return 404 status if an item is not found?
Replies: 12
Views: 4884

Re: How to return 404 status if an item is not found?

Solved reviewing the exception.

I had configured a wrong domain for 404 page on shop config (catalog.detail).