Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checkout procedure will not work


plouka

Recommended Posts

I cannot figure out why my checkout procedure doesn't work. I think I have my cookies setup incorrectly. How would I set up my configure.php file in order to correct this problem using Ipowerweb's Shared SSL. Is there a way to get Ipowerweb to work with OS commerce. Any help or comments would be greatly appreciated

  define('HTTP_SERVER', 'http://www.colonialscientific.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://host125.ipowerweb.com/~colonial'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'www.colonialscientific.com');
 define('HTTPS_COOKIE_DOMAIN', 'https://host125.ipowerweb.com/~colonial');
 define('HTTP_COOKIE_PATH', '/OScatalog/');
 define('HTTPS_COOKIE_PATH', '/OScatalog/');
 define('DIR_WS_HTTP_CATALOG', '/OScatalog/');
 define('DIR_WS_HTTPS_CATALOG', '/OScatalog/');
 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/');

Patrick Louka

 

 

"Life greatest art learned through its hardest knocks is to make stepping stones of stumbling blocks."

Link to comment
Share on other sites

Not sure about the shared ssl setup with IPowerWeb, but take a look at this line

 

https://host125.ipowerweb.com/~colonial');

 

With my provider this would be

 

"https://servername.hostingcompany/~colonialscientific.com"

 

There is also an issue with your hosting provider using an old version of php, and until they update this I doubt very much that osCommerce will work on their servers.

 

Hope this helps - Vger

Link to comment
Share on other sites

I just checked ipowerweb and the FAQ's says they use php 4.3.2 which I am assuming should be able to handle OS commerce.

 

Patrick

Patrick Louka

 

 

"Life greatest art learned through its hardest knocks is to make stepping stones of stumbling blocks."

Link to comment
Share on other sites

Maybe they've updated it very recently - but I saw a posting just a couple of days ago which said that they were using 4.0, and the users site wouldn't run because of it. Do a seach of the forum, including IPower and see what it returns. Vger

 

p.s. Did you note the difference in the https path to your site, and does it apply to your site on IPower?

Link to comment
Share on other sites

what is the difference in the https path?

Patrick Louka

 

 

"Life greatest art learned through its hardest knocks is to make stepping stones of stumbling blocks."

Link to comment
Share on other sites

I just checked ipowerweb and the FAQ's says they use php 4.3.2 which I am assuming should be able to handle OS commerce.

 

Patrick

Even 4.3.2, I still experienced yesterday wholeday not checkout, the reason is UPS/USPS was not working. then last night/this morning at 0:30, the web suddenly down, then it brought back up, and everything works fine. So must be sth wrong with the server at ipowerweb. and I called them yesterday, 4 times to tech support, each time 15 mins waiting time and no one answered the phone. I was mad

Link to comment
Share on other sites

I cannot figure out why my checkout procedure doesn't work. I think I have my cookies setup incorrectly. How would I set up my configure.php file in order to correct this problem using Ipowerweb's Shared SSL. Is there a way to get Ipowerweb to work with OS commerce. Any help or comments would be greatly appreciated

 ?define('HTTP_SERVER', 'http://www.colonialscientific.com'); // eg, http://localhost - should not be empty for productive servers
?define('HTTPS_SERVER', 'https://host125.ipowerweb.com/~colonial'); // eg, https://localhost - should not be empty for productive servers
?define('ENABLE_SSL', true); // secure webserver for checkout procedure?
?define('HTTP_COOKIE_DOMAIN', 'www.colonialscientific.com');
?define('HTTPS_COOKIE_DOMAIN', 'https://host125.ipowerweb.com/~colonial');
?define('HTTP_COOKIE_PATH', '/OScatalog/');
?define('HTTPS_COOKIE_PATH', '/OScatalog/');
?define('DIR_WS_HTTP_CATALOG', '/OScatalog/');
?define('DIR_WS_HTTPS_CATALOG', '/OScatalog/');
?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/');

disable UPS/USPS and just use table rate for shipping and you will be fine

Link to comment
Share on other sites

That worked thanks a lot!

 

However, is there any way to have UPS work so tracking information can be supplied????

 

 

THANKS FOR ALL YOUR HELP!!!

Patrick Louka

 

 

"Life greatest art learned through its hardest knocks is to make stepping stones of stumbling blocks."

Link to comment
Share on other sites

That worked thanks a lot!

 

However, is there any way to have UPS work so tracking information can be supplied????

 

 

THANKS FOR ALL YOUR HELP!!!

I installed contribution of shipping tracking system, which works great! it gives me opportunity to add UPS number in admin...try it, you will like it!

 

BTW: Do you have ideas about RMA/Return service? I dont like return, just like most repair/replace and return will be 15% restocking, sth like thta.....Thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...