Search found 28 matches

by daniel
20 Sep 2020, 19:23
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18453

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

Hi,
Do you have a solution now? Would be nice to see how you implement this.
by daniel
19 Aug 2020, 13:12
Forum: TYPO3 extension
Topic: Change price separator not working
Replies: 4
Views: 1604

Re: Change price separator not working

Thanks, that works
by daniel
19 Aug 2020, 07:59
Forum: TYPO3 extension
Topic: Change price separator not working
Replies: 4
Views: 1604

Re: Change price separator not working

ok, thanks. If i change language to "en" all texts are also in english, so thats no option for me. Or is ist possible to set this another way?
by daniel
18 Aug 2020, 13:36
Forum: TYPO3 extension
Topic: Change price separator not working
Replies: 4
Views: 1604

Change price separator not working

Hi, i tried to change the separator for frontend output of prices from e.g. "9,99" to "9.00". I tried it with setting: "plugin.tx_aimeos.settings.client.html.common.format.separatorDecimal = ." but no luck. I checked the template "price-standart.php" where the...
by daniel
14 Aug 2020, 18:59
Forum: TYPO3 extension
Topic: Download article (pdf) - only with account?
Replies: 4
Views: 1783

Re: Download article (pdf) - only with account?

Thanks.
but whats happening if a customer do not create an account? as i saw the create account is a checkbox which can be disabled in checkout...

is it possible to send the document with the payment/delivery mail as attachment?
by daniel
11 Aug 2020, 14:08
Forum: TYPO3 extension
Topic: Download article (pdf) - only with account?
Replies: 4
Views: 1783

Re: Download article (pdf) - only with account?

And an additional question: A customer account was created and i received an Email with login and password an a button to the account, but the button links to my page with the jsonapi and there is a weird output. Where / how do i set the page id for the login account page that is used in the email f...
by daniel
11 Aug 2020, 10:34
Forum: TYPO3 extension
Topic: Download article (pdf) - only with account?
Replies: 4
Views: 1783

Download article (pdf) - only with account?

I want to set up some articles (pdf) as downlodable products. Do a customer needs an account or is it possible to download the documents he has ordered without an account? (link in order confirmation if paid)?
by daniel
10 Aug 2020, 15:07
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18453

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

i think i do not have the skills to implement this. a good tutorial how implementing a decorator for emails would be nice...
by daniel
10 Aug 2020, 14:48
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18453

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

The composer.json of the generated extension has: "autoload": { "classmap": ["Classes"], "psr-4": { "Aimeos\\Aimeos\\": "Classes" } } in my extension i have array ( 'psr-4' => array ( 'Namespace\\myextension\\' => 'Classes', ), ), in the ex...
by daniel
10 Aug 2020, 14:33
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18453

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

Hi, i do not use composer... Is it possible to overwrite the files "typo3conf/ext/aimeos/Resources/Private/Extensions/ai-client-html/controller/jobs/src/Controller/Jobs/Order/Email/Payment/Standard.php" and "typo3conf/ext/aimeos/Resources/Private/Extensions/ai-client-html/client/html/...