25 Jul 2007, 9:14 PM
New Zenner
- Join Date:
- Jul 2007
- Posts:
- 1
- Plugin Contributions:
- 0
problem with resetting cart (checkout_multipay module)
Without going into long details. After payment a succesURL is returned to a page where I need to empty the cart
When calling:
$cart->reset(true);
I get:
Fatal error: Call to a member function reset() on a non-object in C:\apache\htdocs\zc\checkout_multipay_empty_cart.php on line 25
What am I missing? (accept brains :D)