I followed instructions in Readme, but bank_transfer template seems not to be used.
I copied this template to uc_cart/templates, both templates to bartik and seven, to sites/all/themes, to sites/all/themes/bartik, default template to bank_transfer folder - nothing helps.
It works only if I modify default template.
Tested with clean installation and ubercarts latest dev
Comments
Comment #1
juves commentedI have reseted invoice template settings to defaults, copied customer-bank_transfer template to bartik and renamed it to customer, I think it's also a clean solution.
Comment #2
xibun commentedhave a look here: #860380: uc_order-customer-bank_transfer.tpl.php - I assume this is a duplicate?
Comment #3
rar9 commentedSame Probleme... Have you figured out a possibile solution in the meantime?
Comment #4
xibun commentedsome additional information in Rar9's duplicate: #1372732: Display Bank information
Comment #5
DanZ commentedI stumbled across this. Is this a template for e-mail sent to customers as part of the normal Ubercart checkout procedure? If so, https://drupal.org/sandbox/DanZ/1847134 might help.
Comment #6
ericwongcm commentedIn case anyone is still having this problem, try this module.
https://drupal.org/project/uc_register_invoice
I am using a non-default theme, after I copied the invoice template to the theme and enabled this module, the bank transfer details appears in the e-mail and on-site invoices.
Also make sure you follow its instructions if you have problems.