Magento News
Magento after Onepage checkout adding new products to cart
i would like to add some Products after the Checkout
I have an observer and it’s listening on ‘checkout_onepage_controller_success_action’
when i try
$this->_getCart()->addProduct($product, $params);
and save the cart the success page will be loaded but no new products in the cart.
Any idea what’s wrong?
Magento after Onepage checkout adding new products to cart
Possibly Related Posts:
- Magento – ‘proceed to checkout’ button to go to login page if not logged in
- magento geolocation redirect
- Magento Post Image File Request
- How to get items from last order on login and clearing cart on logout?
- Fatal error Undefined class constant ‘METHOD_GUEST’ [Magento]
RSS Feed