${function() {
const variantData = data.variant || {"id":"0efc77a0-8b03-46d3-8201-58cbf277c387","product_id":"11228a19-888f-4603-a569-9df9e3b6c2a9","title":"white-35","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"white","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cd38242d35c7bafed570502b2220a70e.jpg","path":"cd38242d35c7bafed570502b2220a70e.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"34.99","retail_price":"69.99","available":true,"url":"\/products\/platform-shoes-all-match-fashion-womens-high-top-shoes805cd3dc-2023-470a-80fd-188c0e481c16?variant=0efc77a0-8b03-46d3-8201-58cbf277c387","available_quantity":999,"options":[{"name":"style","value":"white"},{"name":"Size","value":"35"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Style
: white
${function(){
const optName = "style";
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}
`
}()}
Size
: 35
${function(){
const optName = "Size";
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
$34.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":"0efc77a0-8b03-46d3-8201-58cbf277c387","product_id":"11228a19-888f-4603-a569-9df9e3b6c2a9","title":"white-35","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"white","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cd38242d35c7bafed570502b2220a70e.jpg","path":"cd38242d35c7bafed570502b2220a70e.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"34.99","retail_price":"69.99","available":true,"url":"\/products\/platform-shoes-all-match-fashion-womens-high-top-shoes805cd3dc-2023-470a-80fd-188c0e481c16?variant=0efc77a0-8b03-46d3-8201-58cbf277c387","available_quantity":999,"options":[{"name":"style","value":"white"},{"name":"Size","value":"35"}],"off_ratio":50,"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.