VITA Promotion – 15% off all Vita Products
Bristol CadCam are pleased to announce a new VITA Digital dealership. To take advantage of this offer add the promotion code VITADIGITAL at checkout.
To view all our VITA products click here.
/** * 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 contentBristol CadCam are pleased to announce a new VITA Digital dealership. To take advantage of this offer add the promotion code VITADIGITAL at checkout.
To view all our VITA products click here.