${
data == 1
? ("1 Produkt wurde in Ihren Warenkorb hinzugef\u00fcgt!")
: ("{count} Produkte wurden zu Ihrem Wagen hinzugef\u00fcgt!").replace('{count}', data)
}
${function() {
const freeShippingAmount = 4999;
const totalPrice = data.data.total_price;
const diffAmount = freeShippingAmount - totalPrice;
const freeShippingText = diffAmount > 0
? "Verbringen Sie {amount} mehr und erhalten Sie kostenlosen Versand!"
: "Ihre Bestellung ist eine kostenlose Lieferung";
return `