- Corretto la possibilità di effettuare un Ordine di libri, sul sito gruppomacro.app. arriverà una email a "info@gruppomacro.app".

This commit is contained in:
Surya Paolo
2025-06-03 01:01:40 +02:00
parent 94d844c104
commit 12f816b738
18 changed files with 1150 additions and 899 deletions

View File

@@ -598,10 +598,12 @@ export default defineComponent({
return tools.getstrDate(element.productInfo?.date_pub);
case 'prezzo':
return element.price ? '€ ' + element.price.toFixed(2) : '';
// return element.price ? '€ ' + element.price.toFixed(2) : '';
return '€ ' + element.arrvariazioni?.[0]?.price.toFixed(2);
case 'prezzo_sconto':
return element.sale_price ? '€ ' + element.sale_price.toFixed(2) : '';
// return element.sale_price ? '€ ' + element.sale_price.toFixed(2) : '';
return '€ ' + element.arrvariazioni?.[0]?.sale_price.toFixed(2);
case 'rank3M':
return element.productInfo?.rank3M;
@@ -794,8 +796,9 @@ export default defineComponent({
'stato',
'date_pub',
'pagine',
'trafiletto',
// 'trafiletto',
'quantity',
'prezzo',
]
);
const selectedColumns_Catalogs = ref(