Repair Soldering Flux Paste
${function() {
const variantData = data.variant || {"id":"3d3098d7-41bb-4665-ab2a-93c9f6baad57","product_id":"40c61850-75e4-4650-9cf6-6a7a1b31d268","title":"SP-223 Bottled Solder Paste 100g","weight_unit":"kg","inventory_quantity":0,"sku":"1ZYL240801-SP-223","barcode":"","position":1,"option1":"SP-223 Bottled Solder Paste 100g","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bc0b5e481262c38180403a5f26fb0203.webp","path":"bc0b5e481262c38180403a5f26fb0203.webp","width":608,"height":608,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0","compare_at_price":"42.99","price":"22.99","retail_price":"42.99","available":true,"url":"\/products\/paste?variant=3d3098d7-41bb-4665-ab2a-93c9f6baad57","available_quantity":999999999,"options":[{"name":"Color","value":"SP-223 Bottled Solder Paste 100g"}],"off_ratio":47,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
SP-223 Bottled Solder Paste 100g
${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 = "Por favor seleccione un {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Añadir a la cesta
$22.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":"3d3098d7-41bb-4665-ab2a-93c9f6baad57","product_id":"40c61850-75e4-4650-9cf6-6a7a1b31d268","title":"SP-223 Bottled Solder Paste 100g","weight_unit":"kg","inventory_quantity":0,"sku":"1ZYL240801-SP-223","barcode":"","position":1,"option1":"SP-223 Bottled Solder Paste 100g","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bc0b5e481262c38180403a5f26fb0203.webp","path":"bc0b5e481262c38180403a5f26fb0203.webp","width":608,"height":608,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0","compare_at_price":"42.99","price":"22.99","retail_price":"42.99","available":true,"url":"\/products\/paste?variant=3d3098d7-41bb-4665-ab2a-93c9f6baad57","available_quantity":999999999,"options":[{"name":"Color","value":"SP-223 Bottled Solder Paste 100g"}],"off_ratio":47,"flashsale_info":[],"sales":0};
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 ? `
` : ' ';
}
}()}
Compra ahora
El producto estaba agotado.
El producto no está disponible.
${function(){
const variantData = data.variant || {"id":"3d3098d7-41bb-4665-ab2a-93c9f6baad57","product_id":"40c61850-75e4-4650-9cf6-6a7a1b31d268","title":"SP-223 Bottled Solder Paste 100g","weight_unit":"kg","inventory_quantity":0,"sku":"1ZYL240801-SP-223","barcode":"","position":1,"option1":"SP-223 Bottled Solder Paste 100g","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bc0b5e481262c38180403a5f26fb0203.webp","path":"bc0b5e481262c38180403a5f26fb0203.webp","width":608,"height":608,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0","compare_at_price":"42.99","price":"22.99","retail_price":"42.99","available":true,"url":"\/products\/paste?variant=3d3098d7-41bb-4665-ab2a-93c9f6baad57","available_quantity":999999999,"options":[{"name":"Color","value":"SP-223 Bottled Solder Paste 100g"}],"off_ratio":47,"flashsale_info":[],"sales":0};
return `
Peso : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Código de barras : ${variantData && variantData.barcode}
`
}()}