Saved Order Templates
Saved Order Templates allow logged-in customers to save their current product selections and quantities for future reuse. This is ideal for customers who regularly order the same set of products.
Note: Logged-in customers can save order templates to their account (stored in database). Guest visitors can also save orders — these are stored locally in the browser (localStorage) and persist within the same browser. A "Local" badge indicates locally stored orders.
7.1 Saving an Order
- Enter quantities for all the products you want to save
- Click the "Save Order" button in the toolbar
- Enter a name for your template (e.g., "Weekly Office Supplies" or "Monthly Restocking")
- Click "Save"
A confirmation notification appears. Your template is now stored and can be loaded anytime.
7.2 Loading a Saved Order
- Click the "Saved Orders" button in the toolbar
- A modal opens showing your saved templates
- Click "Load" next to the template you want to use
- The grid populates with the saved products and quantities
- You can adjust quantities before adding to cart
7.3 Managing Saved Orders
From the Saved Orders modal, you can:
- Load — Populates the grid with the saved product quantities
- Overwrite — Replaces the saved template with the current grid quantities (useful for updating a template)
- Delete — Permanently removes the saved template