Random Accessories
${function() {
const variantData = data.variant || {"id":"6e7b34be-e196-4064-bcfb-6f2ff55a0c95","product_id":"7ec22de1-079d-4c68-bbf2-1386af9e817e","title":"random","weight_unit":"kg","inventory_quantity":0,"sku":"6622101488-random","barcode":"","position":1,"option1":"random","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/684017508d7b0d0b600c2fd27845e209.png","path":"684017508d7b0d0b600c2fd27845e209.png","width":800,"height":900,"alt":"","aspect_ratio":0.8888888888888888},"wholesale_price":[{"price":1,"min_quantity":1}],"weight":"0.05","compare_at_price":"1.22","price":"1","retail_price":"1.22","available":true,"url":"\/products\/random-accessories-08v8?variant=6e7b34be-e196-4064-bcfb-6f2ff55a0c95","available_quantity":999999999,"options":[{"name":"Style","value":"random"}],"off_ratio":18,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
${function() {
const minDays = parseInt('8');
const maxDays = parseInt('15');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + ' ')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + ' ');
return `
${tipText}
`;
}()}
Style:
random
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
Add to cart
$1.00
${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":"6e7b34be-e196-4064-bcfb-6f2ff55a0c95","product_id":"7ec22de1-079d-4c68-bbf2-1386af9e817e","title":"random","weight_unit":"kg","inventory_quantity":0,"sku":"6622101488-random","barcode":"","position":1,"option1":"random","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/684017508d7b0d0b600c2fd27845e209.png","path":"684017508d7b0d0b600c2fd27845e209.png","width":800,"height":900,"alt":"","aspect_ratio":0.8888888888888888},"wholesale_price":[{"price":1,"min_quantity":1}],"weight":"0.05","compare_at_price":"1.22","price":"1","retail_price":"1.22","available":true,"url":"\/products\/random-accessories-08v8?variant=6e7b34be-e196-4064-bcfb-6f2ff55a0c95","available_quantity":999999999,"options":[{"name":"Style","value":"random"}],"off_ratio":18,"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.