Search found 37 matches

by snicto
18 Dec 2022, 18:56
Forum: Laravel package
Topic: No delivery for gift vouchers
Replies: 1
Views: 522

No delivery for gift vouchers

We have only digital gift vouchers, so delivery is not required. Is there an easy way to disable it in the checkout if only a gift voucher only is purchased? Or is the only option a decorator for checkout or a delivery provider specifically for a gift voucher?
by snicto
13 Dec 2022, 17:10
Forum: Help
Topic: Manually create voucher (gift cards)
Replies: 1
Views: 644

Manually create voucher (gift cards)

I cannot seem to figure out how to manually create vouchers. I have list of gift cards I need to migrate from old system to Aimeos, but I cannot figure out where and how to set this up in voucher settings.
by snicto
07 Dec 2022, 19:08
Forum: Laravel package
Topic: Content in ai-cms-grapesjs module is not saving
Replies: 3
Views: 688

Re: Content in ai-cms-grapesjs module is not saving

If you edit Basic information as well as Subpanels, it should save all the data properly. It is not saved only if Basic info is unchanged.
by snicto
07 Dec 2022, 19:06
Forum: Laravel package
Topic: CMS Submanagers not saved
Replies: 1
Views: 395

CMS Submanagers not saved

Laravel: 9 Aimeos: latest (clean) With the latest release, I am having issues where submanagers (SEO, Content, Media) are not saved upon saving. However, if Basic data is edited, the data of submanagers IS saved. So if I do any edits on submanagers, and click save, the data is not saved and shows da...
by snicto
07 Dec 2022, 15:23
Forum: Laravel package
Topic: Login/Register forms within shop pages
Replies: 1
Views: 639

Login/Register forms within shop pages

Laravel: 9 Aimeos: 2022.10 I need an extra step before the checkout address step which would be a push for people to register or log in. So this page should display a login form and a link to the registration page. Is it possible to achieve such implementation of auth object within the shop itself? ...
by snicto
07 Dec 2022, 14:04
Forum: Laravel package
Topic: On multilocale unable to access /admin
Replies: 14
Views: 3878

Re: On multilocale unable to access /admin

Yep, seems to have fixed the issue.
by snicto
06 Dec 2022, 13:43
Forum: Laravel package
Topic: On multilocale unable to access /admin
Replies: 14
Views: 3878

Re: On multilocale unable to access /admin

The error also appears on a clean install of Aimeos https://github.com/aimeos/aimeos#installation The only change done to the new install is set 'engine' => 'InnoDB' for MySQL in config/database.php aimeos/ai-admin-graphql 2022.10.3 Aimeos Admin GraphQL API extension aimeos/ai-admin-jqadm 2022.10.3 ...
by snicto
05 Dec 2022, 22:25
Forum: Laravel package
Topic: On multilocale unable to access /admin
Replies: 14
Views: 3878

Re: On multilocale unable to access /admin

Nop, have not touched those files, only difference is enabling "SHOP_MULTILOCALE=1". Here is on same exact build without multilocale: GET|POST|HEAD / .............................................................................................................................. aimeos_home ›...
by snicto
05 Dec 2022, 17:06
Forum: Laravel package
Topic: On multilocale unable to access /admin
Replies: 14
Views: 3878

Re: On multilocale unable to access /admin

GET|HEAD / ........................................................................................................................................................................................... POST _ignition/execute-solution .......................................................................
by snicto
05 Dec 2022, 13:19
Forum: Laravel package
Topic: On multilocale unable to access /admin
Replies: 14
Views: 3878

Re: On multilocale unable to access /admin

Yes, web.php is exactly like that, has not been changed from the original file.