SEVENTEEN Heng:garæ Member Poster
${function() {
const variantData = data.variant || {"id":"dd65557c-94ac-4992-8883-c601e924addf","product_id":"2fa786c1-d03e-4393-89c7-cae019d7892b","title":"THE8","weight_unit":"g","inventory_quantity":0,"sku":"ZL-SVT\u4e13\u8f91Heng\u6d77\u62a5_THE8","barcode":"","position":1,"option1":"THE8","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/87c0014c16a3a09726e6f2a197b18790.jpeg","path":"87c0014c16a3a09726e6f2a197b18790.jpeg","width":800,"height":800,"alt":"SEVENTEEN Heng:gar\u00e6 Member Poster officialsvtshop","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"25","compare_at_price":"18.99","price":"9.99","retail_price":"18.99","available":true,"url":"\/products\/seventeen-heng-garae-member-poster?variant=dd65557c-94ac-4992-8883-c601e924addf","available_quantity":999999999,"options":[{"name":"Type","value":"THE8"}],"off_ratio":47,"flashsale_info":[],"sales":198};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
people are viewing this right now
Type:
THE8
${function(){
const optName = "Type";
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
$9.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":"dd65557c-94ac-4992-8883-c601e924addf","product_id":"2fa786c1-d03e-4393-89c7-cae019d7892b","title":"THE8","weight_unit":"g","inventory_quantity":0,"sku":"ZL-SVT\u4e13\u8f91Heng\u6d77\u62a5_THE8","barcode":"","position":1,"option1":"THE8","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/87c0014c16a3a09726e6f2a197b18790.jpeg","path":"87c0014c16a3a09726e6f2a197b18790.jpeg","width":800,"height":800,"alt":"SEVENTEEN Heng:gar\u00e6 Member Poster officialsvtshop","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"25","compare_at_price":"18.99","price":"9.99","retail_price":"18.99","available":true,"url":"\/products\/seventeen-heng-garae-member-poster?variant=dd65557c-94ac-4992-8883-c601e924addf","available_quantity":999999999,"options":[{"name":"Type","value":"THE8"}],"off_ratio":47,"flashsale_info":[],"sales":198};
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":"dd65557c-94ac-4992-8883-c601e924addf","product_id":"2fa786c1-d03e-4393-89c7-cae019d7892b","title":"THE8","weight_unit":"g","inventory_quantity":0,"sku":"ZL-SVT\u4e13\u8f91Heng\u6d77\u62a5_THE8","barcode":"","position":1,"option1":"THE8","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/87c0014c16a3a09726e6f2a197b18790.jpeg","path":"87c0014c16a3a09726e6f2a197b18790.jpeg","width":800,"height":800,"alt":"SEVENTEEN Heng:gar\u00e6 Member Poster officialsvtshop","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"25","compare_at_price":"18.99","price":"9.99","retail_price":"18.99","available":true,"url":"\/products\/seventeen-heng-garae-member-poster?variant=dd65557c-94ac-4992-8883-c601e924addf","available_quantity":999999999,"options":[{"name":"Type","value":"THE8"}],"off_ratio":47,"flashsale_info":[],"sales":198};
return `
Barcode : ${variantData && variantData.barcode}
`
}()}
24 Hours Customer Service
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('25');
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 `
`;
}()}