You are here

README.txt in Bank Transfer | Ubercart Payment 6

Same filename and directory in other branches
  1. 7 README.txt
-- INSTALLATION - INVOICE TEMPLATE --

To display the bank details on the invoices you need to do the following:
- Ubercart -2.2: copy the invoice template (customer_bank_transfer.itpl.php) to "/ubercart/uc_order/templates"
  -> note: be careful not to loose your template when updating Ubercart
- Ubercart 2.3+: copy the invoice template (uc_order-customer-bank_transfer.tpl.php) into your site theme "sites/all/themes/your-theme-name"
  -> note 1: you also need to copy uc_order.tpl.php from "/ubercart/uc_order/templates" into your site theme
  -> note 2: you may want to copy those files also into your admin theme to display the on-site invoices to the admin
- select the customer_bank_transfer template for on-site invoices:
  -> Administer/Store administration/Configuration/Order settings/On-site invoice template
- select the customer_bank_transfer template for email invoices:
  -> Administer/Store administration/Conditional actions
    -> edit "E-mail customer checkout notification"
      -> Actions/Action: Email an order invoice/Invoice template

-- MULTILINGUAL SITES --

Please note the difference between i18n variables and i18n constants !

constants: you can translate them in
-> **/admin/build/translate/search

variables: you have to translate them on the settings page for each language directly
-> en/admin/store/settings/payment/edit/methods
-> de/admin/store/settings/payment/edit/methods
-> fr/admin/store/settings/payment/edit/methods
-> es/admin/store/settings/payment/edit/methods
-> etc.

File

README.txt
View source
  1. -- INSTALLATION - INVOICE TEMPLATE --
  2. To display the bank details on the invoices you need to do the following:
  3. - Ubercart -2.2: copy the invoice template (customer_bank_transfer.itpl.php) to "/ubercart/uc_order/templates"
  4. -> note: be careful not to loose your template when updating Ubercart
  5. - Ubercart 2.3+: copy the invoice template (uc_order-customer-bank_transfer.tpl.php) into your site theme "sites/all/themes/your-theme-name"
  6. -> note 1: you also need to copy uc_order.tpl.php from "/ubercart/uc_order/templates" into your site theme
  7. -> note 2: you may want to copy those files also into your admin theme to display the on-site invoices to the admin
  8. - select the customer_bank_transfer template for on-site invoices:
  9. -> Administer/Store administration/Configuration/Order settings/On-site invoice template
  10. - select the customer_bank_transfer template for email invoices:
  11. -> Administer/Store administration/Conditional actions
  12. -> edit "E-mail customer checkout notification"
  13. -> Actions/Action: Email an order invoice/Invoice template
  14. -- MULTILINGUAL SITES --
  15. Please note the difference between i18n variables and i18n constants !
  16. constants: you can translate them in
  17. -> **/admin/build/translate/search
  18. variables: you have to translate them on the settings page for each language directly
  19. -> en/admin/store/settings/payment/edit/methods
  20. -> de/admin/store/settings/payment/edit/methods
  21. -> fr/admin/store/settings/payment/edit/methods
  22. -> es/admin/store/settings/payment/edit/methods
  23. -> etc.