Hi, here is a bank_transfer.module tpl file to enable your customers to pay for there bookings via EFT or online banking.

It prints your banking details in the invoice with the booking details.

This template file works perfect when it generates the email invoice, but when I visit the order page the screen and print invoice pages does not display the booking details. Instead it only shows the raw token text, [Check-in] and so on.

This template file is to be used with the new Ubercart order template system, tpl file and not the old tmpl file like the one included in this module.

Thanks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vlooivlerke’s picture

Ok, attaching a file is not as simple

Here it is again :)

larowlan’s picture

Status: Active » Closed (fixed)

Hi
The tokens aren't supported with the new Ubercart, you need to use variables instead.
See http://www.ubercart.org/docs/developer/17385/changing_invoice_templates_...
So [check-in] becomes $check_in

Lee