I have an issue where the shopping cart is not emptying after a person completes their order is this due to a configuration problem or a database problem
site url www.dts-int.com/lendingcloset
I have tried uninstalling / re-installing virtuemart
clearing expired cache
manually deleting every shopping cart trough the database
still the problem persists.
You don't say what payment method your using .. it is responsible for emptying the cart on a successful transaction
e.g.
function plgVmConfirmedOrder ($cart, $order)
......
//We delete the old stuff
$cart->emptyCart ();
........
I have the same issue. I'm using PayPal
Paul
hmm . after 128 posts we shouldn't have to ask... http://forum.virtuemart.net/index.php?topic=79799.0