Services Work Contact
EN SK
PrestaShop

11. Saved Order Templates

Repeat customers can save their frequently ordered product lists and reload them with one click.

Storage

Customer type Storage location Default limit
Logged-in customers Server database (linked to customer account) 50 templates
Guest visitors Browser localStorage 20 templates

When a guest creates an account, both sources are visible - localStorage entries appear with a "(local)" badge.

Saving an Order

  1. Enter quantities for the products you want to save
  2. Click Save order in the toolbar
  3. Enter a name for the template (max 128 characters), e.g., "Weekly restaurant supply"
  4. Click Save

Save order modal with Order name text input field, Save button, and Cancel button

Loading a Saved Order

  1. Click Saved orders in the toolbar
  2. A list of all saved templates appears with name and date
  3. Click Load next to the template you want

The grid quantities are replaced with the saved values. If some saved products no longer exist in the catalog, a warning toast shows how many were skipped.

Saved orders modal with list of saved orders, Load, Overwrite, and Delete buttons per order, and localStorage entry with local badge

Overwriting a Saved Order

Click Overwrite next to a saved template. The current grid quantities replace the saved ones. A confirmation dialog appears before overwriting.

Deleting a Saved Order

Click the Delete (trash) icon. A confirmation dialog appears. Deleted templates cannot be recovered.