- Aggiornamento template mail (tramite i campi in HTML)
- Aggiornato Carrello
This commit is contained in:
@@ -67,6 +67,8 @@ router.post('/import', authenticate, async (req, res) => {
|
||||
link: product.link,
|
||||
idCatProds: [],
|
||||
img: 'upload/products/' + product.code + '.jpg',
|
||||
weight: product.weight,
|
||||
unit: tools.getIdUnitsByText(product.unit),
|
||||
}
|
||||
|
||||
if (product.cat_name) {
|
||||
|
||||
Reference in New Issue
Block a user