Search found 274 matches

by MikaelNazarenko
08 Feb 2021, 18:53
Forum: Help
Topic: CMS extension
Replies: 62
Views: 60830

Re: Setup new entity for jsonadm

Code: Select all

Interface 'Aimeos\MShop\Common\Manager\ListsRef\Iface' not found
This is the error I got after installation the package. Also I had to create folder i18n, it was missed
by MikaelNazarenko
08 Feb 2021, 18:42
Forum: Help
Topic: CMS extension
Replies: 62
Views: 60830

Re: Setup new entity for jsonadm

So if I understand right, I need to install https://github.com/aimeos/ai-cms-grapejs this package and customize it with my custom extension. And then maybe make pull requests for the ai-cms-grapejs extension. Right ?
by MikaelNazarenko
08 Feb 2021, 18:31
Forum: Help
Topic: CMS extension
Replies: 62
Views: 60830

Re: Setup new entity for jsonadm

But can you, please, advice something in my case? I need some cms functions inside aimeos admin panel. Create pages and fill their content, and also manage the menu (add, remove items, move them on tree). I am trying to find good and simple solution for this but did not find good one(
by MikaelNazarenko
08 Feb 2021, 17:56
Forum: Help
Topic: CMS extension
Replies: 62
Views: 60830

Re: Setup new entity for jsonadm

Let me explain a bit more what I need to do. My project is mostly the shop. But must have some cms functions, like create pages, menu management. So ideally I want to have normal aimeos admin panel, but integrate there some pages and menu manager. Do you think GrapeJS is good to solve this problem ?...
by MikaelNazarenko
08 Feb 2021, 17:08
Forum: Help
Topic: CMS extension
Replies: 62
Views: 60830

CMS extension

I have read just now that you planned to integrate twill.. How is it going on ?
by MikaelNazarenko
08 Feb 2021, 15:57
Forum: Laravel package
Topic: Setup new entity for jsonadm
Replies: 2
Views: 1313

Re: Setup new entity for jsonadm

Thanks, that works. But another problem, the aimeos node means only one root entity and then the tree under root entity. Is it possible to customize it to have several entities on top and each may have own tree. I mean I have created page entity on catalog example. but it works like this structure: ...
by MikaelNazarenko
04 Feb 2021, 12:20
Forum: Laravel package
Topic: Setup new entity for jsonadm
Replies: 2
Views: 1313

Setup new entity for jsonadm

Hi community! I need to integrate something like pages manager, with nested levels to show them on frontend menu. For this purpose I think catalog entity suits pretty well. I have copied all files from catalog (manager, standard, item, templates). And of course have renamed catalog to page everywher...
by MikaelNazarenko
12 Nov 2020, 10:56
Forum: Laravel package
Topic: Possible job double execution ?
Replies: 1
Views: 714

Possible job double execution ?

Hi community! I got a potential question. On my shop I usually set cronjob like this: * * * * * php /path/artisan aimeos:jobs "order/email/delivery order/email/payment order/email/voucher order/service/delivery" it executes jobs each minute. And question is: if some job started and it took...
by MikaelNazarenko
05 Oct 2020, 09:01
Forum: Laravel package
Topic: Table to store data for aimeos job ?
Replies: 13
Views: 3347

Re: Table to store data for aimeos job ?

Exactly what the doctor ordered! I am very satisfied with aimeos and the support! Thank that you exists !
by MikaelNazarenko
05 Oct 2020, 07:51
Forum: Laravel package
Topic: Table to store data for aimeos job ?
Replies: 13
Views: 3347

Re: Table to store data for aimeos job ?

Thank you for the clarification! Does message queue uses madmin_queue table ? If yes, in which field can I store parameters for the job ?