Adding payment method

This commit is contained in:
adam.harbas@a-net.ba
2016-01-08 09:36:28 +01:00
parent 2a0e326862
commit 05c8f6ce88
6 changed files with 49 additions and 32 deletions

View File

@@ -1,10 +1,10 @@
<%
<%
dd = @cart.delivery_destination
c = @cart
%>
**Ime:** <%= dd.name %>
**Ime:** <%= dd.name %>
**Adresa:**
<%= dd.address %>
@@ -17,6 +17,8 @@ Bosna i Hercegovina
**Telefon: ** +387 <%= dd.phone %>
**Plaćanje: ** <%= dd.get_payment_string %>
**Napomena: **
<%= dd.note %>
@@ -37,16 +39,7 @@ Bosna i Hercegovina
Dostava
1 x <%= Helper.money(c.delivery_cost) %> = <%= Helper.money(c.delivery_cost) %>
**UKUPNO:** <%= Helper.money(c.total) %>
[Pogledati OVAJ LINK](https://www.ribica.ba/backoffice/carts/<%= @cart.id %>)