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

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

session - security issue: php login/logout script + back button -

Eclipse and GWT -