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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -