Ageratum Aloha Blue F1
${function() {
const variantData = data.variant || {"id":"7ee2e554-d368-45f1-85de-ed330b4d7992","product_id":"a1910a66-bfe9-4c5a-8442-0ac5feeec109","title":"Seed-100 Seeds-F1","weight_unit":"kg","inventory_quantity":1000,"sku":"a-Seed-100 Seeds-F1-A00354492","barcode":"","position":1,"option1":"Seed","option2":"100 Seeds","option3":"F1","note":"","image":{"src":"\/\/img.staticdj.com\/2e35f378cd2d80cc8eb9f49cfe9486e9.jpeg","path":"2e35f378cd2d80cc8eb9f49cfe9486e9.jpeg","width":400,"height":400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":13.99,"min_quantity":1}],"weight":"0","compare_at_price":"17.99","price":"13.99","retail_price":"17.99","available":true,"url":"\/products\/20962-ageratum-aloha-blue-f1-ax13?variant=7ee2e554-d368-45f1-85de-ed330b4d7992","available_quantity":1000,"options":[{"name":"FORM","value":"Seed"},{"name":"STYLE","value":"100 Seeds"},{"name":"SIZE","value":"F1"}],"off_ratio":22,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
FORM:
Seed
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
STYLE:
100 Seeds
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
SIZE:
F1
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$13.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":"7ee2e554-d368-45f1-85de-ed330b4d7992","product_id":"a1910a66-bfe9-4c5a-8442-0ac5feeec109","title":"Seed-100 Seeds-F1","weight_unit":"kg","inventory_quantity":1000,"sku":"a-Seed-100 Seeds-F1-A00354492","barcode":"","position":1,"option1":"Seed","option2":"100 Seeds","option3":"F1","note":"","image":{"src":"\/\/img.staticdj.com\/2e35f378cd2d80cc8eb9f49cfe9486e9.jpeg","path":"2e35f378cd2d80cc8eb9f49cfe9486e9.jpeg","width":400,"height":400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":13.99,"min_quantity":1}],"weight":"0","compare_at_price":"17.99","price":"13.99","retail_price":"17.99","available":true,"url":"\/products\/20962-ageratum-aloha-blue-f1-ax13?variant=7ee2e554-d368-45f1-85de-ed330b4d7992","available_quantity":1000,"options":[{"name":"FORM","value":"Seed"},{"name":"STYLE","value":"100 Seeds"},{"name":"SIZE","value":"F1"}],"off_ratio":22,"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.
${function(){
const variantData = data.variant || {"id":"7ee2e554-d368-45f1-85de-ed330b4d7992","product_id":"a1910a66-bfe9-4c5a-8442-0ac5feeec109","title":"Seed-100 Seeds-F1","weight_unit":"kg","inventory_quantity":1000,"sku":"a-Seed-100 Seeds-F1-A00354492","barcode":"","position":1,"option1":"Seed","option2":"100 Seeds","option3":"F1","note":"","image":{"src":"\/\/img.staticdj.com\/2e35f378cd2d80cc8eb9f49cfe9486e9.jpeg","path":"2e35f378cd2d80cc8eb9f49cfe9486e9.jpeg","width":400,"height":400,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":13.99,"min_quantity":1}],"weight":"0","compare_at_price":"17.99","price":"13.99","retail_price":"17.99","available":true,"url":"\/products\/20962-ageratum-aloha-blue-f1-ax13?variant=7ee2e554-d368-45f1-85de-ed330b4d7992","available_quantity":1000,"options":[{"name":"FORM","value":"Seed"},{"name":"STYLE","value":"100 Seeds"},{"name":"SIZE","value":"F1"}],"off_ratio":22,"flashsale_info":[],"sales":0};
return `
`
}()}