Compare Products Print This Page

x
Close

Contact Us

Send Us An Email

*required field

For general inquiries, questions about our products, or anything else, complete our contact form or phone:

Edmonton, AB
(780) 474-2222

Lethbridge, AB
(403) 317-7200

Nisku, AB
(780) 955-3400

Medicine Hat, AB
(403) 526-4426

Fairview, AB
(780) 835-2985

Southey, SK
(306) 726-4403

Prince Albert, SK
(306) 764-6004

Saskatoon, SK
(306) 934-2121

Yorkton, SK
(306) 783-1689

Swan River, MB
(204) 734-9999

Moosomin, SK
(306) 435-4143

window.addEventListener('message', function (event) { var eventType = event && event.data && event.data.type; switch(eventType) { case 'EVENT_SEND_MESSAGE': //fires when sent message (end of submit) window.alert("EVENT_SEND_MESSAGE"); break; case 'EVENT_WIDGET_OPENED': //click text us bubble window.alert("EVENT_WIDGET_OPENED"); break; case 'EVENT_WIDGET_CLOSED': //close chat window.alert("EVENT_WIDGET_CLOSED"); break; case 'EVENT_LOCATION_SELECTED': //never fires in our set up window.alert("EVENT_LOCATION_SELECTED"); break; case 'EVENT_DEPARTMENT_SELECTED': //happens when location selected in our setup window.alert("EVENT_DEPARTMENT_SELECTED"); break; case 'EVENT_PROMPT_CLOSED': //when closing "have a problem text us" box that pops up from text us bubble window.alert("EVENT_PROMPT_CLOSED"); break; } })