OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: shoping cart not clearing
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Contributions / Add-Ons > Payment Modules > Other
aguzman
I purchased an account with Verisign PayFlow Link and uploaded the contribution (VeriSign Payflow Link for osC 2.2 MS 2) for payFlowLink. Everything seems to work fine. I can add items to the cart and go through the payment process. When I hit the Confirm Order button, it then will take me to Verisign's website to take the credit card info. That all works fine but when you are done and return to my store it goes to the main catalog page and you are logged out. When I log back in my shopping cart still has the items I just ordered - the shopping cart is not cleared out.

I don't mind having to log back in but I need the shopping cart to be cleard out.

Please I need help with this, My store has to go up by Friday - Monday the latest.
aguzman
Vger helped me fix my problem. My includes/configure.php file was wrong. Because I use the hosting company IPOWERWEB's shared ssl I had to have my configure.php to read as so

CODE
define('HTTP_SERVER', 'http://www.mydomain.com');
define('HTTPS_SERVER', 'https://host123.ipowerweb.com/~username');
define('ENABLE_SSL', true);// secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'www.mydomain.com');
define('HTTPS_COOKIE_DOMAIN', '');
define('HTTP_COOKIE_PATH', '/osCommerce/catalog/');
define('HTTPS_COOKIE_PATH', '');
define('DIR_WS_HTTP_CATALOG', '/osCommerce/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/osCommerce/catalog/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

?>



Notice that I left https cookie path and domain blank (just with ''). Now when when I click on the button in Verisign's page to return to the store osCommerce records the purchase and take you to the thank you page.

Hope this helps anyone that is in the same situation that I was in.
an17d
Thanks, That solve my problem!
aguzman
I'm glad the info helped you out an17d. That problem drove me crazy for a week.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.