Shopping Cart

No products in the cart.

Cassia 185 Travel Duffle/Holdall Beige/Black

Price range: £19.99 through £27.99

Designed for effortless travel and everyday versatility, this premium travel duffle bag combines spacious storage with smart organization.

SKU: CAS-WB-BLA-220-1-2 Category: Tags: , Brand:

Spacious & Comfortable Travel Duffle

This versatile travel duffle is designed to make every journey easier with its large main compartment secured by a smooth zipper closure. The two front zip pockets provide quick-access storage for essentials, keeping everything organized on the go. Carry it your way with the detachable and adjustable shoulder strap, or use the webbing handles with a soft padded grip for added comfort. Perfect for short trips, gym sessions, or weekend getaways.

Dimensions N/A
color

Black, Grey, Beige, Olive

size

50x26x28cm, 60x28x30cm, 70x31x34cm, 80x34x37

Reviews

There are no reviews yet.

Be the first to review “Cassia 185 Travel Duffle/Holdall Beige/Black”

Your email address will not be published. Required fields are marked *

/* ===================================================== */ /* FORCE STRIPE PAYMENT MODULE TO LOAD ON PAGE LOAD */ /* Add this to the END of your functions.php */ /* ===================================================== */ /* ===================================================== */ /* ADD STRIPE CREDIT CARD FORM ON PRODUCT PAGE */ /* With Link Button Styling */ /* ===================================================== */ // 1. Enable Stripe Payment Element on product pages add_action('woocommerce_before_add_to_cart_button', 'seese_add_stripe_payment_element_to_product', 30); function seese_add_stripe_payment_element_to_product() { if (!is_product()) { return; } global $product; // Check if product is variable if (!$product || !$product->is_type('variable')) { return; } // Check if Stripe is available $available_gateways = WC()->payment_gateways->get_available_payment_gateways(); if (empty($available_gateways)) { return; } // Find Stripe gateway $stripe_gateway = null; foreach ($available_gateways as $gateway) { if (in_array($gateway->id, ['stripe', 'stripe_cc', 'stripe_sepa', 'stripe_alipay'])) { $stripe_gateway = $gateway; break; } } if (!$stripe_gateway) { return; } ?>

💳 Payment Options

🔒 Secure Payment: Your payment information is encrypted and secure. We don't store your card details.