php - Magento after Onepage checkout adding new products to cart -


I want to add some products after checkout, I have a supervisor and are listening on 'checkout_onepage_controller_success_action'

When I try

$ this -> _ getcart () -> addProduct ($ product, $ parameter);

And to save the car, the success page will load, but no new product in the cart.

Any ideas what is wrong?

This is working if you

$ cart = mage :: getSingleton ('Checkout / Cart');

Before you do a


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -