Medit i500 Replacement Tips
£230.00
In stock
In stock
Description
Replacement tips for the Medit i500.
Four tips are included.
Purchase here or call us on 0117 977 3593 for any further information or to discuss your digital dentistry needs.
/** * Remove tax for specific roles */ function prefix_exclude_tax_by_role() { if( function_exists( 'WC' ) ) { if( isset( WC()->customer ) ) { $role = WC()->customer->get_role(); if( $role == 'customer_ALS' ) { WC()->customer->set_is_vat_exempt( true ); } else { WC()->customer->set_is_vat_exempt( false ); } } } } add_action( 'wp', 'prefix_exclude_tax_by_role' );
Skip to content£230.00
In stock
In stock
Replacement tips for the Medit i500.
Four tips are included.
Purchase here or call us on 0117 977 3593 for any further information or to discuss your digital dentistry needs.