Solid Color Simple Street Sweater
${function() {
const variantData = data.variant || {"id":"40b0b868-50d3-43d3-8a91-70bcc7e31672","product_id":"b109e890-25d9-4e2c-bfe1-04d158637573","title":"Beige-One Size","weight_unit":"kg","inventory_quantity":200,"sku":"YK1389-Beige-One Size","barcode":"","position":1,"option1":"Beige","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44541bcf28aa09b8ae549f622c537ea5.jpeg","path":"44541bcf28aa09b8ae549f622c537ea5.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":46.79,"min_quantity":1}],"weight":"0.4","compare_at_price":"82.79","price":"46.79","retail_price":"82.79","available":true,"url":"\/products\/solid-color-simple-street-sweater?variant=40b0b868-50d3-43d3-8a91-70bcc7e31672","available_quantity":999999999,"options":[{"name":"color","value":"Beige"},{"name":"size","value":"One Size"}],"off_ratio":43,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
color:
Beige
${function(){
const optName = "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}
`
}()}
size:
One Size
${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
$46.79
${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":"40b0b868-50d3-43d3-8a91-70bcc7e31672","product_id":"b109e890-25d9-4e2c-bfe1-04d158637573","title":"Beige-One Size","weight_unit":"kg","inventory_quantity":200,"sku":"YK1389-Beige-One Size","barcode":"","position":1,"option1":"Beige","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44541bcf28aa09b8ae549f622c537ea5.jpeg","path":"44541bcf28aa09b8ae549f622c537ea5.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":46.79,"min_quantity":1}],"weight":"0.4","compare_at_price":"82.79","price":"46.79","retail_price":"82.79","available":true,"url":"\/products\/solid-color-simple-street-sweater?variant=40b0b868-50d3-43d3-8a91-70bcc7e31672","available_quantity":999999999,"options":[{"name":"color","value":"Beige"},{"name":"size","value":"One Size"}],"off_ratio":43,"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.
Sku : YK1389-Beige-One Size
Weight : 0.4kg
${function(){
const variantData = data.variant || {"id":"40b0b868-50d3-43d3-8a91-70bcc7e31672","product_id":"b109e890-25d9-4e2c-bfe1-04d158637573","title":"Beige-One Size","weight_unit":"kg","inventory_quantity":200,"sku":"YK1389-Beige-One Size","barcode":"","position":1,"option1":"Beige","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/44541bcf28aa09b8ae549f622c537ea5.jpeg","path":"44541bcf28aa09b8ae549f622c537ea5.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":46.79,"min_quantity":1}],"weight":"0.4","compare_at_price":"82.79","price":"46.79","retail_price":"82.79","available":true,"url":"\/products\/solid-color-simple-street-sweater?variant=40b0b868-50d3-43d3-8a91-70bcc7e31672","available_quantity":999999999,"options":[{"name":"color","value":"Beige"},{"name":"size","value":"One Size"}],"off_ratio":43,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}