In multishipping, I have to allow giftwrapping, when user selects any wrap for any quote of multishipping, I have to add a wrapper product for that particular quote. I have used checkout_controller_multishipping_shipping_post
event and got the quote.
Now when I use $quote->addproduct($wrapperProductObject)
it does add this product in db table but doesn't show on order(s) review page until I go to cart page and come again.
Is there is way to add a product in quote after mentioned event and it shows on order review page.