Tuesday 30 August 2005 2:09:30 am
Hello .
when a custommer have payed with paypal, he is redirected to the shop automatically.
the problem is that his basket still content all the items.
I need to delete his basket.
does someone know how to proceed?
(perhaps a new workflow in shop/after checkout?)
perhaps workflow code?
perhaps delete session var? I've try this in ezpaypalgateway.php , just before sending the url, but nothing more..
include_once( "lib/ezutils/classes/ezhttptool.php" );
eZHTTPTool::removeSessionVariable( 'DoCheckoutAutomatically' );
thx in advance.
|