I would like to place my plugin on on the confirm page, when user ordered products. Which hook can I use? Any examples?
I get all product data from the cart object.
$cart->getProducts(true);
Is there a way to get all the ordered products from an order? And I also would like to have some u...