Contact Us

We’d love to hear from you!

Get In Touch

Our customer service team will assist you with inquires.


Customer Service Notice: Due to the high volume of orders and increased demand, please allow 1-2 business days for a Customer Service Representative to review your request and respond. Thank you for your patience!



CUSTOMER SERVICE

Toll Free: 1-888-600-1545

Mon-Fri 9AM - 5PM PST

SHOWROOM

2680 Shell Rd, Unit 113

Richmond, BC V6X 4C9

Tue-Fri 12PM - 5PM PST

Showroom is open by appointment only. 

You are in advanced mode.

You can turn it off in left sidebar. To use advanced options, you will need to enter your own Google Maps API Key.

Get Google API Key
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' );