STAMP ROLL DISPENSER WITH TWO ROLL OF 200 FOREVER STAMPS
${function() {
const variantData = data.variant || {"id":"606d3242-284a-400c-bc54-ed1d3aac0172","product_id":"1891d66b-4359-4bbb-a87f-d2ddc123d491","title":"[ 2 Roll \/200 Pcs ] 2018 U.S. Flag Forever Stamps","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"[ 2 Roll \/200 Pcs ] 2018 U.S. Flag Forever Stamps","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b22d8817ecf08efcf6f42bfa78fd679c.jpg","path":"b22d8817ecf08efcf6f42bfa78fd679c.jpg","width":1338,"height":1440,"alt":"","aspect_ratio":0.9291666666666667},"wholesale_price":[{"price":45.95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"45.95","retail_price":"0","available":true,"url":"\/products\/stamp-roll-dispenser-with-two-roll-of-200-forever-stamps-taka?variant=606d3242-284a-400c-bc54-ed1d3aac0172","available_quantity":999999999,"options":[{"name":"WITH","value":"[ 2 Roll \/200 Pcs ] 2018 U.S. Flag Forever Stamps"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
WITH:
[ 2 Roll /200 Pcs ] 2018 U.S. Flag Forever Stamps
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$45.95
${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":"606d3242-284a-400c-bc54-ed1d3aac0172","product_id":"1891d66b-4359-4bbb-a87f-d2ddc123d491","title":"[ 2 Roll \/200 Pcs ] 2018 U.S. Flag Forever Stamps","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"[ 2 Roll \/200 Pcs ] 2018 U.S. Flag Forever Stamps","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b22d8817ecf08efcf6f42bfa78fd679c.jpg","path":"b22d8817ecf08efcf6f42bfa78fd679c.jpg","width":1338,"height":1440,"alt":"","aspect_ratio":0.9291666666666667},"wholesale_price":[{"price":45.95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"45.95","retail_price":"0","available":true,"url":"\/products\/stamp-roll-dispenser-with-two-roll-of-200-forever-stamps-taka?variant=606d3242-284a-400c-bc54-ed1d3aac0172","available_quantity":999999999,"options":[{"name":"WITH","value":"[ 2 Roll \/200 Pcs ] 2018 U.S. Flag Forever Stamps"}],"off_ratio":0,"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":"606d3242-284a-400c-bc54-ed1d3aac0172","product_id":"1891d66b-4359-4bbb-a87f-d2ddc123d491","title":"[ 2 Roll \/200 Pcs ] 2018 U.S. Flag Forever Stamps","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"[ 2 Roll \/200 Pcs ] 2018 U.S. Flag Forever Stamps","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b22d8817ecf08efcf6f42bfa78fd679c.jpg","path":"b22d8817ecf08efcf6f42bfa78fd679c.jpg","width":1338,"height":1440,"alt":"","aspect_ratio":0.9291666666666667},"wholesale_price":[{"price":45.95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"45.95","retail_price":"0","available":true,"url":"\/products\/stamp-roll-dispenser-with-two-roll-of-200-forever-stamps-taka?variant=606d3242-284a-400c-bc54-ed1d3aac0172","available_quantity":999999999,"options":[{"name":"WITH","value":"[ 2 Roll \/200 Pcs ] 2018 U.S. Flag Forever Stamps"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
people are viewing this right now
${function() {
const minInventory = parseInt('3');
const maxInventory = parseInt('10');
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 postageFreeAmount = 35;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}