Search found 9 matches

by Stefanki
16 Dec 2024, 22:55
Forum: Laravel package
Topic: Add a column in jqadm "product list" with a caracteristic of product
Replies: 2
Views: 37078

Re: Add a column in jqadm "product list" with a caracteristic of product

So i was trying to do something impossible it is normal it did not work.



Thank you for answering !
by Stefanki
14 Dec 2024, 09:35
Forum: Laravel package
Topic: Add a column in jqadm "product list" with a caracteristic of product
Replies: 2
Views: 37078

Add a column in jqadm "product list" with a caracteristic of product

Hello, Here is my environnement (edit): Aimeos: latest aimeos/aimeos(2024.10.2 php 8.3 linux ubuntu The intention: I added a "property" first in Product Property Types in jqadm, so i can edit it in every product, and for ease of use (it is just a Yes/No flag), i would like to add it to the...
by Stefanki
01 Oct 2023, 00:36
Forum: Help
Topic: Watermark on previews
Replies: 1
Views: 11533

Watermark on previews

Hello, I would like to use the watermark method from /MW/Media/Image/Imagick.php, when using "php aimeos:jobs media/scale" to make previews, but i cannot assign the right values to $options['image']['watermark'] here, https://github.com/aimeos/aimeos-core/blob/b9187408c62399875baca1f2c3dd5...
by Stefanki
30 Sep 2023, 11:11
Forum: Help
Topic: Cms page locale
Replies: 7
Views: 19576

Re: Cms page locale

Shall i edit the topic and write [SOLVED] ? Sorry i have almost never asked for help on a forum before.
by Stefanki
30 Sep 2023, 02:24
Forum: Help
Topic: Cms page locale
Replies: 7
Views: 19576

Re: Cms page locale

From your answer, i think it was just the right starting point to fix the problem i had! I added this to my routes, so only the route "/" has {locale?} (because changing aimeos_home prefix in shop.php changed a lot of others routes) if( ( $conf = config( 'shop.routes.home', ['middleware' =...
by Stefanki
27 Sep 2023, 08:42
Forum: Help
Topic: Cms page locale
Replies: 7
Views: 19576

Re: Cms page locale

Thank you for the answer,
but if i do that, it only work when locale = en, it still not work when locale = de for exemple.
by Stefanki
27 Sep 2023, 02:13
Forum: Help
Topic: Cms page locale
Replies: 7
Views: 19576

Cms page locale

Php: 8.2.10 Laravel: 10.24.0 Aimeos-laravel: 2023.07.1 Hello, It is about the demo-homepage route that we can see in the CMS in the panel admin is /, so when i changed SHOP_MULTILOCALE to "true", the root path of the website is redirected to "/{locale}", but the content of the de...
by Stefanki
08 Feb 2022, 14:52
Forum: Help
Topic: Displaying the nested categories in the menu
Replies: 2
Views: 2163

Re: Displaying the nested categories in the menu

Thank you very much, i will try to do something with those informations !
by Stefanki
02 Feb 2022, 17:21
Forum: Help
Topic: Displaying the nested categories in the menu
Replies: 2
Views: 2163

Displaying the nested categories in the menu

Hello, I'm trying to do something with the menu displayed by creating the categories in the administration interface: When i mouseover the name of the categories there is a sub menu that appears to show a list of sub categories. However sub-sub categories will not appear in the sub menu until i clic...