${function() {
const variantData = data.variant || {"id":"86bc65c7-f04a-438f-a9e2-8464c0e3246a","product_id":"ac8c1930-93b5-42d3-bbad-40c412ff345d","title":"GoldX194","weight_unit":"kg","inventory_quantity":984,"sku":"X17-220107-03-SR4KRBDR26-GoldX194","barcode":"","position":1,"option1":"GoldX194","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9e1a2320da5e4a12114387af8e62fecc.jpeg","path":"9e1a2320da5e4a12114387af8e62fecc.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"9.99","retail_price":"0","available":true,"url":"\/products\/womens-rhinestone-heart-clover-pendant-necklace?variant=86bc65c7-f04a-438f-a9e2-8464c0e3246a","available_quantity":999999999,"options":[{"name":"Tpye","value":"GoldX194"}],"off_ratio":0,"flashsale_info":[],"sales":45};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Tpye
: GoldX194
${function(){
const optName = "Tpye";
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
$9.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":"86bc65c7-f04a-438f-a9e2-8464c0e3246a","product_id":"ac8c1930-93b5-42d3-bbad-40c412ff345d","title":"GoldX194","weight_unit":"kg","inventory_quantity":984,"sku":"X17-220107-03-SR4KRBDR26-GoldX194","barcode":"","position":1,"option1":"GoldX194","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9e1a2320da5e4a12114387af8e62fecc.jpeg","path":"9e1a2320da5e4a12114387af8e62fecc.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"9.99","retail_price":"0","available":true,"url":"\/products\/womens-rhinestone-heart-clover-pendant-necklace?variant=86bc65c7-f04a-438f-a9e2-8464c0e3246a","available_quantity":999999999,"options":[{"name":"Tpye","value":"GoldX194"}],"off_ratio":0,"flashsale_info":[],"sales":45};
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.