Corretto l'url delle immagini dei prodotti !

This commit is contained in:
Surya Paolo
2023-12-18 16:37:26 +01:00
parent 7e7d7ca6b4
commit d00c7eccc8
5 changed files with 15 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ html
}
body(yahoofix, style="background: #ffffff")
- var baseimg = baseurl + '/statics/'
- var baseimg = baseurl + '/';
span(id='body_style', style='display:block')
table(cellpadding="10", cellspacing="0", width="600", align="center")
tr
@@ -40,11 +40,11 @@ html
- var index = 0
each product in orders.items
- var descr = product.name
- var img = product.img
- var price = product.price
- var after_price = product.after_price
- var qty = product.quantity
- var descr = product.order.product.name
- var img = product.order.product.img
- var price = product.order.product.price
- var after_price = product.order.product.after_price
- var qty = product.order.product.quantity
- index = index + 1
table(cellpadding="0", cellspacing="0", width="100%", summary="", border="0", align="center")