Solid color simple genuine leather shoulder bag
${function() {
const variantData = data.variant || {"id":"892d9ddf-27e9-42b0-ad38-b5d2737502c0","product_id":"f21ced21-bf47-4f69-bb58-c004f334438f","title":"Gray-1 Free","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":5,"option1":"Gray","option2":"1 Free","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ab318ca48469c41d0562ced422df1115.webp","path":"ab318ca48469c41d0562ced422df1115.webp","width":791,"height":677,"alt":"","aspect_ratio":1.1683899556868538},"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"0","compare_at_price":"97","price":"49.99","retail_price":"97","available":true,"url":"\/products\/solid-color-simple-genuine-leather-shoulder-bage4bd4e13-b254-41a5-bd66-4adbac31b81ec98244fe-3f6c-49af-b4c0-dc18b8ed97ea8e05994a-ffed-45d5-82c5-aeeeb24d0ddf?variant=892d9ddf-27e9-42b0-ad38-b5d2737502c0","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"},{"name":"Discount","value":"1 Free"}],"off_ratio":48,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Color:
Gray
${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}
`
}()}
Discount:
1 Free
${function(){
const optName = "Discount";
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
$49.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":"892d9ddf-27e9-42b0-ad38-b5d2737502c0","product_id":"f21ced21-bf47-4f69-bb58-c004f334438f","title":"Gray-1 Free","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":5,"option1":"Gray","option2":"1 Free","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ab318ca48469c41d0562ced422df1115.webp","path":"ab318ca48469c41d0562ced422df1115.webp","width":791,"height":677,"alt":"","aspect_ratio":1.1683899556868538},"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"0","compare_at_price":"97","price":"49.99","retail_price":"97","available":true,"url":"\/products\/solid-color-simple-genuine-leather-shoulder-bage4bd4e13-b254-41a5-bd66-4adbac31b81ec98244fe-3f6c-49af-b4c0-dc18b8ed97ea8e05994a-ffed-45d5-82c5-aeeeb24d0ddf?variant=892d9ddf-27e9-42b0-ad38-b5d2737502c0","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"},{"name":"Discount","value":"1 Free"}],"off_ratio":48,"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":"892d9ddf-27e9-42b0-ad38-b5d2737502c0","product_id":"f21ced21-bf47-4f69-bb58-c004f334438f","title":"Gray-1 Free","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":5,"option1":"Gray","option2":"1 Free","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ab318ca48469c41d0562ced422df1115.webp","path":"ab318ca48469c41d0562ced422df1115.webp","width":791,"height":677,"alt":"","aspect_ratio":1.1683899556868538},"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"0","compare_at_price":"97","price":"49.99","retail_price":"97","available":true,"url":"\/products\/solid-color-simple-genuine-leather-shoulder-bage4bd4e13-b254-41a5-bd66-4adbac31b81ec98244fe-3f6c-49af-b4c0-dc18b8ed97ea8e05994a-ffed-45d5-82c5-aeeeb24d0ddf?variant=892d9ddf-27e9-42b0-ad38-b5d2737502c0","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"},{"name":"Discount","value":"1 Free"}],"off_ratio":48,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}