${function() {
const variantData = data.variant || {"id":"5d75b0ba-f26c-4c9d-867d-5188df6b9bf3","product_id":"8c2addba-c402-434d-80dd-5dc3d3d1ecb0","title":"GJT-01","weight_unit":"kg","inventory_quantity":994,"sku":"GJT-01","barcode":"","position":1,"option1":"GJT-01","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/37b6e82c4a181588e55be42e121b511f.jpg","path":"37b6e82c4a181588e55be42e121b511f.jpg","width":1000,"height":1000,"alt":"Silicone Film for Russian Manicure | 5 styles| GJT","aspect_ratio":1},"wholesale_price":[{"price":0.99,"min_quantity":1}],"weight":"0.01","compare_at_price":"1.99","price":"0.99","retail_price":"1.99","available":true,"url":"\/products\/silicone-film-for-russian-manicure-5-styles-gjt?variant=5d75b0ba-f26c-4c9d-867d-5188df6b9bf3","available_quantity":994,"options":[{"name":"Style","value":"GJT-01"}],"off_ratio":50,"flashsale_info":[],"sales":6};
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)
Style
: GJT-01
${function(){
const optName = "Style";
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
€0.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":"5d75b0ba-f26c-4c9d-867d-5188df6b9bf3","product_id":"8c2addba-c402-434d-80dd-5dc3d3d1ecb0","title":"GJT-01","weight_unit":"kg","inventory_quantity":994,"sku":"GJT-01","barcode":"","position":1,"option1":"GJT-01","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/37b6e82c4a181588e55be42e121b511f.jpg","path":"37b6e82c4a181588e55be42e121b511f.jpg","width":1000,"height":1000,"alt":"Silicone Film for Russian Manicure | 5 styles| GJT","aspect_ratio":1},"wholesale_price":[{"price":0.99,"min_quantity":1}],"weight":"0.01","compare_at_price":"1.99","price":"0.99","retail_price":"1.99","available":true,"url":"\/products\/silicone-film-for-russian-manicure-5-styles-gjt?variant=5d75b0ba-f26c-4c9d-867d-5188df6b9bf3","available_quantity":994,"options":[{"name":"Style","value":"GJT-01"}],"off_ratio":50,"flashsale_info":[],"sales":6};
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 : GJT-01
Weight : 0.01kg
${function(){
const variantData = data.variant || {"id":"5d75b0ba-f26c-4c9d-867d-5188df6b9bf3","product_id":"8c2addba-c402-434d-80dd-5dc3d3d1ecb0","title":"GJT-01","weight_unit":"kg","inventory_quantity":994,"sku":"GJT-01","barcode":"","position":1,"option1":"GJT-01","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/37b6e82c4a181588e55be42e121b511f.jpg","path":"37b6e82c4a181588e55be42e121b511f.jpg","width":1000,"height":1000,"alt":"Silicone Film for Russian Manicure | 5 styles| GJT","aspect_ratio":1},"wholesale_price":[{"price":0.99,"min_quantity":1}],"weight":"0.01","compare_at_price":"1.99","price":"0.99","retail_price":"1.99","available":true,"url":"\/products\/silicone-film-for-russian-manicure-5-styles-gjt?variant=5d75b0ba-f26c-4c9d-867d-5188df6b9bf3","available_quantity":994,"options":[{"name":"Style","value":"GJT-01"}],"off_ratio":50,"flashsale_info":[],"sales":6};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}