Products

{{ product.name }}

{{ product.name }}

${{ product.price }}

{{ product.description }}

Shopping Cart


  • {{ item.name }} x {{ item.quantity }} - ${{ (item.price * item.quantity).toFixed(2) }}

Total: ${{ prodCtrl.getCartTotal() }}


Shipping

Billing Information


Shipping Details

(Recent information from DB)

Destination: {{ prodCtrl.shippingDetails.destination }}

Carrier: {{ prodCtrl.shippingDetails.carrier }}

Method: {{ prodCtrl.shippingDetails.method }}


Billing Information

Billing Address: {{ prodCtrl.shippingDetails.billingAddress }}

Payment Method: {{ prodCtrl.shippingDetails.paymentMethod }}


Add Employees

Employee Form
Name Email Phone Number Actions
{{ shopper.name }} {{ shopper.email }} {{ shopper.phoneNumber }}

Add Product

Add Product

Worry-Free Returns

Returns Process

Return Details

(Recent information from DB)

Product Name: {{ prodCtrl.latestReturnDetails.orderId }}

Product Category: {{ prodCtrl.latestReturnDetails.productId }}

Reason for Return: {{ prodCtrl.latestReturnDetails.reason }}

Comments: {{ prodCtrl.latestReturnDetails.comments }}