baesic2 Posted July 10, 2005 Share Posted July 10, 2005 Check out is not working properly can someone tell me if this set up correctly for some reason, when I add to cart I keep coming either back to the login prompt or the cart is empty the server has ssl and it located at thos location on the server however I run in larger issues when using it. here is the config: less the db connect. // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.baesic.net'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://baesic.net'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.baesic.net'); define('HTTPS_COOKIE_DOMAIN', '/oscomm/catalog/'); define('HTTP_COOKIE_PATH', '/oscomm/catalog/'); define('HTTPS_COOKIE_PATH', '/oscomm/catalog/'); define('DIR_WS_HTTP_CATALOG', '/oscomm/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/oscomm/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/users/web/b2109/blu.bdweb307402/oscomm/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); https://protected.bluedomino.com/bdweb307402/ can someone help?? Thanks in Advance Thank You In Advance, For Your Assistance From A Newbie Point Of View... Happiness is Getting OSC Operating to it's fullest potential and with the help of Contributors and Forum Moderators, we can all do it. Support the cause. Donate to osCommerce. baesic2 Link to comment Share on other sites More sharing options...
Guest Posted July 10, 2005 Share Posted July 10, 2005 Check out is not working properly can someone tell me if this set up correctly for some reason, when I add to cart I keep coming either back to the login prompt or the cart is emptythe server has ssl and it located at thos location on the server however I run in larger issues when using it. here is the config: less the db connect. // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.baesic.net'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://baesic.net'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.baesic.net'); define('HTTPS_COOKIE_DOMAIN', '/oscomm/catalog/'); define('HTTP_COOKIE_PATH', '/oscomm/catalog/'); define('HTTPS_COOKIE_PATH', '/oscomm/catalog/'); define('DIR_WS_HTTP_CATALOG', '/oscomm/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/oscomm/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/users/web/b2109/blu.bdweb307402/oscomm/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); https://protected.bluedomino.com/bdweb307402/ can someone help?? Thanks in Advance <{POST_SNAPBACK}> Try changing your HTTP_COOKIE_DOMAIN and HTTPS_COOKIE_DOMAIN to .baesic.net Your cookie would only be used if someone was in http://www.baesic.net/oscomm/catalog/ or https://www.baesic.net/oscomm/catalog/ if you ever change that structure you are going to have to change those paths Link to comment Share on other sites More sharing options...
baesic2 Posted July 10, 2005 Author Share Posted July 10, 2005 Try changing your HTTP_COOKIE_DOMAIN and HTTPS_COOKIE_DOMAIN to .baesic.net Your cookie would only be used if someone was in http://www.baesic.net/oscomm/catalog/ or https://www.baesic.net/oscomm/catalog/ if you ever change that structure you are going to have to change those paths <{POST_SNAPBACK}> Thank you I will give this a try. Thank You In Advance, For Your Assistance From A Newbie Point Of View... Happiness is Getting OSC Operating to it's fullest potential and with the help of Contributors and Forum Moderators, we can all do it. Support the cause. Donate to osCommerce. baesic2 Link to comment Share on other sites More sharing options...
baesic2 Posted July 10, 2005 Author Share Posted July 10, 2005 Nope that did not work, I have tried everything possible with cookies domain still checkout process is not working, when you add to cart it does not show up in cart until you try and checkout. if there is a way within forum rules for someone to look at my site try and purchase something or ad it to cart to get better discription as to what is going wonr please contact me I use some getting really frustrated and I do not want to give up on this. osCommerce appears to be the progam I am looking for but the add to cart and checkout processes are making it very differcult. Thank you I will give this a try. <{POST_SNAPBACK}> Thank You In Advance, For Your Assistance From A Newbie Point Of View... Happiness is Getting OSC Operating to it's fullest potential and with the help of Contributors and Forum Moderators, we can all do it. Support the cause. Donate to osCommerce. baesic2 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.