Car USB Ambient Light
${function() {
const variantData = data.variant || {"id":"46587b20-4499-41f5-aacf-59e959c40ba5","product_id":"f97c44e6-87db-42ce-b457-6702fd1f0f72","title":"White-2PCS","weight_unit":"kg","inventory_quantity":1000,"sku":"CUAL-White-2PCS","barcode":"","position":1,"option1":"White","option2":"2PCS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7679f7aa1bfebbbb492d96c1cad74995.jpeg","path":"7679f7aa1bfebbbb492d96c1cad74995.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"41.99","price":"19.99","retail_price":"41.99","available":true,"url":"\/products\/car-usb-ambient-light?variant=46587b20-4499-41f5-aacf-59e959c40ba5","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Quantity","value":"2PCS"}],"off_ratio":52,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Color:
White
${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}
`
}()}
Quantity:
2PCS
${function(){
const optName = "Quantity";
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
$19.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":"46587b20-4499-41f5-aacf-59e959c40ba5","product_id":"f97c44e6-87db-42ce-b457-6702fd1f0f72","title":"White-2PCS","weight_unit":"kg","inventory_quantity":1000,"sku":"CUAL-White-2PCS","barcode":"","position":1,"option1":"White","option2":"2PCS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7679f7aa1bfebbbb492d96c1cad74995.jpeg","path":"7679f7aa1bfebbbb492d96c1cad74995.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"41.99","price":"19.99","retail_price":"41.99","available":true,"url":"\/products\/car-usb-ambient-light?variant=46587b20-4499-41f5-aacf-59e959c40ba5","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Quantity","value":"2PCS"}],"off_ratio":52,"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.