- Cataloghi aggiornamento...
This commit is contained in:
@@ -1304,7 +1304,6 @@ export const useProducts = defineStore('Products', {
|
||||
const autori = this.getAutoriByArrayAuthors(myproduct.productInfo.authors)
|
||||
const collana = myproduct.productInfo.collana
|
||||
|
||||
|
||||
const maxDescriptionLength = testo.maxlength ?? 100;
|
||||
const description = myproduct.productInfo.short_descr || '';
|
||||
const long_descr = myproduct.productInfo.description || '';
|
||||
@@ -1389,8 +1388,7 @@ export const useProducts = defineStore('Products', {
|
||||
'{ranking}': ranking || '',
|
||||
'{venduti}': venduti || '',
|
||||
'{formato}': formato || '',
|
||||
'{collana_title}': collana ? collana.descrizione || '' : '',
|
||||
'{collana_descr}': collana ? collana.descrizione_estesa || '' : '',
|
||||
'{collana_title}': collana ? collana.title || '' : '',
|
||||
'{prezzo}': prezzo || '',
|
||||
'{scale}': scale || '',
|
||||
'{prezzo_scontato}': prezzo_scontato || '',
|
||||
|
||||
Reference in New Issue
Block a user