Filo Table Lamp - Black/Cashmere
${function() {
const variantData = data.variant || {"id":"588f7e1b-2195-4c07-aba8-88ccb7bd093a","product_id":"e3356ea6-95cc-48a8-9fb7-af4eecce90e9","title":"","weight_unit":"lb","inventory_quantity":0,"sku":"'1104265362","barcode":"1705742794214\/776","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":161.4,"min_quantity":1}],"weight":"0","compare_at_price":"269","price":"161.4","retail_price":"269","available":true,"url":"\/products\/filo-table-lamp-blackcashmere?variant=588f7e1b-2195-4c07-aba8-88ccb7bd093a","available_quantity":999999999,"options":[],"off_ratio":40,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Add to cart
$161.40
${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":"588f7e1b-2195-4c07-aba8-88ccb7bd093a","product_id":"e3356ea6-95cc-48a8-9fb7-af4eecce90e9","title":"","weight_unit":"lb","inventory_quantity":0,"sku":"'1104265362","barcode":"1705742794214\/776","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":161.4,"min_quantity":1}],"weight":"0","compare_at_price":"269","price":"161.4","retail_price":"269","available":true,"url":"\/products\/filo-table-lamp-blackcashmere?variant=588f7e1b-2195-4c07-aba8-88ccb7bd093a","available_quantity":999999999,"options":[],"off_ratio":40,"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 : '1104265362
Barcode : 1705742794214/776
${function(){
const variantData = data.variant || {"id":"588f7e1b-2195-4c07-aba8-88ccb7bd093a","product_id":"e3356ea6-95cc-48a8-9fb7-af4eecce90e9","title":"","weight_unit":"lb","inventory_quantity":0,"sku":"'1104265362","barcode":"1705742794214\/776","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":161.4,"min_quantity":1}],"weight":"0","compare_at_price":"269","price":"161.4","retail_price":"269","available":true,"url":"\/products\/filo-table-lamp-blackcashmere?variant=588f7e1b-2195-4c07-aba8-88ccb7bd093a","available_quantity":999999999,"options":[],"off_ratio":40,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}