Filter by Strength
Filter by Brand
- Cuba (9)
- Iceberg (38)
- Mix & Match (4)
- Siberia (2)
- Supreme (10)
Showing 25–48 of 64 results
“Iceberg Energy Mango 150mg” has been added to your cart. View cart
add_action('woocommerce_check_cart_items', 'restrict_product_quantity_in_cart'); function restrict_product_quantity_in_cart() { $restricted_product_id = 123; // Replace with your product ID $max_quantity = 1; // Replace with your desired maximum quantity foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) { if ( $cart_item['product_id'] == $restricted_product_id && $cart_item['quantity'] > $max_quantity ) { wc_add_notice( sprintf( 'You can only purchase %d of "%s".', $max_quantity, $cart_item['data']->get_name() ), 'error' ); $cart_item['quantity'] = $max_quantity; WC()->cart->set_quantity( $cart_item_key, $max_quantity ); } } } add_action('woocommerce_after_checkout_validation', 'restrict_product_quantity_in_checkout', 10, 2); function restrict_product_quantity_in_checkout($data, $errors) { $restricted_product_id = 38681; // Replace with your product ID $max_quantity = 1; // Replace with your desired maximum quantity foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) { if ( $cart_item['product_id'] == $restricted_product_id && $cart_item['quantity'] > $max_quantity ) { $errors->add( 'validation', sprintf( 'You can only purchase %d of "%s".', $max_quantity, $cart_item['data']->get_name() ) ); } } }
Order Before 1pm for Same Day Dispatch Mon - Fri | Free Shipping Over £40
10% discount, use promo code: WDPILLS23
No account yet?
Create an AccountYou must be 18 years of age or older to view page. Please verify your age to enter.
Your access is restricted because of your age.