HOW BANK TRANSFER WORKS
Steps:
- Deposit order total in one of the below mentioned bank accounts. After this payment a payment reference number will be provided by the bank.
<% if (banks = Spree::Bank.active).any? %>
Name |
Account No |
<% banks.each do |bank| %>
<%= bank.name %> |
<%= bank.account_no %> |
<% end %>
<% end %>
- Enter this payment reference number on Order Details page by following steps:
- Go to "My Account" page.
- Select Order for which you want to provide details.
- Click on "Add Details" link visible in "Payment Information" column.
- Provide payment details and Submit.
<%= image_tag 'payment_details.png' %>