${function() {
const variantData = data.variant || {"id":"fbc9cb5f-2450-46ff-83e8-5945a6d3c7ee","product_id":"372a01f4-47ad-4b19-a1be-c38916c2b5bb","title":"","weight_unit":"kg","inventory_quantity":993,"sku":"XKZ-13","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":3.49,"min_quantity":1}],"weight":"0.07","compare_at_price":"6.99","price":"3.49","retail_price":"6.99","available":true,"url":"\/products\/leopard-nail-transfer-foil-12-styles-coqx-jm9j-a007-777n-df27-w2s7-1yrn-0q5x-2wap-6788-jb2h?variant=fbc9cb5f-2450-46ff-83e8-5945a6d3c7ee","available_quantity":993,"options":[],"off_ratio":50,"flashsale_info":[],"sales":1};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Why do the gel polish colors i orderd are different from the color shown on the website?
There are 3 factors may cause color variations.
The colors will appear difference on different screen/devices.
The colors may be different under different light source/ light condition.
Gel polish is a dye system,and electric device is a light system, some colors cannot be correctly shown on electric device.
PRICE DO NOT INCLUDE VAT(FOR EU COUNTRIES)
Add to cart
€3.49
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"fbc9cb5f-2450-46ff-83e8-5945a6d3c7ee","product_id":"372a01f4-47ad-4b19-a1be-c38916c2b5bb","title":"","weight_unit":"kg","inventory_quantity":993,"sku":"XKZ-13","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":3.49,"min_quantity":1}],"weight":"0.07","compare_at_price":"6.99","price":"3.49","retail_price":"6.99","available":true,"url":"\/products\/leopard-nail-transfer-foil-12-styles-coqx-jm9j-a007-777n-df27-w2s7-1yrn-0q5x-2wap-6788-jb2h?variant=fbc9cb5f-2450-46ff-83e8-5945a6d3c7ee","available_quantity":993,"options":[],"off_ratio":50,"flashsale_info":[],"sales":1};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Product was out of stock.
Product is unavailable.
Sku : XKZ-13
Weight : 0.07kg
${function(){
const variantData = data.variant || {"id":"fbc9cb5f-2450-46ff-83e8-5945a6d3c7ee","product_id":"372a01f4-47ad-4b19-a1be-c38916c2b5bb","title":"","weight_unit":"kg","inventory_quantity":993,"sku":"XKZ-13","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":3.49,"min_quantity":1}],"weight":"0.07","compare_at_price":"6.99","price":"3.49","retail_price":"6.99","available":true,"url":"\/products\/leopard-nail-transfer-foil-12-styles-coqx-jm9j-a007-777n-df27-w2s7-1yrn-0q5x-2wap-6788-jb2h?variant=fbc9cb5f-2450-46ff-83e8-5945a6d3c7ee","available_quantity":993,"options":[],"off_ratio":50,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}