Add four custom boxes
222
${function() {
const variantData = data.variant || {"id":"541650c6-335b-488e-b728-8d26e9e1f61e","product_id":"214c51ff-6e11-45ce-ab67-9ef559a62e5c","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"A0226299","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":14,"min_quantity":1}],"weight":"0","compare_at_price":"222","price":"14","retail_price":"222","available":true,"url":"\/products\/\u6dfb\u52a0\u56db\u4e2a\u81ea\u5b9a\u4e49\u6846?variant=541650c6-335b-488e-b728-8d26e9e1f61e","available_quantity":999999999,"options":[],"off_ratio":"94","flashsale_info":{"variant_id":"541650c6-335b-488e-b728-8d26e9e1f61e","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"14","compare_at_price":"","discount_price":"14","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"94","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
const map = {
B: ``,
C: ``,
A: `
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`
}
const price_group_arr = ["B","C","A"];
const price_str_arr = price_group_arr.map(type => map[type]);
return `
-
${price_str_arr.join('')}
`;
}()}
const addToCartText = "Add to cart";
SPZCore.Dom.waitForChild(
document.body,
() => !!document.querySelector('[data-click="addToCart"], [role="addToCart"]'),
() => {
const addToCartEle = window.SPZCore.Dom.scopedQuerySelector(
document.body,
'[data-click="addToCart"], [role="addToCart"]'
);
const getContentChild_ = function(el) {
if(el) {
const childs = el.childNodes;
for (let i = childs.length - 1; i >= 0; i--) {
const child = childs[i];
if (child.getAttribute && child.getAttribute('role') === 'content') {
return child;
}
}
}
return;
}
const changeAddToCartText = function(text) {
const contentEle = getContentChild_(addToCartEle);
if(contentEle){
const addToCartChilds = addToCartEle.childNodes;
for (let i = addToCartChilds.length - 1; i >= 0; i--) {
const child = addToCartChilds[i];
if (typeof child.getAttribute !== 'function' || (child.getAttribute('role') !== 'content' && child.getAttribute('role') !== 'loading')) {
addToCartEle.removeChild(child);
}
}
}else{
addToCartEle.innerHTML = addToCartText;
}
}
changeAddToCartText(addToCartText);
}
);
${function(){
const variantData = data.variant || {"id":"541650c6-335b-488e-b728-8d26e9e1f61e","product_id":"214c51ff-6e11-45ce-ab67-9ef559a62e5c","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"A0226299","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":14,"min_quantity":1}],"weight":"0","compare_at_price":"222","price":"14","retail_price":"222","available":true,"url":"\/products\/\u6dfb\u52a0\u56db\u4e2a\u81ea\u5b9a\u4e49\u6846?variant=541650c6-335b-488e-b728-8d26e9e1f61e","available_quantity":999999999,"options":[],"off_ratio":"94","flashsale_info":{"variant_id":"541650c6-335b-488e-b728-8d26e9e1f61e","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"14","compare_at_price":"","discount_price":"14","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"94","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":0};
return `
Inventory : ${variantData && variantData.available_quantity}
`
}()}
Product was out of stock.
Product does not exist
${function(){
const variantData = data.variant || {"id":"541650c6-335b-488e-b728-8d26e9e1f61e","product_id":"214c51ff-6e11-45ce-ab67-9ef559a62e5c","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"A0226299","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":14,"min_quantity":1}],"weight":"0","compare_at_price":"222","price":"14","retail_price":"222","available":true,"url":"\/products\/\u6dfb\u52a0\u56db\u4e2a\u81ea\u5b9a\u4e49\u6846?variant=541650c6-335b-488e-b728-8d26e9e1f61e","available_quantity":999999999,"options":[],"off_ratio":"94","flashsale_info":{"variant_id":"541650c6-335b-488e-b728-8d26e9e1f61e","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"14","compare_at_price":"","discount_price":"14","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"94","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":0};
return `
SKU : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}