top of page
FREE SHIPPING ON ORDERS OVER $49

Did we forget to include assembly instructions in your box? Did you lose them? Are you moving and need to look them up again? No problem!

We try to make every step of the process easy for you; that's our job.

For applicable items, you can find the assembly instructions by looking at the individual product pages on our website

If you have any additional questions, don't hesitate to contact us at csdirect@imperialusa.com

ASSEMBLY INSTRUCTIONS

bottom of page
// Velo API Reference: https://www.wix.com/velo/reference/api-overview/introduction import {local} from 'wix-storage-frontend'; $w.onReady(function () { $w('#thankYouPage1').getOrder().then(order => { local.setItem('orderData', JSON.stringify(order.billingInfo)); }); });