Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checking out


hdestore

Recommended Posts

Posted

On several products, when checking out, it makes you login, which is right, then you finialize the order, then it takes you to the login in screen again. It actually processes the order, but you do not get the success screen nor does the order show up in the customer/order screen in admin.

 

I had a customer purchase, the money is in the bank, but there was no order.

 

please advise

 

thanks

cfh

Thanks

CFH

Posted

You are losing the session - the most likely cause is incorrect cookie settings in catalog/includes/configure.php - post the top part of that file.

 

Matti

Posted

here it is, the ssl is configured at hogandata.com

 

i'm using plesk

 

hogandata.com takes you to www.hogandata.com

 

<?php

/*

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://hogandata.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://hogandata.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

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

define('HTTPS_COOKIE_DOMAIN', 'hogandata.com');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/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/');

Thanks

CFH

Posted

does anyone? is there anyone? that can resolve the issue?

it's becomming very frustrating!

i have had one other response from someone saying it is happening to them, they can't resolve it either

 

i would really appreciate a solution.

 

thanks

Thanks

CFH

Posted

i am begging for some help on this

please someone review the script

 

i was told by johnson that:

You are losing the session - the most likely cause is incorrect cookie settings in catalog/includes/configure.php - post the top part of that file.

 

i posted the top part of file, but he has ignored me since then

 

i would appreciate someones input

 

it would be appreciated

 

thanks in advance

Thanks

CFH

Posted

here it is again

 

 

<?php

/*

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://hogandata.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://hogandata.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

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

define('HTTPS_COOKIE_DOMAIN', 'hogandata.com');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/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/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/home/httpd/vhosts/hogandata.com/httpdocs/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

Thanks

CFH

Archived

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

×
×
  • Create New...