3D Removable Wall Decals
${function() {
const variantData = data.variant || {"id":"301b3e8f-c6e2-4da6-b37e-e6459dbaaa75","product_id":"a4fef1a5-b392-4c9e-b3d9-8db0739b1f19","title":"A-5 pcs","weight_unit":"kg","inventory_quantity":999,"sku":"CK2099094-YJC0177\u4e94\u7247\u5305","barcode":"","position":1,"option1":"A","option2":"5 pcs","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3e973269c9c4c615fbcb5d3e125a12b9.jpeg","path":"3e973269c9c4c615fbcb5d3e125a12b9.jpeg","width":700,"height":700,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.88,"min_quantity":1}],"weight":"0","compare_at_price":"44.99","price":"28.88","retail_price":"44.99","available":true,"url":"\/products\/3d-removable-wall-decalscd815781-2a32-42c0-a2f0-3dbe7b4cfadd?variant=301b3e8f-c6e2-4da6-b37e-e6459dbaaa75","available_quantity":999999999,"options":[{"name":"Style","value":"A"},{"name":"Package","value":"5 pcs"}],"off_ratio":36,"flashsale_info":[],"sales":1};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Style:
A
${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}
`
}()}
Package:
5 pcs
${function(){
const optName = "Package";
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
$28.88
${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":"301b3e8f-c6e2-4da6-b37e-e6459dbaaa75","product_id":"a4fef1a5-b392-4c9e-b3d9-8db0739b1f19","title":"A-5 pcs","weight_unit":"kg","inventory_quantity":999,"sku":"CK2099094-YJC0177\u4e94\u7247\u5305","barcode":"","position":1,"option1":"A","option2":"5 pcs","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3e973269c9c4c615fbcb5d3e125a12b9.jpeg","path":"3e973269c9c4c615fbcb5d3e125a12b9.jpeg","width":700,"height":700,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.88,"min_quantity":1}],"weight":"0","compare_at_price":"44.99","price":"28.88","retail_price":"44.99","available":true,"url":"\/products\/3d-removable-wall-decalscd815781-2a32-42c0-a2f0-3dbe7b4cfadd?variant=301b3e8f-c6e2-4da6-b37e-e6459dbaaa75","available_quantity":999999999,"options":[{"name":"Style","value":"A"},{"name":"Package","value":"5 pcs"}],"off_ratio":36,"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 ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
Sku : CK2099094-YJC0177五片包
${function(){
const variantData = data.variant || {"id":"301b3e8f-c6e2-4da6-b37e-e6459dbaaa75","product_id":"a4fef1a5-b392-4c9e-b3d9-8db0739b1f19","title":"A-5 pcs","weight_unit":"kg","inventory_quantity":999,"sku":"CK2099094-YJC0177\u4e94\u7247\u5305","barcode":"","position":1,"option1":"A","option2":"5 pcs","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3e973269c9c4c615fbcb5d3e125a12b9.jpeg","path":"3e973269c9c4c615fbcb5d3e125a12b9.jpeg","width":700,"height":700,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.88,"min_quantity":1}],"weight":"0","compare_at_price":"44.99","price":"28.88","retail_price":"44.99","available":true,"url":"\/products\/3d-removable-wall-decalscd815781-2a32-42c0-a2f0-3dbe7b4cfadd?variant=301b3e8f-c6e2-4da6-b37e-e6459dbaaa75","available_quantity":999999999,"options":[{"name":"Style","value":"A"},{"name":"Package","value":"5 pcs"}],"off_ratio":36,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}