To display some additional payment information during checkout (e.g. your bank details):
- Log in your administrator panel and click on the Languages link in the ADMINISTRATION side box on the right.
- Under the Language variables section add a new language variable (e.g.bank_details) using the Add new item(s) form. Enter your banking details into the VALUE field and click on the Add new button.
- Open the necessary payment template. All payment templates are located in the skins/[CUSTOMER_ACTIVE_SKIN]/customer/payments directory of your CS-Cart installation.
- Add the following line of the code:
{$lang.bank_details}
below this one:
</script>
and save the file.
- Open the storefront and go to checkout. Select the payment method on the Order details page and click on the Continue button. The banking details should be displayed on the Summary page above the Order notes input field.
To send your bank information to customer's e-mail:
- Open the invoice.tpl file located in the skins/[CUSTOMER_ACTIVE_SKIN]/mail/orders directory.
- Enter your banking information below the following line:
{* /Order totals *}
and save the file.
- Your banking information will be displayed on the invoice after a customer placed an order and will be sent to this customer's e-mail.
NOTE: All customers will get e-mail with your banking information despite of chosen payment method.