Search found 28 matches

by daniel
10 Aug 2020, 08:06
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18953

Re: Separate mails for shop owner and customer - no bcc

Hi, thanks, but why are the other decorator-classes are also not in the autoload? and they are working, i made a test adding a decorator class which is per default in the shop...
by daniel
06 Aug 2020, 14:35
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18953

Re: Separate mails for shop owner and customer - no bcc

i created a new typo3 extension (https://aimeos.org/extensions/ > TYPO3 2020.x extension) , put all my shop changes (templates, Email Decorator etc.) in this extension. Shop works fine, but in autoload_classmap.php my class is still not present... I think in my previous extension everything was ok.....
by daniel
06 Aug 2020, 13:42
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18953

Re: Separate mails for shop owner and customer - no bcc

no, i have an extension for other things and put the aimeos stuff there...
by daniel
06 Aug 2020, 09:00
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18953

Re: Separate mails for shop owner and customer - no bcc

yes, sure. i don't think this should be in autoload_classmap, other decorators (from aimeos shop) are also not included.
by daniel
06 Aug 2020, 08:00
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18953

Re: Separate mails for shop owner and customer - no bcc

yes, TYPO3 10 with actual version of the aimeos ext form ter. no, in the autoload_classmap.php it's not included, i only found Email.php file for 'Aimeos\\Aimeos\\Scheduler\\Provider\\Email' => $typo3InstallDir .typo3conf/ext/aimeos/Classes/Scheduler/Provider/Email.php', 'Aimeos\\Aimeos\\Scheduler\\...
by daniel
06 Aug 2020, 06:53
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18953

Re: Separate mails for shop owner and customer - no bcc

Good morning, now i set it up and got no more errors. I add the Decorator to my Service type "delivery" > "Standard,Email". But how this would be triggered when executing the scheduler task. I add a function "processBatch" (like recommended in previous post) where i out...
by daniel
05 Aug 2020, 14:45
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18953

Re: Separate mails for shop owner and customer - no bcc

i think so... i'm a bit confused. I need an Email that goes to the shop owner if the scheduler task for order payment / order delivery is executed. I thought i need a Decorator for that... and i think now i have a provider... It is not clear to me what i need, as the posts before i think i need a De...
by daniel
05 Aug 2020, 14:25
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18953

Re: Separate mails for shop owner and customer - no bcc

ok, so now i don't have the error any more. In my Service for delivery i want to add the Decorator. But now it's in the "main"-list like "Standard" and "xml", see screenshot. I think it should be selectable under ("+"), not? If i add "Email" (so i ha...
by daniel
05 Aug 2020, 13:52
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18953

Re: Separate mails for shop owner and customer - no bcc

Hi, thanks for your help! I still got the error "Class "\Aimeos\MShop\Service\Provider\Decorator\Email" not available" Maybe there is a problem in my extension. I set the extDirs for my extension to "EXT:myext_name/Resources/Private/Extensions/myext_name _shop /" becaus...