My Cart
Cart empty
One-time Purchase
Your Custom Bundle
({#r `${discountFactor(bundleItemsQty) * 100}% off` r#})
BUY WITH CONFIDENCE
Trusted by over 100,000 customers worldwide
Order details
Your Order
One-time Items
{#r oneTimeItemsQty r#}
Bundled Items
{#r bundleItemsQty r#}
Items
${#r cartTotal.toFixed(2) r#}
CAD
Discount
-${#r discountTotal.toFixed(2) r#}
CAD
Sales Tax
*
Subtotal
${#r (cartTotal - discountTotal).toFixed(2) r#}
CAD
Amount left until Free Shipping
$150.00
You're getting Free Shipping!
Sales tax and shipping calulated at checkout.
Please allow 1-2 days for processing.
You may also be interested in:
{
if (document.getElementById(`one-button-${item.productId}`).style.display !== 'none') {
document.getElementById(`one-button-${item.productId}`).style.display = 'none';
document.getElementById(`two-buttons-${item.productId}`).style.display = 'flex';
} else {
document.getElementById(`one-button-${item.productId}`).style.display = 'block';
document.getElementById(`two-buttons-${item.productId}`).style.display = 'none';
}
}"
>