- Iscrizione Conacreis

This commit is contained in:
Paolo Arena
2021-06-04 10:07:57 +02:00
parent cf97870cc7
commit 9d5eda50ae
20 changed files with 3048 additions and 1525 deletions

View File

@@ -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}