Godzilla Monster Nuclear Jet Figure
${function() {
const variantData = data.variant || {"id":"e2db4ea5-2543-4bfe-ac6e-38a358ecdcc9","product_id":"558311e4-becc-4301-aef1-1ed1b34c7c7d","title":"Red","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0ce47e2181cede4df02600081c6c7c80.jpeg","path":"0ce47e2181cede4df02600081c6c7c80.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"79.99","price":"39.99","retail_price":"79.99","available":true,"url":"\/products\/godzilla-monster-nuclear-jet-figure?variant=e2db4ea5-2543-4bfe-ac6e-38a358ecdcc9","available_quantity":999999999,"options":[{"name":"Color","value":"Red"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + '');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.