01606 353550

Sales & Service Support

£129.001

Cart

Balance Path Snake

£49.00 inc VAT £49.00 excluding VAT

The Balance Path Snake is a great product for helping to develop motor skills. It features non-slip surfaces and is very easy to construct. Path Size: 35 L x 9.5 W x 4.5cm H. Supplied as a set of 10.

Direct Delivery

Add to wishlist Add to compare

Description

The Balance Path Snake is a great product for helping to develop motor skills. It features non-slip surfaces and is very easy to construct.

Reviews

There are no reviews yet.

Be the first to review “Balance Path Snake”

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; }