01606 353550

Sales & Service Support

£22.001

Cart

Large Ball Kit

£75.00 inc VAT £75.00 excluding VAT

With various shapes and textures this collection of large balls provides a great choice for many play situations. Set contains 20 balls that are supplied in a mesh bag.

Direct Delivery

Add to wishlist Add to compare

Description

With various shapes and textures this collection of large balls provides a great choice for many play situations. Set contains 20 balls that are supplied in a mesh bag.

Reviews

There are no reviews yet.

Be the first to review “Large Ball Kit”

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

/** * Default catalog sorting: Price (high to low) on shop & product category pages. */ add_filter( 'woocommerce_default_catalog_orderby', 'lam_default_orderby_price_desc' ); function lam_default_orderby_price_desc( $sort_by ) { // Don’t interfere with admin screens if ( is_admin() ) { return $sort_by; } // For main shop page and any product tax archive (categories, tags, etc.) if ( is_shop() || is_product_taxonomy() ) { return 'price-desc'; // WooCommerce key for "Sort by price: high to low" } return $sort_by; }