Where to set a note for prepayment?

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
promptnet
Posts: 61
Joined: 24 Jul 2019, 12:22

Where to set a note for prepayment?

Post by promptnet » 23 Nov 2020, 16:11

Hi,
we have a payment service called "Vorauszahlung" (prepayment). Now, we'd like to provide a text with the bank account details, so the client can pay in advance.
If possible we'd like to have that text on the confirm page, and in the order email. But how/where?
Thanks for your help.

Aimeos: 20.10.3-pre2
TYPO3: 9.5.23

Cheers, Kurt

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Where to set a note for prepayment?

Post by aimeos » 25 Nov 2020, 09:46

The payment options stored in the order doesn't contain text besides the name of the payment option and some attributes.
You can add your text to the checkout confirm and e-mail template directly.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

promptnet
Posts: 61
Joined: 24 Jul 2019, 12:22

Re: Where to set a note for prepayment?

Post by promptnet » 27 Nov 2020, 13:58

Thanks. I chose to have

Code: Select all

<?=nl2br($this->config( 'client/html/email/shopholder'))?> 
in the template, and then filled in the details in Scheduler with:

Code: Select all

client.html.email.shopholder
Now works like a charm.

Post Reply