- Iscrizione Conacreis
This commit is contained in:
@@ -43,6 +43,7 @@ html
|
||||
- var descr = product._doc.order.product.name
|
||||
- var img = product._doc.order.product.img
|
||||
- var price = product._doc.order.price
|
||||
- var after_price = product._doc.order.after_price
|
||||
- var qty = product._doc.order.quantity
|
||||
- index = index + 1
|
||||
|
||||
@@ -64,7 +65,7 @@ html
|
||||
p #{descr}
|
||||
tr
|
||||
td(class="sectionContent", valign="top")
|
||||
p Prezzo: #{price} €
|
||||
p Prezzo: #{price} € #{after_price}
|
||||
tr
|
||||
td(class="sectionContent", valign="top")
|
||||
p Quantità: #{qty}
|
||||
|
||||
Reference in New Issue
Block a user