Search found 140 matches

by cnoelker
18 Aug 2020, 10:19
Forum: TYPO3 extension
Topic: Access to config parameters in mjml mails
Replies: 5
Views: 1936

Access to config parameters in mjml mails

Hello, I am configuring a value like this in the TypoScript setup in TYPO3: plugin.tx_aimeos.settings.client.html.common.sizes { 36 = 1020 38 = 1021 [shortened a bit...] } In the summary of the shop, I can properly access these as $allSizes = $this->config( 'client/html/common/sizes', array()); But,...
by cnoelker
07 Aug 2020, 14:13
Forum: Help
Topic: How to delete customer addresses
Replies: 3
Views: 1348

Re: How to delete customer addresses

Oh, you got me wrong. I am talking about the backend.
by cnoelker
07 Aug 2020, 13:40
Forum: Help
Topic: How to delete customer addresses
Replies: 3
Views: 1348

How to delete customer addresses

Hi, it is easy to add another delivery address for a customer. But, as soon as it is saved, there seems to be no way to delete this address, again. When I start to create a new item, this item still has buttons to move and delete the address. However, when the address is saved, these buttons are not...
by cnoelker
22 Jul 2020, 08:31
Forum: TYPO3 extension
Topic: Second Site: Access rights for BE users
Replies: 8
Views: 3272

Re: Second Site: Access rights for BE users

I set this for the site named "preorder", but it does not have any effect.

module.tx_aimeos.settings.mshop.locale.site = preorder
by cnoelker
22 Jul 2020, 08:15
Forum: TYPO3 extension
Topic: How to set a default billing address
Replies: 2
Views: 1279

Re: How to set a default billing address

Oh, sorry, I accidentally wrote "billing". No, it's all about the delivery address which I want to set as a default.

Thank you for the pointer to the correct file.
by cnoelker
22 Jul 2020, 08:09
Forum: TYPO3 extension
Topic: Second Site: Access rights for BE users
Replies: 8
Views: 3272

Re: Second Site: Access rights for BE users

Hmm... how can an editor manage products, categories, etc. in ALL sites (as you wrote) if he has no access to the site switcher at all? I changed the backend settings and configured the module.tx_aimeos.settings.mshop.locale.list (and list list e also), although the "e" might be a typo? Ho...
by cnoelker
20 Jul 2020, 16:07
Forum: TYPO3 extension
Topic: How to set a default billing address
Replies: 2
Views: 1279

How to set a default billing address

Hello, as for the billing/payment address, there is always a standard address, so if I access getAddresses() from the standardBasket, then this contains at least one payment address. Which class needs to be overwritten so that I can set a default delivery address, if the (logged in) user has at leas...
by cnoelker
20 Jul 2020, 12:09
Forum: TYPO3 extension
Topic: Second Site: Access rights for BE users
Replies: 8
Views: 3272

Re: Second Site: Access rights for BE users

I would be fine if it would work as described. But it doesn't. I have a group named "editor" (exactly like this) and the backend users are assigned to this group. I also configured module.tx_aimeos.settings.admin.jqadm to provide access rights for "editor". However, the users onl...
by cnoelker
17 Jul 2020, 10:53
Forum: TYPO3 extension
Topic: Second Site: Access rights for BE users
Replies: 8
Views: 3272

Re: Second Site: Access rights for BE users

I checked in this page: https://aimeos.org/docs/TYPO3/Backend_access_control For a test, I created a group 'super' and assigned user to it. This works, the users can access all sites - and also all panels. Which is not good, because they are easily able to mis-configure the shops. Is there a way to ...
by cnoelker
17 Jul 2020, 08:20
Forum: TYPO3 extension
Topic: Second Site: Access rights for BE users
Replies: 8
Views: 3272

Second Site: Access rights for BE users

Hello,
how can I configure access rights to a second site (beside default) for a backend user?
I am admin and I can switch between the sites. But the other BE users see only the default and they need to access the second site, too.
Claudia