The Midgard Serpent
${function() {
const variantData = data.variant || {"id":"3f48a766-b549-428f-a23f-c5772aa85dad","product_id":"bd2224be-c25a-4c69-b94e-ccb2f4b99e89","title":"21cm (8.3\")-Silver","weight_unit":"kg","inventory_quantity":997,"sku":"F--21cm-Silver-1","barcode":"","position":1,"option1":"21cm (8.3\")","option2":"Silver","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dce6b31bcf3abf06995db8dca68830bf.jpeg","path":"dce6b31bcf3abf06995db8dca68830bf.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.99,"min_quantity":1}],"weight":"0","compare_at_price":"121","price":"42.99","retail_price":"121","available":true,"url":"\/products\/the-midgard-serpent5939f3e4-d82d-42fa-82a0-67b02216eb1907a72267-80d0-4a66-8eb2-0a1b5dab2f0c?variant=3f48a766-b549-428f-a23f-c5772aa85dad","available_quantity":999999999,"options":[{"name":"Length","value":"21cm (8.3\")"},{"name":"Metal Color","value":"Silver"}],"off_ratio":64,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Length:
21cm (8.3")
${function(){
const optName = "Length";
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}
`
}()}
Metal Color:
Silver
${function(){
const optName = "Metal 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}
`
}()}
Add to cart
$42.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":"3f48a766-b549-428f-a23f-c5772aa85dad","product_id":"bd2224be-c25a-4c69-b94e-ccb2f4b99e89","title":"21cm (8.3\")-Silver","weight_unit":"kg","inventory_quantity":997,"sku":"F--21cm-Silver-1","barcode":"","position":1,"option1":"21cm (8.3\")","option2":"Silver","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dce6b31bcf3abf06995db8dca68830bf.jpeg","path":"dce6b31bcf3abf06995db8dca68830bf.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.99,"min_quantity":1}],"weight":"0","compare_at_price":"121","price":"42.99","retail_price":"121","available":true,"url":"\/products\/the-midgard-serpent5939f3e4-d82d-42fa-82a0-67b02216eb1907a72267-80d0-4a66-8eb2-0a1b5dab2f0c?variant=3f48a766-b549-428f-a23f-c5772aa85dad","available_quantity":999999999,"options":[{"name":"Length","value":"21cm (8.3\")"},{"name":"Metal Color","value":"Silver"}],"off_ratio":64,"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":"3f48a766-b549-428f-a23f-c5772aa85dad","product_id":"bd2224be-c25a-4c69-b94e-ccb2f4b99e89","title":"21cm (8.3\")-Silver","weight_unit":"kg","inventory_quantity":997,"sku":"F--21cm-Silver-1","barcode":"","position":1,"option1":"21cm (8.3\")","option2":"Silver","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dce6b31bcf3abf06995db8dca68830bf.jpeg","path":"dce6b31bcf3abf06995db8dca68830bf.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.99,"min_quantity":1}],"weight":"0","compare_at_price":"121","price":"42.99","retail_price":"121","available":true,"url":"\/products\/the-midgard-serpent5939f3e4-d82d-42fa-82a0-67b02216eb1907a72267-80d0-4a66-8eb2-0a1b5dab2f0c?variant=3f48a766-b549-428f-a23f-c5772aa85dad","available_quantity":999999999,"options":[{"name":"Length","value":"21cm (8.3\")"},{"name":"Metal Color","value":"Silver"}],"off_ratio":64,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}