CMS extension

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
aimeos
Administrator
Posts: 7871
Joined: 01 Jan 1970, 00:00

Re: Setup new entity for jsonadm

Post by aimeos » 13 Feb 2021, 10:31

Ignore the alert for now, the code is still work in progress.
We will have a look at the modal in the PR.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

MikaelNazarenko
Expert
Posts: 274
Joined: 27 Jun 2019, 16:19

Re: Setup new entity for jsonadm

Post by MikaelNazarenko » 16 Feb 2021, 13:15

Grapesjs editor works in current cms extension version ? And also where the content from editor will be stored ? in which db table ? I just try now set up it and check if works. Can you please rename topic to 'cms extension' or something like this.

Also it need to send data from editor some way. How do you want to do it ? with normal post request or ajax ? Please clarify this questions, I work on it and will help with grapesjs extension.

On screenshot is the problem
Attachments
Screenshot from 2021-02-16 15-37-14.png
Screenshot from 2021-02-16 15-37-14.png (120 KiB) Viewed 10847 times

User avatar
aimeos
Administrator
Posts: 7871
Joined: 01 Jan 1970, 00:00

Re: CMS extension

Post by aimeos » 16 Feb 2021, 14:33

The JS error was a problem in ai-admin-jqadm and is fixed now so the GrapesJS panel should render correctly now.
The data is not stored yet, the implementation is still work in progress but this will be possible soon.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

MikaelNazarenko
Expert
Posts: 274
Joined: 27 Jun 2019, 16:19

Re: CMS extension

Post by MikaelNazarenko » 16 Feb 2021, 14:43

Thank you very much! To get fixed JS error, what should I update, ai-admin-jqadm ? or grapesjs extension ?

I tried composer update but same js error, these are components versions:

Code: Select all

aimeos/ai-admin-jqadm                     dev-master e0aa47a Aimeos Vue.js+Bootstrap admin interface
aimeos/ai-admin-jsonadm                   dev-master 95089cb Aimeos ai-admin-jsonadm extension
aimeos/ai-client-html                     dev-master b9f1e5d Aimeos ai-client-html extension
aimeos/ai-client-jsonapi                  dev-master 45ba16b Aimeos JSON API extension
aimeos/ai-controller-frontend             dev-master d659352 Aimeos ai-controller-frontend extension
aimeos/ai-controller-jobs                 dev-master bfa37e0 Aimeos ai-controller-jobs extension
aimeos/ai-gettext                         dev-master 2c12fb9 Aimeos Gettext extension
aimeos/ai-laravel                         dev-master f626a06 Laravel adapter for Aimeos web shops and e-commerce solutions
aimeos/ai-swiftmailer                     dev-master ceb8275 SwiftMailer adapter for Aimeos web shops and e-commerce solutions
aimeos/aimeos-core                        dev-master 8bd90e8 Full-featured e-commerce components for high performance online shops
aimeos/aimeos-laravel                     dev-master 61fd9aa Professional, full-featured and high performance Laravel e-commerce package for online shops and complex B2B projects

User avatar
aimeos
Administrator
Posts: 7871
Joined: 01 Jan 1970, 00:00

Re: CMS extension

Post by aimeos » 17 Feb 2021, 18:22

Now, the first working version of the CMS extension is ready! :-)

You can update using:

Code: Select all

composer up
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

MikaelNazarenko
Expert
Posts: 274
Joined: 27 Jun 2019, 16:19

Re: CMS extension

Post by MikaelNazarenko » 18 Feb 2021, 08:22

Thanks! You are the best! Sorry that I could not provide finished PR, so low free time last days ((

Ah and by the way, the new aimeos version with updated design in back-end also going soon to be stable ?

User avatar
aimeos
Administrator
Posts: 7871
Joined: 01 Jan 1970, 00:00

Re: CMS extension

Post by aimeos » 19 Feb 2021, 08:18

New next release will be in April:
https://aimeos.org/roadmap
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

MikaelNazarenko
Expert
Posts: 274
Joined: 27 Jun 2019, 16:19

Re: CMS extension

Post by MikaelNazarenko » 19 Feb 2021, 08:40

So there is not stable version yet with updated blue design in back-end ?)

User avatar
aimeos
Administrator
Posts: 7871
Joined: 01 Jan 1970, 00:00

Re: CMS extension

Post by aimeos » 20 Feb 2021, 09:03

No, the first one is released in April.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

MikaelNazarenko
Expert
Posts: 274
Joined: 27 Jun 2019, 16:19

Re: CMS extension

Post by MikaelNazarenko » 24 Feb 2021, 07:47

Hi there, just tried to get updated extension.

I have installed the project with the following commands:

Code: Select all

composer create-project aimeos/aimeos:dev-master aimeosdev

composer req aimeos/ai-cms-grapejs:dev-main
And I noticed some problems:

When I am on cms main page - there is error 'Unable to call method "storeSearchParams"'.

I have added new page, but page is not displayed on main cms page and no on tree..

Also js error in console..

Here my versions I tried with:

Code: Select all

aimeos/ai-admin-jqadm                     dev-master 636ffbb Aimeos Vue.js+Bootstrap admin interface
aimeos/ai-admin-jsonadm                   dev-master 4066c11 Aimeos ai-admin-jsonadm extension
aimeos/ai-client-html                     dev-master b9f1e5d Aimeos ai-client-html extension
aimeos/ai-client-jsonapi                  dev-master 45ba16b Aimeos JSON API extension
aimeos/ai-cms-grapejs                     dev-main 3bf47c8   Aimeos GrapesJS CMS extension
aimeos/ai-controller-frontend             dev-master d659352 Aimeos ai-controller-frontend extension
aimeos/ai-controller-jobs                 dev-master dd4c56b Aimeos ai-controller-jobs extension
aimeos/ai-gettext                         dev-master 2c12fb9 Aimeos Gettext extension
aimeos/ai-laravel                         dev-master 82ed2ab Laravel adapter for Aimeos web shops and e-commerce solutions
aimeos/ai-swiftmailer                     dev-master ceb8275 SwiftMailer adapter for Aimeos web shops and e-commerce solutions
aimeos/aimeos-core                        dev-master 6ae50ca Full-featured e-commerce components for high performance online shops
aimeos/aimeos-laravel                     dev-master b771b5e Professional, full-featured and high performance Laravel e-commerce package for online shops and complex B2B projects
aimeos/map                                2.1.0              Easy and elegant handling of PHP arrays as array-like map objects similar to jQuery and Laravel Collections
Attachments
Screenshot from 2021-02-24 09-44-45.png
Screenshot from 2021-02-24 09-44-45.png (67.86 KiB) Viewed 10460 times
Screenshot from 2021-02-24 09-41-33.png
Screenshot from 2021-02-24 09-41-33.png (137.25 KiB) Viewed 10460 times

Post Reply