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? %>
<%= Spree.t(:bank_name) %>
<%= Spree.t(:account_no) %>
<%= Spree.t(:additional_details) %>
<% banks.each do |bank| %>
<%= bank.name %>
<%= bank.account_no %>
<%= bank.additional_details %>
<% 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.