Washed denim outdoor visor ball cap women's peaked cap
${function() {
const variantData = data.variant || {"id":"9ba44e86-c170-4c7b-aa59-88b41d921500","product_id":"a4f02601-cdb1-4bbb-9702-dea1f1b28b61","title":"No. 5 Denim White","weight_unit":"g","inventory_quantity":999,"sku":"XHFophkKV-No.5DenimWhite","barcode":"","position":1,"option1":"No. 5 Denim White","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/513f41583aa3c8ed7a766d52a36981a4.jpeg","path":"513f41583aa3c8ed7a766d52a36981a4.jpeg","width":700,"height":700,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":11.89,"min_quantity":1}],"weight":"100","compare_at_price":"15","price":"11.89","retail_price":"15","available":true,"url":"\/products\/washed-denim-outdoor-visor-ball-cap-womens-peaked-cap?variant=9ba44e86-c170-4c7b-aa59-88b41d921500","available_quantity":999999999,"options":[{"name":"Color","value":"No. 5 Denim White"}],"off_ratio":21,"flashsale_info":[],"sales":4};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
${function() {
const postageFreeAmount = 69;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}