Search found 19 matches

by MSchrading
24 Jan 2020, 09:52
Forum: Symfony bundle
Topic: Multishop - Configuration
Replies: 5
Views: 105114

Re: Multishop - Configuration

Thanks a lot. I tried this out before and when I use this but this produce this error: An exception has been thrown during the rendering of a template ("Route pattern "/{site}/admin/{site}/jqadm/file/{type}" cannot reference variable name "site" more than once.") Regards
by MSchrading
24 Jan 2020, 08:36
Forum: Symfony bundle
Topic: Adding Group with Role Admin
Replies: 1
Views: 57884

Adding Group with Role Admin

Hi there. My development environment: (Symfony 4.3, php7.2, Aimeos 2019.10, Ubuntu 18.04) under \vendor\aimeos\aimeos-symfony\Command\AccountCommand.php we have the Account command for group Admin and Editor to set those users to the role Admin (ROLE_ADMIN) Now we have the problem when we want to se...
by MSchrading
23 Jan 2020, 08:21
Forum: Symfony bundle
Topic: Multishop - Configuration
Replies: 5
Views: 105114

Multishop - Configuration

1. Backend As user in admin-group in a specific site I want to setup my backend this way, that I can see all products and customers etc. from this site but not from other and not from the default site. This I can setup with sitelevel=2! But I'm not really shure how to config this. Could you please g...
by MSchrading
20 Jan 2020, 08:22
Forum: Symfony bundle
Topic: changing config files in ext
Replies: 3
Views: 80946

Re: changing config files in ext

Please give me this help: Is the path relativ? And from where "./ext/<myproject>/..." and to which folder and do all other folder below belong to this directive? i.e.: I have this file: ./ext/ai-admin-jqadm/config/admin/jqadm.php which I have copied into: ./ext/<myproject>/admin/jqadm/conf...
by MSchrading
17 Jan 2020, 10:15
Forum: Symfony bundle
Topic: changing config files in ext
Replies: 3
Views: 80946

changing config files in ext

Hi aimeos I've read the doc for this but can't come through. Could you please give me an example to get this configuration changed in my symfony 4.3 application (LAMP php 7.2) for this i.g.: ext/ai-admin-jqadm/config/admin/jqadm.php I put a changed one into: ext/<myproject>/admin/jqadm/config/admin/...
by MSchrading
15 Jan 2020, 08:09
Forum: Symfony bundle
Topic: missmatch role group rights etc.
Replies: 1
Views: 57855

missmatch role group rights etc.

Hello together. First of all I'm just starting with aimeos shop bundle and the first difficulty I found was the wording of the term roles and groups. Often ment group but also we have a real role behavier for ROLE_ADMIN which meants one user with this ROLE ADMIN can be logged in into the aimeos back...
by MSchrading
15 Aug 2019, 08:01
Forum: Symfony bundle
Topic: Layout adapting
Replies: 6
Views: 116690

Re: Layout adapting

Hello aimos. Unfortunately no. I still got the base.html.twig loaded from vendor folder... :-/ I have a themes folder placed in ./public/bundels/aimeosshop/ And in ./public/bundels/aimeosshop/themes/elegance/ i have a aimeos.css file which will be overwritten, wenn I start composer update!! maybe so...
by MSchrading
14 Aug 2019, 13:04
Forum: Symfony bundle
Topic: Layout adapting
Replies: 6
Views: 116690

Re: Layout adapting

Thank you for your fast response. I did this but aimeos seems to load vendor/aimeos/aimeos-symfony/Resources/views/base.html.twig. The point is, I have to change our layout complete due to change all the cdn's which I can't have access... Is there another config i.e. yaml or something. I have also c...
by MSchrading
14 Aug 2019, 10:50
Forum: Symfony bundle
Topic: Layout adapting
Replies: 6
Views: 116690

Layout adapting

Hi. I'm very new to aimeos (2019.07.*), and I like to setup an aimeos shop under symfony 4.3/4.4. All worked good so fare but the last adapting I can't solf. The problem is: I've got this structure: template/bundels/base.html.twig which could be found so I can adapt this basic layout. But in there i...