How To Shop Curbside

How to Shop

1. Browse our online store and fill your cart.

2. On contact information page please be sure to select "pick up" tab. under delivery section. After completing your sale you will get updates from us with Your Order Number and Order Confirmation. 

3. Lastly you will receive an email/ or text stating your order is ready to be picked up. (please check your junk)

For Curbside Pick-Up: Between 10:00am & 5:00pm, pull up to 14th Street. Call the store with your order number & name. 201-963-1414 

Pop your trunk, we will roll the items out to you, place them in your car or you can do it yourself if you'd prefer. 

 

Thank you for your patience as we figure this out and make adjustments as needed.  Please understand if an order is made after hours we will be in touch the following morning when we open.

$(document).ready(function() { thumbnails = $('img[src*="/products/"]').not(':first'); if (thumbnails.length) { thumbnails.bind('click', function() { var arrImage = $(this).attr('src').split('?')[0].split('.'); var strExtention = arrImage.pop(); var strRemaining = arrImage.pop().replace(/_[a-zA-Z0-9@]+$/,''); var strNewImage = arrImage.join('.')+"."+strRemaining+"."+strExtention; if (typeof variantImages[strNewImage] !== 'undefined') { productOptions.forEach(function (value, i) { optionValue = variantImages[strNewImage]['option-'+i]; if (optionValue !== null && $('.single-option-selector:eq('+i+') option').filter(function() { return $(this).text() === optionValue }).length) { $('.single-option-selector:eq('+i+')').val(optionValue).trigger('change'); } }); } }); } });