${function() {
const variantData = data.variant || {"id":"3d269bff-069b-4e23-9c70-fcd5eb8511d6","product_id":"daecaecc-6bd0-47c3-9c8e-b73e279523e2","title":"BNB50-02","weight_unit":"kg","inventory_quantity":1006,"sku":"BNB50-02","barcode":"","position":2,"option1":"BNB50-02","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cba856f11686768419e6f871c02e1d38.jpg","path":"cba856f11686768419e6f871c02e1d38.jpg","width":800,"height":800,"alt":"Solid Builder Nail Gel 50g\u4e28BNB-01~08","aspect_ratio":1},"wholesale_price":[{"price":15.99,"min_quantity":1}],"weight":"0.12","compare_at_price":"32.99","price":"15.99","retail_price":"32.99","available":true,"url":"\/products\/solid-builder-nail-gel-bgg-01?variant=3d269bff-069b-4e23-9c70-fcd5eb8511d6","available_quantity":1006,"options":[{"name":"Color","value":"BNB50-02"}],"off_ratio":52,"flashsale_info":[],"sales":307};
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)
Color
: BNB50-02
${function(){
const optName = "Color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (': ' + optionValue) : '';
return `
${optionValueText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
€15.99
${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":"3d269bff-069b-4e23-9c70-fcd5eb8511d6","product_id":"daecaecc-6bd0-47c3-9c8e-b73e279523e2","title":"BNB50-02","weight_unit":"kg","inventory_quantity":1006,"sku":"BNB50-02","barcode":"","position":2,"option1":"BNB50-02","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cba856f11686768419e6f871c02e1d38.jpg","path":"cba856f11686768419e6f871c02e1d38.jpg","width":800,"height":800,"alt":"Solid Builder Nail Gel 50g\u4e28BNB-01~08","aspect_ratio":1},"wholesale_price":[{"price":15.99,"min_quantity":1}],"weight":"0.12","compare_at_price":"32.99","price":"15.99","retail_price":"32.99","available":true,"url":"\/products\/solid-builder-nail-gel-bgg-01?variant=3d269bff-069b-4e23-9c70-fcd5eb8511d6","available_quantity":1006,"options":[{"name":"Color","value":"BNB50-02"}],"off_ratio":52,"flashsale_info":[],"sales":307};
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 : BNB50-02
Weight : 0.12kg
${function(){
const variantData = data.variant || {"id":"3d269bff-069b-4e23-9c70-fcd5eb8511d6","product_id":"daecaecc-6bd0-47c3-9c8e-b73e279523e2","title":"BNB50-02","weight_unit":"kg","inventory_quantity":1006,"sku":"BNB50-02","barcode":"","position":2,"option1":"BNB50-02","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cba856f11686768419e6f871c02e1d38.jpg","path":"cba856f11686768419e6f871c02e1d38.jpg","width":800,"height":800,"alt":"Solid Builder Nail Gel 50g\u4e28BNB-01~08","aspect_ratio":1},"wholesale_price":[{"price":15.99,"min_quantity":1}],"weight":"0.12","compare_at_price":"32.99","price":"15.99","retail_price":"32.99","available":true,"url":"\/products\/solid-builder-nail-gel-bgg-01?variant=3d269bff-069b-4e23-9c70-fcd5eb8511d6","available_quantity":1006,"options":[{"name":"Color","value":"BNB50-02"}],"off_ratio":52,"flashsale_info":[],"sales":307};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}