(includes POS, Printer, Cash Drawer, Barcode Scanner, Payment Device)
Peripheral Devices
{{ $val['name'] }}
No devices found.
Batch
Note: For next day funding, you must batch out by 5 PM CST which is 3 PM PST
Inventory set up
If your data is ready, please upload the file so we can proceed with account setup immediately upon approval.
Shipping Address:
{{ $business->full_address ?? '' }}
Shipping Method
-
@foreach ($shippingMethods as $i => $method)
-
{!! html()->radio( 'shipping_method', old('shipping_method', $products->shipping_method ?? '') == $method['value'] || (empty(old('shipping_method')) && empty($products->shipping_method) && $i == 0), $method['value'], )->class('custom-control-input')->id('customRadio' . ($i + 1))->attribute('required', 'required')->attribute('data-parsley-required-message', 'Please select a shipping method') !!}{{ $method['description'] }}
@endforeach