Search found 22 matches

by PedroLópezAndradas
10 Feb 2023, 11:53
Forum: Help
Topic: How to return 404 status if an item is not found?
Replies: 12
Views: 4942

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

With 2022 package, when the url does not match a product, it throws an exception.

Finally, ¿did you set an option to return a 404 page instead a 500?

Image

Thanks!
by PedroLópezAndradas
01 Feb 2023, 11:53
Forum: Laravel package
Topic: Change catalog actions status if actived
Replies: 1
Views: 486

Change catalog actions status if actived

Hello! Is there any option to change the style of the catalog action icons when they are activated? For example, if a product is a favorite, the heart icon should be filled in. Now there is no "active" class or something similar, but maybe it's a configuration setting I missed. If this fun...
by PedroLópezAndradas
01 Feb 2023, 09:09
Forum: Laravel package
Topic: Breadcrumb not working on Product Detail view
Replies: 1
Views: 478

Breadcrumb not working on Product Detail view

Even disabling the custom extension, breadcrumb works correctly on every page, except on product detail page.

Maybe I'm missing something?

Image
by PedroLópezAndradas
01 Feb 2023, 08:33
Forum: Laravel package
Topic: category name in the catalog detail page
Replies: 8
Views: 6782

Re: category name in the catalog detail page

How this works on 2022.x?

Thanks
by PedroLópezAndradas
31 Jan 2023, 09:26
Forum: Laravel package
Topic: want to list child categories
Replies: 7
Views: 1755

Re: want to list child categories

Yes! It works!

Thank you!

Now I have an error taking the url of the children categories, but I'll be able to figure out why.

Thanks!
by PedroLópezAndradas
30 Jan 2023, 08:34
Forum: Laravel package
Topic: want to list child categories
Replies: 7
Views: 1755

Re: want to list child categories

Yes, but I'm having problems getting params from the view in the first example, directly in templates/client/html/catalog/lists/body. My decorator: <?php namespace Aimeos\Client\Html\Common\Decorator; class ListCategories extends \Aimeos\Client\Html\Common\Decorator\Base implements \Aimeos\Client\Ht...
by PedroLópezAndradas
26 Jan 2023, 12:46
Forum: Laravel package
Topic: want to list child categories
Replies: 7
Views: 1755

Re: want to list child categories

I have tried to replicate this example in catalog/lists, and I'm unable to achieve it. It is like if the decorator is not being used. Do we need to register somewhere else than in client.php config file on our extension? <?php return [ 'html' => [ 'themes' => [ 'xxxx' => 'xxxx', ], 'theme-presets' =...
by PedroLópezAndradas
25 Jan 2023, 11:00
Forum: Laravel package
Topic: want to list child categories
Replies: 7
Views: 1755

Re: want to list child categories

Thank you for your help and support in this forum :) I'm trying to get same functionallity,but in common/partials/products.php Where do I have to register my decorator? 'html' => [ 'common' => [ 'partials' => [ 'decorators' => [ 'global' => ['ListCategories'] ], ], ], ],
by PedroLópezAndradas
20 Jan 2023, 09:14
Forum: Laravel package
Topic: How to add options to grapesjs
Replies: 1
Views: 587

How to add options to grapesjs

I am trying to personalize a bit texts on CMS (grapesjs). I have seen that there are no text align options, for example. Is there a way to add some basic modules (like Richtext) or extensions (like artf/grapesjs-lory-slider)? Maybe this can be managed easily, but I couldn't find it on documentation....
by PedroLópezAndradas
18 Jan 2023, 11:06
Forum: Laravel package
Topic: How to access css variables in custom theme
Replies: 2
Views: 590

Re: How to access css variables in custom theme

Thank you so much!

I was moving around the solution without finding it. :D