VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: eclark461 on August 26, 2015, 03:46:24 AM

Title: Virtuemart 3.0.9 and Joomla 3.4.3 Cart Not Empying after order
Post by: eclark461 on August 26, 2015, 03:46:24 AM
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.
Title: Re: Virtuemart 3.0.9 and Joomla 3.4.3 Cart Not Empying after order
Post by: GJC Web Design on August 26, 2015, 08:59:34 AM
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 ();


........
Title: Re: Virtuemart 3.0.9 and Joomla 3.4.3 Cart Not Empying after order
Post by: ukfish1 on October 11, 2016, 17:10:29 PM
I have the same issue. I'm using PayPal

Paul
Title: Re: Virtuemart 3.0.9 and Joomla 3.4.3 Cart Not Empying after order
Post by: GJC Web Design on October 11, 2016, 17:24:11 PM
hmm . after 128 posts we shouldn't have to ask...  http://forum.virtuemart.net/index.php?topic=79799.0