Search found 7870 matches

by aimeos
24 Mar 2024, 11:06
Forum: Help
Topic: 419 Page expired msg
Replies: 1
Views: 12076

Re: 419 Page expired msg

Seems like the Laravel access token isn't valid any more. The Laravel session expires after some time (2h by default).
by aimeos
24 Mar 2024, 11:05
Forum: Laravel package
Topic: Jetstream Teams within Aimeos
Replies: 2
Views: 16027

Re: Jetstream Teams within Aimeos

Overwrite this template and add a new custom menu item:
https://github.com/aimeos/ai-admin-jqad ... m/page.php
by aimeos
24 Mar 2024, 11:00
Forum: Laravel package
Topic: Adding Menu Items to Admin Panel
Replies: 4
Views: 23150

Re: Adding Menu Items to Admin Panel

1a) How do I add one off translations to proper capitalize the menu items? I did try to create a en.php in the i18n directory but I don't think that works or I didn't configure it properly. If you want to add translation to PO files instead of the ./config/shop.php, you have to compile the .po file...
by aimeos
24 Mar 2024, 09:12
Forum: Help
Topic: Default variant selection
Replies: 1
Views: 12006

Re: Default variant selection

You could extend the JS code and add a new method to pre-select variant attributes of the first article after page load here: https://github.com/aimeos/ai-client-html/blob/master/themes/client/html/default/catalog-detail.js If you can create a pull request, we would be happy to merge your change int...
by aimeos
24 Mar 2024, 09:08
Forum: TYPO3 extension
Topic: madmin_log
Replies: 1
Views: 12136

Re: madmin_log

Execute the log cleanup job controller in the Aimeos scheduler and execute it once a day:
https://aimeos.org/docs/latest/typo3/setup/#once-a-day
by aimeos
24 Mar 2024, 09:07
Forum: Help
Topic: Question about swiffy-slider-item-ratio
Replies: 2
Views: 16227

Re: Question about swiffy-slider-item-ratio

If you have both, portrait and landscape images, then it's indeed difficult as the Swiffy slider implementation works best if you have a predefined ratio between width and height. You can try to unset that ratio in the CSS and see if it works for you.
by aimeos
22 Mar 2024, 12:01
Forum: Laravel package
Topic: Access CMS Content from JSON
Replies: 6
Views: 36195

Re: Access CMS Content from JSON

There was a bug in processing "cms.text" which is now fixed in the latest 2023.10 version of the aimeos/ai-cms-grapesjs package. For CMS items it makes no difference but for e.g. products, it will returns only product texts if you specify "attribute,catalog,supplier,product.text"...
by aimeos
21 Mar 2024, 10:34
Forum: Laravel package
Topic: Download orders-export -> blank page
Replies: 1
Views: 12915

Re: Download orders-export -> blank page

Can you have a look into the logs please (Aimeos Log panel, PHP error log, web server log)?
by aimeos
20 Mar 2024, 14:11
Forum: TYPO3 extension
Topic: Lost session at confirmation page (lost orderid)
Replies: 17
Views: 66233

Re: Lost session at confirmation page (lost orderid)

It seems to happen mostly with a few of our supported payment providers, most often Datatrans. Don't know if the reason is related to what they do on their side.
by aimeos
20 Mar 2024, 11:34
Forum: Laravel package
Topic: Access CMS Content from JSON
Replies: 6
Views: 36195

Re: Access CMS Content from JSON

For the frontend, you have to use the frontend JSON API: https://aimeos.org/docs/latest/frontend/jsonapi/basics/ The resource is "cms", e.g. "http://localhost:8000/jsonapi/cms" and to get the content too, you need to include the text resources: http://localhost:8000/jsonapi/cms?i...