Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shared SSL: Cart Empties during checkout


Guest

Recommended Posts

Posted

(First time on Bulletin Board after 15 years in the business, take it easy on me ) :rolleyes:

 

I've so far successfully installed at http://purifyyourface.com/catalog/. However, when I transition with a full cart from here, http://purifyyourface.com/catalog/shopping_cart.php (using checkout button) it takes me here https://purifyyourface.ixwebhosting.com/catalog/login.php and empties my cart.

 

I was hoping after creating an account (also successfully done) that my cart would reappear full and continue the check out process, but it is still empty. As a customer I get recorded, but can not refill my cart.

 

Does this have to do with shared ssl and/or a coding error in the configure.php code? Or can anyone tell me what the problem is?

(I've installed same cart previously with a first party SSL at the same host and have not had this problem. https://dolorescanning.com/catalog/)

 

Here is my configure.php lines for admin:

define('HTTP_SERVER', 'http://www.purifyyourface.com');

define('HTTP_CATALOG_SERVER', 'http://www.purifyyourface.com');

define('HTTPS_CATALOG_SERVER', 'https://purifyyourface.ixwebhosting.com');

define('ENABLE_SSL_CATALOG', 'true');

 

 

and for catalog:

define('HTTP_SERVER', 'http://www.purifyyourface.com');

define('HTTPS_SERVER', 'https://purifyyourface.ixwebhosting.com');

define('ENABLE_SSL', true);

 

Thanks anyone for your help! KB

Posted

Hey Karen,

 

I'll take a crack at this although I'm no expert.

 

Because you are going from here - purifyyourface.com/catalog/shopping_cart.php to here - purifyyourface.ixwebhosting.com/catalog/login.php I would suspect you are using the wrong info pointing to where your shared SSL is. Your host should have supplied that for you. Also make sure you have the same HTTPS info for your cookies.

 

My shared SSL example:

define('HTTP_SERVER', 'http://handeshobbies.com');

define('HTTPS_SERVER', 'https://secure.bluehost.com/~handesho');

define('HTTP_COOKIE_DOMAIN', 'handeshobbies.com');

define('HTTPS_COOKIE_DOMAIN', 'secure.bluehost.com');

Hope that might point you in the right direction.

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...