Search found 61 matches

by promptnet
27 Jun 2022, 08:18
Forum: TYPO3 extension
Topic: Error message Invalid locale "defaul" after installation
Replies: 6
Views: 3535

Error message Invalid locale "defaul" after installation

Hi,
after the installation setup (composer), in backend I get the error message 'Invalid locale "defaul" '
Why ? And how to fix that ?
All other functions (except Aimeos) work correctly.
Thanks,

Aimeos: 22.4.3
TYPO3: 11.5.12
PHP: 7.4.30
Linux
by promptnet
25 May 2022, 14:35
Forum: TYPO3 extension
Topic: Using variables in payment email
Replies: 3
Views: 2450

Re: Using variables in payment email

Sorry, I forgot that.
Aimeos: 20.10.11
TYPO3: 9.5.31 (will upgrade soon)
by promptnet
23 May 2022, 12:16
Forum: TYPO3 extension
Topic: Time related restrictions for delivery
Replies: 1
Views: 1963

Time related restrictions for delivery

Hi,
is it possible to use time related restrictions for delievery prices? How can that be done?
I'd like to add a fee for the delivery if the order is made on Friday until 14:00h.
Thanks
by promptnet
23 May 2022, 12:12
Forum: TYPO3 extension
Topic: Using variables in payment email
Replies: 3
Views: 2450

Using variables in payment email

Hi,
is it correct to use client.html.email.emailIntro and client.html.email.message in the scheduler TS config to change the payment email texts?
Is it possible to use variables in this texts? How can that be done?
I'd like to use the order number and the current date.
Thanks
by promptnet
03 Mar 2022, 10:41
Forum: TYPO3 extension
Topic: User groups
Replies: 14
Views: 7479

Re: User groups

Now, my code in controller.php looks like that: <?php return [ 'customer' => [ 'manager' => [ 'typo3' => [ 'pid-default' => 171 ], 'group' => [ 'typo3' => [ 'pid-default' => 171 ] ] ] ], 'frontend' => [ 'customer' => [ 'groupids' => 48 ] ] ]; Unfortunately, it's not working. The admin user still see...
by promptnet
01 Mar 2022, 10:03
Forum: TYPO3 extension
Topic: User groups
Replies: 14
Views: 7479

Re: User groups

Code: Select all

<?php
return [
	'customer' => [
		'manager' => [
			'typo3' => [
				'pid-default' => 171
			],
			'group' => [
				'typo3' => [
					'pid-default' => 171
				]
			]
		]
	]
];
by promptnet
21 Feb 2022, 13:51
Forum: TYPO3 extension
Topic: User groups
Replies: 14
Views: 7479

Re: User groups

config.png
config.png (18.53 KiB) Viewed 3436 times
Like so ?
by promptnet
17 Feb 2022, 13:47
Forum: TYPO3 extension
Topic: User groups
Replies: 14
Views: 7479

Re: User groups

Can anybody help on that topic? Still not working with ./Resources/Private/Config/mshop.php and ./Resources/Private/Config/controller.php ...
by promptnet
19 Jan 2022, 15:08
Forum: TYPO3 extension
Topic: User groups
Replies: 14
Views: 7479

Re: User groups

Unfortunately, that is not working. Still the same.
Do you need some information?
by promptnet
18 Jan 2022, 08:06
Forum: TYPO3 extension
Topic: User groups
Replies: 14
Views: 7479

Re: User groups

Hi, I've got the same problem on an update with TYPO3 10.4.21 and Aimeos 21.10.3. Though, I inserted all the codes, all users and groups are shown in the Aimeos administration. I inserted plugin.tx_aimeos.settings.controller.frontend.customer.groupids = 48 plugin.tx_aimeos.settings.mshop.customer.ma...