Popular
+ runners are looking at this right now
Glycerin 22
${function() {
const variantData = data.variant || {"id":"e01029ee-a9b2-4d13-99aa-c8dd0a634a69","product_id":"477f5a42-2c04-44e7-accc-8363a7982e51","title":"078 - Primer Gray\/Ebony\/Bluewash-37.5-3 pairs of socks","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"078 - Primer Gray\/Ebony\/Bluewash","option2":"37.5","option3":"3 pairs of socks","note":"","image":null,"wholesale_price":[{"price":96,"min_quantity":1}],"weight":"0","compare_at_price":"180","price":"96","retail_price":"180","available":true,"url":"\/products\/glycerin-22-lc2j?variant=e01029ee-a9b2-4d13-99aa-c8dd0a634a69","available_quantity":999999999,"options":[{"name":"COLOR","value":"078 - Primer Gray\/Ebony\/Bluewash"},{"name":"SELECT A SIZE","value":"37.5"},{"name":"PROMOTIONAL GIIFTS","value":"3 pairs of socks"}],"off_ratio":47,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
078 - Primer Gray/Ebony/Bluewash
${function(){
const optName = "COLOR";
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}
`
}()}
Select A Size:
37.5
${function(){
const optName = "SELECT A SIZE";
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}
`
}()}
Promotional Giifts:
3 pairs of socks
${function(){
const optName = "PROMOTIONAL GIIFTS";
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
€96.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":"e01029ee-a9b2-4d13-99aa-c8dd0a634a69","product_id":"477f5a42-2c04-44e7-accc-8363a7982e51","title":"078 - Primer Gray\/Ebony\/Bluewash-37.5-3 pairs of socks","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"078 - Primer Gray\/Ebony\/Bluewash","option2":"37.5","option3":"3 pairs of socks","note":"","image":null,"wholesale_price":[{"price":96,"min_quantity":1}],"weight":"0","compare_at_price":"180","price":"96","retail_price":"180","available":true,"url":"\/products\/glycerin-22-lc2j?variant=e01029ee-a9b2-4d13-99aa-c8dd0a634a69","available_quantity":999999999,"options":[{"name":"COLOR","value":"078 - Primer Gray\/Ebony\/Bluewash"},{"name":"SELECT A SIZE","value":"37.5"},{"name":"PROMOTIONAL GIIFTS","value":"3 pairs of socks"}],"off_ratio":47,"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":"e01029ee-a9b2-4d13-99aa-c8dd0a634a69","product_id":"477f5a42-2c04-44e7-accc-8363a7982e51","title":"078 - Primer Gray\/Ebony\/Bluewash-37.5-3 pairs of socks","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"078 - Primer Gray\/Ebony\/Bluewash","option2":"37.5","option3":"3 pairs of socks","note":"","image":null,"wholesale_price":[{"price":96,"min_quantity":1}],"weight":"0","compare_at_price":"180","price":"96","retail_price":"180","available":true,"url":"\/products\/glycerin-22-lc2j?variant=e01029ee-a9b2-4d13-99aa-c8dd0a634a69","available_quantity":999999999,"options":[{"name":"COLOR","value":"078 - Primer Gray\/Ebony\/Bluewash"},{"name":"SELECT A SIZE","value":"37.5"},{"name":"PROMOTIONAL GIIFTS","value":"3 pairs of socks"}],"off_ratio":47,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}