
Abandoned carts
When a customer adds items and leaves without checking out, Marzipan can create a task for your team, email the customer, or both.Task creation
- Enable task creation — Create a task when a cart is abandoned
- Default assignee — The team member the task goes to
- Default priority — The priority new tasks are created at
- Task due in — How long the assignee has before the task is due
Email notification
- Email notification — Email the customer about the cart they left
- Send after — How long to wait before the email goes out
Minimum cart value
Set a minimum cart value per market. Recovery emails are only sent for carts above that value, so you don’t chase a single low-value line. Leave a market blank for no minimum.Checkout requirements
Rules a cart must meet before a customer can check out.These rules are enforced everywhere a cart can be paid for, including express checkout and any storefront built directly on the API. A customer is stopped before a payment sheet appears rather than after it.
- Minimum items — The total quantity a cart must reach. Leave empty for no minimum.
- Require full case quantities — Physical items must be ordered in whole multiples of the minimum. With a minimum of 6, a cart of 6 or 12 is allowed but 7 is not.
- Message — The wording shown when the cart is below the minimum. Use
{minimum}for the required number and{shortfall}for how many more are needed. Leave empty for the default wording.
Custom checkout fields
Ask your own questions on the details step at checkout, such as a reciprocal club’s membership number. Answers are stored against the order and the customer. Click Add field to add a question. Each one has:- Label — The question as the customer sees it
- Name — The identifier the answer is stored under. It’s set from the label and fixed once saved, because answers already collected are keyed on it.
- Type — Text or Checkbox
- Placeholder — Optional placeholder text for the field
- Help text — Optional guidance shown under the field
- Auto-tag — An optional tag applied to the customer once the question is answered
- Markets — Restrict the question to particular markets, or leave unset to ask it everywhere
- Required — Whether the customer must answer before continuing
A required question can only be answered on the checkout page, so the Apple Pay and Google Pay shortcut at the top of checkout is hidden in any market where one applies. Apple Pay and Google Pay are still offered at the payment step as normal.
Where answers appear
- On the order, in the customer box alongside the rest of their details
- On the customer, where the latest answer is kept and used to pre-fill the question next time they order
- In the orders CSV export, as extra columns you opt into through the column picker

