On-the-Go Bundle
${function(){
const variantData = data.variant || {"id":"80c816ed-38fd-4de6-89c8-e6323e3fdcb0","product_id":"5907eab2-5fd4-4283-8db3-f7584dd4fad3","title":"Orange-Black-Small","weight_unit":"kg","inventory_quantity":1,"sku":"OGBKS241128","barcode":"","position":1,"option1":"Orange","option2":"Black","option3":"Small","note":"","image":{"src":"\/\/img.staticdj.com\/ed6c33d9b6143de868258f9a58147439.jpg","path":"ed6c33d9b6143de868258f9a58147439.jpg","width":1200,"height":1200,"alt":"On-the-Go Bundle","aspect_ratio":1},"wholesale_price":[{"price":114,"min_quantity":1}],"weight":"0","compare_at_price":"240","price":"114","retail_price":"240","available":true,"url":"\/products\/on-the-go-bundle?variant=80c816ed-38fd-4de6-89c8-e6323e3fdcb0","available_quantity":1,"options":[{"name":"Wallet Color","value":"Orange"},{"name":"Tote Bag Color","value":"Black"},{"name":"Tote Bag Size","value":"Small"}],"off_ratio":53,"flashsale_info":[],"sales":264};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const variantData = data.variant || {"id":"80c816ed-38fd-4de6-89c8-e6323e3fdcb0","product_id":"5907eab2-5fd4-4283-8db3-f7584dd4fad3","title":"Orange-Black-Small","weight_unit":"kg","inventory_quantity":1,"sku":"OGBKS241128","barcode":"","position":1,"option1":"Orange","option2":"Black","option3":"Small","note":"","image":{"src":"\/\/img.staticdj.com\/ed6c33d9b6143de868258f9a58147439.jpg","path":"ed6c33d9b6143de868258f9a58147439.jpg","width":1200,"height":1200,"alt":"On-the-Go Bundle","aspect_ratio":1},"wholesale_price":[{"price":114,"min_quantity":1}],"weight":"0","compare_at_price":"240","price":"114","retail_price":"240","available":true,"url":"\/products\/on-the-go-bundle?variant=80c816ed-38fd-4de6-89c8-e6323e3fdcb0","available_quantity":1,"options":[{"name":"Wallet Color","value":"Orange"},{"name":"Tote Bag Color","value":"Black"},{"name":"Tote Bag Size","value":"Small"}],"off_ratio":53,"flashsale_info":[],"sales":264};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Features
Wallet
Custom Engraving
RFID blocking technology
Premium leather & Durable
Slim & Holds 8-9 cards and 2-3 cash bills
CityProtector Tote Bag
Superior Organization
1-3 Day Short Trips
Hidden Pocket
Luggage Strap Integration
Specifications
Product Name
Iota Leather Mens Wallet
Dimensions
3 "W x 4"H x 0.5"D (8 x 10 x 1 cm)
Product Name
CityProtector Tote Bag
Dimensions
Small:16.5"W x 12.6"H x 5.5"D (42 x 32 x 14 cm)
Large:19.7"W x 14.1"H x 6.3"D (50 x 36 x 16 cm)
Wallet Color:
Orange
${function(){
const optName = "Wallet 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}
`
}()}
Tote Bag Color:
Black
${function(){
const optName = "Tote Bag 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}
`
}()}
Tote Bag Size:
Small
${function(){
const optName = "Tote Bag 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}
`
}()}
Add to cart
$114.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":"80c816ed-38fd-4de6-89c8-e6323e3fdcb0","product_id":"5907eab2-5fd4-4283-8db3-f7584dd4fad3","title":"Orange-Black-Small","weight_unit":"kg","inventory_quantity":1,"sku":"OGBKS241128","barcode":"","position":1,"option1":"Orange","option2":"Black","option3":"Small","note":"","image":{"src":"\/\/img.staticdj.com\/ed6c33d9b6143de868258f9a58147439.jpg","path":"ed6c33d9b6143de868258f9a58147439.jpg","width":1200,"height":1200,"alt":"On-the-Go Bundle","aspect_ratio":1},"wholesale_price":[{"price":114,"min_quantity":1}],"weight":"0","compare_at_price":"240","price":"114","retail_price":"240","available":true,"url":"\/products\/on-the-go-bundle?variant=80c816ed-38fd-4de6-89c8-e6323e3fdcb0","available_quantity":1,"options":[{"name":"Wallet Color","value":"Orange"},{"name":"Tote Bag Color","value":"Black"},{"name":"Tote Bag Size","value":"Small"}],"off_ratio":53,"flashsale_info":[],"sales":264};
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.