Search found 42 matches

by Stefan80
26 Feb 2018, 08:13
Forum: TYPO3 extension
Topic: Aimeos and sendmail
Replies: 3
Views: 1741

Re: Aimeos and sendmail

Thanks.

Problem: We changed the (hosting-) server for our site and main-email-address for sending mails to customer ... but the Aimeos-System takes the old email (gmail.com) address (root-template & scheduler reworked) ... maybe a caching problem?
by Stefan80
23 Feb 2018, 09:58
Forum: TYPO3 extension
Topic: Aimeos and sendmail
Replies: 3
Views: 1741

Aimeos and sendmail

Hello, does Aimeos support sending Email via "sendmail"? localConfiguration.php: MAIL' => [ 'defaultMailFromAddress' => 'email@testserver.de', 'defaultMailFromName' => 'name', 'transport' => 'sendmail', 'transport_sendmail_command' => '/usr/sbin/sendmail -t -i', 'transport_smtp_encrypt' =>...
by Stefan80
20 Feb 2018, 08:55
Forum: TYPO3 extension
Topic: Where Do I find the original email-templates
Replies: 5
Views: 2271

Re: Where Do I find the original email-templates

Yes I did.

I want do add the bank details in the payment email sent to the customer.
Which code I use?
by Stefan80
19 Feb 2018, 12:35
Forum: TYPO3 extension
Topic: Where Do I find the original email-templates
Replies: 5
Views: 2271

Re: Where Do I find the original email-templates

I have a question too:

I used:

plugin.tx_aimeos.settings.client.html.email.payment.text.summary.standard.template-body = email/common/text-summary-body-default-test.php

to change/add the text shown in the email , when a product is ordered ... but there is no change in the text?
by Stefan80
19 Feb 2018, 11:49
Forum: Help
Topic: How to set the tax flag
Replies: 12
Views: 5913

Re: How to set the tax flag

Thank you!
by Stefan80
19 Feb 2018, 08:26
Forum: Help
Topic: How to set the tax flag
Replies: 12
Views: 5913

Re: How to set the tax flag

I dont't really understand: my prices should be inclusive tax (standard in germany) so I used plugin.tx_aimeos.settings.mshop.price.taxflag = 1 now... It seem's , that Aimeos calculated the taxes twice: 7% -> 1,05€ x 0,93 = 0,98€ ??? It is possible, that there is a hidden tax (e.g. for "€"...
by Stefan80
16 Feb 2018, 08:24
Forum: Help
Topic: How to set the tax flag
Replies: 12
Views: 5913

Re: How to set the tax flag

Ok.

But the system calculated the tax wrong (see image)

7% - > 15€ x 0,07 = 1,05€

19,00% -> 4,95€ x 0,19 = 0,94€

?
by Stefan80
15 Feb 2018, 08:01
Forum: Help
Topic: How to set the tax flag
Replies: 12
Views: 5913

Re: How to set the tax flag

I set the code into the root template of the page.

Where can I manipulate the tax...e.g. from 20% to 7% ?
by Stefan80
14 Feb 2018, 11:35
Forum: Help
Topic: How to set the tax flag
Replies: 12
Views: 5913

Re: How to set the tax flag

Hello,

I used

plugin.tx_aimeos.settings.mshop.price.taxflag = 0

too, but the taxes are shown in the basket and are also wrong calculated (see image in the attachment).
by Stefan80
07 Feb 2018, 09:38
Forum: TYPO3 extension
Topic: Emails to the customer
Replies: 3
Views: 2029

Re: Emails to the customer

Hello,

I used

plugin.tx_aimeos.settings.client.html.email.payment.bcc-email = email@test.de

but it wont work?