Stainless steel invisible magnetic doorstop
${function() {
const variantData = data.variant || {"id":"8ab9c15f-79f4-4bac-a4eb-5641e10083c1","product_id":"e3623d3b-0839-4dfd-86dd-3bea881b7a40","title":"Silver-1 Pack","weight_unit":"kg","inventory_quantity":10000,"sku":"LE71936908YIN","barcode":"","position":1,"option1":"Silver","option2":"1 Pack","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c771053f1faa56e0b5d3b2ce0e96aa4d.jpeg","path":"c771053f1faa56e0b5d3b2ce0e96aa4d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":7.99,"min_quantity":1}],"weight":"0","compare_at_price":"15.18","price":"7.99","retail_price":"15.18","available":true,"url":"\/products\/magnetic-doorstop?variant=8ab9c15f-79f4-4bac-a4eb-5641e10083c1","available_quantity":999999999,"options":[{"name":"Color","value":"Silver"},{"name":"Quantity","value":"1 Pack"}],"off_ratio":47,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Color:
Silver
${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}
`
}()}
Quantity:
1 Pack
${function(){
const optName = "Quantity";
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
£7.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":"8ab9c15f-79f4-4bac-a4eb-5641e10083c1","product_id":"e3623d3b-0839-4dfd-86dd-3bea881b7a40","title":"Silver-1 Pack","weight_unit":"kg","inventory_quantity":10000,"sku":"LE71936908YIN","barcode":"","position":1,"option1":"Silver","option2":"1 Pack","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c771053f1faa56e0b5d3b2ce0e96aa4d.jpeg","path":"c771053f1faa56e0b5d3b2ce0e96aa4d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":7.99,"min_quantity":1}],"weight":"0","compare_at_price":"15.18","price":"7.99","retail_price":"15.18","available":true,"url":"\/products\/magnetic-doorstop?variant=8ab9c15f-79f4-4bac-a4eb-5641e10083c1","available_quantity":999999999,"options":[{"name":"Color","value":"Silver"},{"name":"Quantity","value":"1 Pack"}],"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 ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"8ab9c15f-79f4-4bac-a4eb-5641e10083c1","product_id":"e3623d3b-0839-4dfd-86dd-3bea881b7a40","title":"Silver-1 Pack","weight_unit":"kg","inventory_quantity":10000,"sku":"LE71936908YIN","barcode":"","position":1,"option1":"Silver","option2":"1 Pack","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c771053f1faa56e0b5d3b2ce0e96aa4d.jpeg","path":"c771053f1faa56e0b5d3b2ce0e96aa4d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":7.99,"min_quantity":1}],"weight":"0","compare_at_price":"15.18","price":"7.99","retail_price":"15.18","available":true,"url":"\/products\/magnetic-doorstop?variant=8ab9c15f-79f4-4bac-a4eb-5641e10083c1","available_quantity":999999999,"options":[{"name":"Color","value":"Silver"},{"name":"Quantity","value":"1 Pack"}],"off_ratio":47,"flashsale_info":[],"sales":0};
return `
`
}()}