${variantNames}
${(item.parsedProperties || []).map((propertie)=>{
if (propertie.isImage){
return `
`
}else{
return `
${propertie.name}: ${propertie.value}
`
}
}).join('')}
${
(item.discount_applications || []).map(discount_item => {
const discount_item_amount = discount_item.discount_amount || discount_item.amount || '';
return `