Reorder products from the account page

Each history row has a quantity field and an action to add that product to the active cart. The customer can also select several rows and choose Reorder selected.

Reorder one product

  1. Open My Account > My Ordered Products.
  2. Find the product with the filters if needed.
  3. Enter a quantity greater than zero, or keep the prefilled or placeholder quantity.
  4. Select the row's reorder action.
  5. Review the current cart before checkout.

Magento returns a success or error message for that row and refreshes the cart summary.

Reorder several visible rows

  1. Select the checkboxes for the products on the current page.
  2. Adjust each requested quantity.
  3. Select Reorder selected.
  4. Read the result messages before continuing to the cart.

Two historical products selected for bulk reorder with their requested quantities

Bulk reorder sends one add-to-cart request for each selected row. It is not one atomic cart operation. Some products may be added while others fail. The page reports a warning and a product-specific error for each failed row.

Successful bulk reorder message with the customer mini cart updated to two products

Product options and current catalog rules

For configurable products, the extension reuses the saved buy request, including the selected attributes, when those options are still valid. Other saved product option data can also be passed to Magento's current add-to-cart process.

A historical row does not reserve its old price, stock or configuration. Magento validates the current product and applies current cart pricing when the request is made. Always review the resulting cart, especially after catalog, option or pricing changes.