${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("La tua ricerca di \"{test}\" non ha prodotto alcun risultato.").replace('{test}', data);
return `
${
data == 1
? ("1 prodotto \u00e8 stato aggiunto al tuo carrello!")
: ("{count} I prodotti sono stati aggiunti al tuo carrello!").replace('{count}', data)
}
${function() {
const freeShippingAmount = 499;
const totalPrice = data.data.total_price;
const diffAmount = freeShippingAmount - totalPrice;
const freeShippingText = diffAmount > 0
? "Spendi {amount} di pi\u00f9 e ottieni la spedizione gratuita!"
: "Il tuo ordine \u00e8 consegna gratuita";
return `