LogoLogo
HOMEPRODUCTDEMOINSTALLTION SERVICE
  • Readymade Grocery Shop
  • Introduction
    • Overview
    • Prerequisites
    • Technologies
    • Source code
    • Changelog
    • FAQ
    • Support
  • API - Backend
    • NestJS Installation
    • API Setup
    • Run API
    • MongoDB setup
  • DASHBOARD
    • Angular Installation
    • Run Dashboard
    • Dashboard Setup
  • Customer App
    • Flutter Installation
    • App Setup
    • Customer App Structure
    • Run Customer App
    • Release build
  • Delivery Boy app
    • Installation
    • App Set Up
    • Delivery App Structure
    • Run Delivery Boy App
  • USER-MANUAL
    • Products
    • Categories
    • Deals
    • Orders
    • Coupon
    • Settings
    • Subscription Feature
    • Shipping Methods
  • Website
    • Webapp Installation
    • Webapp Setup
Powered by GitBook
On this page

Was this helpful?

  1. USER-MANUAL

Shipping Methods

This module provides the detailed information about types of shipping method available

PreviousSubscription FeatureNextWebapp Installation

Last updated 4 years ago

Was this helpful?

Shipping methods: Shipping Methods are used to define the method of delivering a product to a customer. ... There are two types of shipping method available in our readymade grocery application they are as follows:

1)Pickup type: Pickup is a method that allows the customer to pick up the order themselves.

2)Delivery Type: Here the orders will be delivered to the doorstep of the customers. Customers can easily track their orders and get to know the status of the orders

In cms, admin can configure various shipping methods based on the availability of delivery boy as displayed in the below screenshot

Based on this shipping methods will be visible for the customers in the web app as well as user app as displayed in the below screenshot

When the customer tries to order any of his favorite product on the checkout page he will see the shipping methods available in the delivery type dropdown and he can choose it and place the orders

Note: In pickup type, order delivery boy is not there because customer picks the orders themselves

Delivery Instructions: Customers can also add the delivery instructions while placing orders on the checkout page as displayed in the below screenshot