SCRAP-IT AND GET $750

Scrap your car and get $750 off the purchase of a Rize Bike. Eligible for British Columbia residents. Terms and conditions apply. (Learn more)


This rebate provided by the Clean BC Go Electric Transportation Options Program.

You have successfully subscribed!
/** * Remove the generated product schema markup from Product Category and Shop pages. */ function wc_remove_product_schema_product_archive() { remove_action( 'woocommerce_shop_loop', array( WC()->structured_data, 'generate_product_data' ), 10, 0 ); } add_action( 'woocommerce_init', 'wc_remove_product_schema_product_archive' );