add_action('woocommerce_single_product_summary', 'show_shipping_or_collection_message', 25); function show_shipping_or_collection_message() { global $product; // Check if product is in 'collection' category if (has_term('collection', 'product_cat', $product->get_id())) { echo '

Note: This product is collection only.

'; return; } // Get product weight $weight = (float) $product->get_weight(); if (!$weight) { echo '

Shipping cost cannot be estimated: no weight defined.

'; return; } // Estimate shipping cost based on weight if ($weight < 1) { $shipping_cost = 4.00; } elseif ($weight < 5) { $shipping_cost = 7.50; } else { $shipping_cost = 12.00; } echo '

Estimated Shipping: $' . number_format($shipping_cost, 2) . ' (based on product weight)

'; }

Campervan Warehouse

Phone

MC4 M/F 3-Way Connectors Dual Pack

£18.66

4 in stock

Description

Pack of 2 x MC4 group connectors (1 male, 1 female), to be used on solar panel cabling. 3 input, 1 output. 30A rated. Solar panel cable is rated for high temperature, these connectors should not be fitted to standard automotive cable.

Additional information

Weight 0.12 kg

Reviews

There are no reviews yet.

Be the first to review “MC4 M/F 3-Way Connectors Dual Pack”

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