Search found 22 matches

by rasch
27 Jul 2022, 09:56
Forum: Symfony bundle
Topic: Frontend maintenance mode
Replies: 1
Views: 49023

Frontend maintenance mode

Hi,

Is there a maintenance mode only for the frontend shop, so that the admin interface can still be reached?

My System: Linux, Symfony, aimeos 2019.10, php 7.4.

Thanks
by rasch
06 Aug 2021, 13:56
Forum: Symfony bundle
Topic: Install Error - PHP Fatal error
Replies: 1
Views: 55050

Install Error - PHP Fatal error

Hi Aimeos Team, when I run composer update I get the following error: Installing the Aimeos shop bundle PHP Fatal error: Uncaught Error: Call to undefined method Composer \ Factory :: createRemoteFilesystem () in ... \ vendor \ aimeos \ aimeos-symfony \ Composer \ ScriptHandler.php: 213 Thank you in...
by rasch
28 Feb 2020, 07:58
Forum: Help
Topic: Adapt Basket
Replies: 2
Views: 3053

Re: Adapt Basket

Thanks for your help. It works. By deleting the complete <div class="basket-standard-coupon"> section in myextension/client/html/templates/basket/standard/body-standard.php file, the voucher was remove completely. By deleting the {{ aibody['basket/bulk']|raw }} row in myProject/templates/b...
by rasch
27 Feb 2020, 09:40
Forum: Help
Topic: Adapt Basket
Replies: 2
Views: 3053

Adapt Basket

Hi,

How can I hide the voucher code and the order option in the basket?

Thank your for your help.
--
aimeos: 2019.10
ai-site extension
symfony: 4.4
php: 7.2
ubuntu: 18
by rasch
27 Feb 2020, 08:45
Forum: Help
Topic: How to access the site label in the product template
Replies: 2
Views: 3090

Re: How to access the site label in the product template

Thank you for your help. It works.
by rasch
03 Feb 2020, 14:31
Forum: Help
Topic: How to access the site label in the product template
Replies: 2
Views: 3090

How to access the site label in the product template

Hi, In the product template client/html/templates/common/partials/products-standard.php I can access the site id via $productItem -> getSiteId (). How can I access the site label in this product template? Thank your for your help. -- aimeos: 2019.10.4 ai-site extension symfony: 4.4 php: 7.2 ubuntu: 18
by rasch
20 Nov 2019, 14:03
Forum: Symfony bundle
Topic: How to redirect editors after login to product list
Replies: 4
Views: 85472

Re: How to redirect editors after login to product list

Many thanks for the help. It works for me. First I extended the AdminController, get the local object and insert your code in file /src/Controller/MyShopAdminController.php namespace App\Controller; use Symfony\Component\HttpFoundation\Request; use Aimeos\ShopBundle\Controller\AdminController; class...
by rasch
15 Nov 2019, 13:47
Forum: Symfony bundle
Topic: How to redirect editors after login to product list
Replies: 4
Views: 85472

Re: How to redirect editors after login to product list

I can do that as soon as I understand Aimeos correctly. :)

How can I access groups of the user? In the user object I have access to the role as an array (ROLE_ADMIN), but the groups are empty.
by rasch
12 Nov 2019, 09:02
Forum: Symfony bundle
Topic: How to redirect editors after login to product list
Replies: 4
Views: 85472

How to redirect editors after login to product list

Hi,

How can only editors be redirected to the product list after logging into the backend? Admins and superadmins should continue to be redirected to the dashboard.

Thank your for your help.
--
aimeos: 2019.10.4
symfony: 4.3
php: 7.2
ubuntu: 18
by rasch
30 Oct 2019, 07:26
Forum: Symfony bundle
Topic: Update 2019.10 Error
Replies: 4
Views: 91501

Re: Update 2019.10 Error

No.

The error does not occur with a new installation. It only occurs during an update.