Overview
Right after a customer places an order, the extension can show them one more matching offer. If they accept, the product is added to the same order. No second checkout, no second order.
How it looks to your customer
- The customer completes checkout as usual.
- Instead of landing straight on the standard order confirmation page, they briefly see a focused offer page. It opens with a compact strip confirming that the order has been placed (green tick, "Order complete", a link to the order confirmation page); the offer follows below: one product, a short headline, a price (optionally discounted), and two buttons – one to accept with the price on it, one to decline.
- If they accept, the item joins their existing order, they see a confirmation, and they continue to the normal order confirmation page.
- If they decline, their original order is untouched and they return to the normal order confirmation page. If they close the tab or do nothing, it also stands untouched.
The offer is shown at most once per order. Accepting adds the item to that order (its whole point); declining or doing nothing leaves the original order exactly as placed. If a link is invalid or not theirs, the customer is quietly sent to the storefront home page rather than shown the offer.

What it does
Right after a customer places an order, the extension can show them one more offer: an accessory, a larger pack, a matching add-on. If the customer accepts, that product is added to the order they just placed. There is no new order: the item joins the existing order and the total is recalculated correctly, including tax and any discount.
Works with invoice, prepayment, cash on delivery, direct debit and PayPal. The exact handling per payment method is in Payment methods & failure cases.
Why it lifts average order value: the customer has already decided to buy and is in the buying mindset. A single, relevant add-on can be an easy "yes" while the original order stays protected.
There is no new Shopware checkout and no second order. Depending on the payment method a quick confirmation at the payment provider may be needed – see Payment methods & failure cases.
What it is not
- It does not create a second order.
- It does not show more than one offer per order, and never another offer after the customer responds.
- It does not recharge credit/debit cards through other providers (e.g. Stripe, Mollie, Klarna) automatically (see Payment methods & failure cases).