1/3
${data.index + 1}/${data.total}
Description
Add sparkle and fun to your tree with this Christmas bauble inspired by a multicoloured disco ball. Designed to catch the light from every angle, this eye-catching ornament brings a festive party atmosphere to your Christmas décor. The reflective mosaic-style finish in vibrant hues adds energy and charm, perfect for mixing with both traditional and playful decorations. Measuring 6.6x7.7x6.6 cm, it offers just the right pop of colour and shine. A bold and joyful choice to brighten any festive setting with a cheerful and contemporary twist.
You may also like
Recently viewed
${data.line_items.map(item => {
const renderDiscountApp = () => {
const isEmpty = item.discount_applications && item.discount_applications.length < 1;
const isNotExist = !item.discount_applications;
if (isEmpty || isNotExist) {
return ""
}
return `
${renderDiscountApp()}
`;
}).join('')}
${
(item.discount_applications || []).map(discount_item => {
const discount_item_amount = discount_item.discount_amount || discount_item.amount || '';
return `
${discount_item.title}
(- )
`
}).join('')
}
`
}
return `
${item.options.map(o => `
${o.name}: ${o.value}
`).join('')}
${(item.parsedProperties || []).map((propertie)=>{
if (propertie.isImage){
return `${propertie.name}: View image
`
}else{
return `${propertie.name}: ${propertie.value}
`
}
}).join('')}
Free gift
*${item.quantity}
${function() {
return `
`;
}()}
Cart
Total:
${data.total_discount > 0 ? (
`
`
) : ''}
Taxes and shipping calculated at checkout
