You are here

README.txt in Bank Transfer | Ubercart Payment 7

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

To display the bank details on the invoices you need to do the following:
- select the customer-bank_transfer template for on-site invoices:
  -> Administer/Store/Configuration/Order settings
     -> under "Customer settings" choose "customer-bank_transfer" as On-site invoice template
- select the customer-bank_transfer template for email invoices:
  -> Administer/Store/Configuration/Checkout settings/Rules
    -> edit "E-mail customer checkout notification"
      -> edit Action "Email an order invoice"
         -> under "INVOICE TEMPLATE" choose "customer-bank_transfer" as E-mail invoice template

-- MULTILINGUAL SITES --

Please note the difference between i18n variables and i18n constants !

constants: you can translate them in
-> **/admin/config/regional/translate/translate

variables:
-> first you need to enable the variables you would like to translate
  -> **/admin/config/regional/i18n/variable
-> then 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. - select the customer-bank_transfer template for on-site invoices:
  4. -> Administer/Store/Configuration/Order settings
  5. -> under "Customer settings" choose "customer-bank_transfer" as On-site invoice template
  6. - select the customer-bank_transfer template for email invoices:
  7. -> Administer/Store/Configuration/Checkout settings/Rules
  8. -> edit "E-mail customer checkout notification"
  9. -> edit Action "Email an order invoice"
  10. -> under "INVOICE TEMPLATE" choose "customer-bank_transfer" as E-mail invoice template
  11. -- MULTILINGUAL SITES --
  12. Please note the difference between i18n variables and i18n constants !
  13. constants: you can translate them in
  14. -> **/admin/config/regional/translate/translate
  15. variables:
  16. -> first you need to enable the variables you would like to translate
  17. -> **/admin/config/regional/i18n/variable
  18. -> then 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.