Search found 95 matches

by peter69
16 Feb 2023, 20:49
Forum: Laravel package
Topic: I need favorite items on a custom page
Replies: 3
Views: 1626

Re: I need favorite items on a custom page

I have created several pages with the steps described in this topic, Thank you very much! I certainly think it is a much better option to create the pages with code/manually instead of doing it with the CMS module. The CMS module complicates certain parts of the development process because you have ...
by peter69
08 Feb 2023, 03:16
Forum: Laravel package
Topic: Get CMS pages from JSON ADMIN API
Replies: 1
Views: 476

Get CMS pages from JSON ADMIN API

Hello Aimeos!

I was wondering if it is possible to get the cms pages with the JSON Admin API?

Regards!
by peter69
06 Feb 2023, 20:34
Forum: Laravel package
Topic: cms loads just the html content
Replies: 4
Views: 1514

Re: cms loads just the html content

Another (and simpler) way to display the css generated by GrapesJs is to add the header.php in the theme at the following address: your-theme/templates/html/cms/page/ This way the default header.php will be overwritten. Then you can add the code shown in the screenshot below
by peter69
06 Feb 2023, 19:42
Forum: Laravel package
Topic: cms loads just the html content
Replies: 4
Views: 1514

Re: cms loads just the html content

I have created a custom class name of the cms page client implementation used and made a change to be able to display the css generated by GrapesJs
by peter69
06 Feb 2023, 16:20
Forum: Laravel package
Topic: cms loads just the html content
Replies: 4
Views: 1514

Re: cms loads just the html content

I have added and enabled the style manager in GrapesJs, but the css is not rendering. Could we create a decorator to render the css that is generated with GrapesJs?
by peter69
04 Feb 2023, 18:09
Forum: Laravel package
Topic: Product Donations
Replies: 18
Views: 3536

Re: Product Donations

I will update it!

Thank so much!!!
by peter69
03 Feb 2023, 03:41
Forum: Laravel package
Topic: Keeping templates up to date
Replies: 6
Views: 1305

Re: Keeping templates up to date

Sure! no problem! I will do it!
by peter69
03 Feb 2023, 03:36
Forum: Laravel package
Topic: Product Donations
Replies: 18
Views: 3536

Re: Product Donations

Is there any way you recommend to hide the delivery address form? You could write a decorator for the address part of the checkout/standard component which removes the existing delivery addresses from the view and sets the config to disable new delivery addresses if all products in the basket are d...
by peter69
03 Feb 2023, 03:32
Forum: Laravel package
Topic: Product Donations
Replies: 18
Views: 3536

Re: Product Donations

I checked in detail the error and made several tests. The issue occurs because the getCatalogIds function returns an empty array. I checked the configuration of the category and had it configured with the state: " hidden ", apparently this function does not take into account the categorie...
by peter69
31 Jan 2023, 06:49
Forum: Laravel package
Topic: Product Donations
Replies: 18
Views: 3536

Re: Product Donations

I was analyzing, and as in this part the products will be donated, then the customers should not set the delivery address in the checkout process. Is there any way you recommend to hide the delivery address form? One option I can think of is to create a page where you list the products that can be d...