Search found 7872 matches

by aimeos
25 Mar 2024, 07:53
Forum: Laravel package
Topic: Adding Menu Items to Admin Panel
Replies: 4
Views: 23790

Re: Adding Menu Items to Admin Panel

jafo66 wrote: 24 Mar 2024, 19:07 Thanks for information. One modifying the template, do you have good way to make sure I don't lose out on upgrades in the future?
See: https://aimeos.org/docs/latest/admin/jq ... templates/
by aimeos
24 Mar 2024, 11:06
Forum: Help
Topic: 419 Page expired msg
Replies: 1
Views: 12404

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: 16452

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: 23790

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: 12325

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: 12461

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: 16651

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: 37032

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: 13229

Re: Download orders-export -> blank page

Can you have a look into the logs please (Aimeos Log panel, PHP error log, web server log)?