${function() {
const variantData = data.variant || {"id":"cd9a0f98-379e-488b-b4ac-d89a3313112a","product_id":"75f8b88a-d4eb-49c2-868d-d09e0eb4ef40","title":"K01-06","weight_unit":"kg","inventory_quantity":1000,"sku":"K-0106","barcode":"758984937002","position":1,"option1":"K01-06","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44d607d1db1e74043e7151a87904891a.jpeg","path":"44d607d1db1e74043e7151a87904891a.jpeg","width":1000,"height":1000,"alt":"Poly Acryl Gel Kit 15gx6pcs","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"39.98","price":"19.99","retail_price":"39.98","available":true,"url":"\/products\/poly-acryl-gel-kit-15gx6pcs?variant=cd9a0f98-379e-488b-b4ac-d89a3313112a","available_quantity":1000,"options":[{"name":"Color","value":"K01-06"}],"off_ratio":50,"flashsale_info":[],"sales":394};
const saveType = "percentage";
const saveText = "Enregistrer {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Pourquoi les couleurs de vernis gel que j'ai commandées sont-elles différentes de la couleur affichée sur le site ?
Il y a 3 facteurs qui peuvent provoquer des variations de couleur.
Les couleurs apparaîtront différentes sur différents écrans/appareils.
Les couleurs peuvent être différentes selon différentes sources de lumière/conditions de lumière.
Le vernis gel est un système de teinture et l'appareil électrique est un système d'éclairage, certaines couleurs ne peuvent pas être correctement affichées sur l'appareil électrique.
PRICE DO NOT INCLUDE VAT(FOR EU COUNTRIES)
Color
: K01-06
${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 = "Veuillez s\u00e9lectionner un {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Ajouter au panier
€19.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":"cd9a0f98-379e-488b-b4ac-d89a3313112a","product_id":"75f8b88a-d4eb-49c2-868d-d09e0eb4ef40","title":"K01-06","weight_unit":"kg","inventory_quantity":1000,"sku":"K-0106","barcode":"758984937002","position":1,"option1":"K01-06","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44d607d1db1e74043e7151a87904891a.jpeg","path":"44d607d1db1e74043e7151a87904891a.jpeg","width":1000,"height":1000,"alt":"Poly Acryl Gel Kit 15gx6pcs","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"39.98","price":"19.99","retail_price":"39.98","available":true,"url":"\/products\/poly-acryl-gel-kit-15gx6pcs?variant=cd9a0f98-379e-488b-b4ac-d89a3313112a","available_quantity":1000,"options":[{"name":"Color","value":"K01-06"}],"off_ratio":50,"flashsale_info":[],"sales":394};
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 ? `
` : ' ';
}
}()}
Le produit était en rupture de stock.
Le produit n'est pas disponible.
Sku : K-0106
Poids : 0.2kg
code à barre : 758984937002
${function(){
const variantData = data.variant || {"id":"cd9a0f98-379e-488b-b4ac-d89a3313112a","product_id":"75f8b88a-d4eb-49c2-868d-d09e0eb4ef40","title":"K01-06","weight_unit":"kg","inventory_quantity":1000,"sku":"K-0106","barcode":"758984937002","position":1,"option1":"K01-06","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44d607d1db1e74043e7151a87904891a.jpeg","path":"44d607d1db1e74043e7151a87904891a.jpeg","width":1000,"height":1000,"alt":"Poly Acryl Gel Kit 15gx6pcs","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"39.98","price":"19.99","retail_price":"39.98","available":true,"url":"\/products\/poly-acryl-gel-kit-15gx6pcs?variant=cd9a0f98-379e-488b-b4ac-d89a3313112a","available_quantity":1000,"options":[{"name":"Color","value":"K01-06"}],"off_ratio":50,"flashsale_info":[],"sales":394};
return `
Sku : ${variantData && variantData.sku}
Poids : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
code à barre : ${variantData && variantData.barcode}
`
}()}