Jump to content

dshulmistra

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by dshulmistra

  1. thanks don, i appreciate the response! after a lot of hair pulling and head banging i have it working somewhat, although not working properly. i am able to login and add items to the cart however it is acting very strange 1) when i am not logged in and add items to the cart and then attempt to login the items in the cart disappear and there are items that were previously in the cart (from yesterday) 3) even when i'm logged in and add items to the cart, when i checkout it still shows the 1 item that i had in there from yesterday 2) when i go to the store's homepage (while i am logged in) it shows the guest welcome screen any ideas? or what i should look for? here is the configure.php that i now have: define('HTTP_SERVER', 'http://www.inveniotechnology.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://server6.totalchoicehosting.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.inveniotechnology.com'); define('HTTPS_COOKIE_DOMAIN', 'server6.totalchoicehosting.com'); define('HTTP_COOKIE_PATH', '/store/'); define('HTTPS_COOKIE_PATH', '/~shulmdj/store/'); define('DIR_WS_HTTP_CATALOG', '/store/'); define('DIR_WS_HTTPS_CATALOG', '/~shulmdj/store/'); many thanks, dale
  2. we currently use paysystems as well. howeve we are looking at different alternatives. currently they charge a 10% holdback fee (holding 10% of each sale for 6 months). we are in negotiations and they say they might drop the holdback charge to 5%. we are still looking for different alternatives. from other posts and recommendations i started checking out cdgcommerce.com and their fees and responses have been great. discount fees <3% and no holdback charge. they also have their own payment gateway or can use authorize.net (considering authorize.net because we are using oscommerce). anyone have any thoughts on cdgcommerce.com? thx, dale
  3. I have setup the /includes/config.php file (from other posts) to: define('HTTP_SERVER', 'http://inveniotechnology.com'); define('HTTPS_SERVER', 'https://server6.totalchoicehosting.com/~shulmdj'); define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'inveniotechnology.com'); define('HTTPS_COOKIE_DOMAIN', 'inveniotechnology.com'); define('HTTP_COOKIE_PATH', '/store'); define('HTTPS_COOKIE_PATH', '/store'); define('DIR_WS_HTTP_CATALOG', '/store/'); define('DIR_WS_HTTPS_CATALOG', '/store/'); define('DIR_WS_IMAGES', '/store/images/'); define('DIR_WS_ICONS', '/store/icons/'); when i try to login http://inveniotechnology.com/store/index.php i get a cookie usage error "We have detected that your browser does not support cookies..." My browswer is setup fine and the cookies work fine if i do not have SSL enabled. As well, the icons, pictures, etc do not show up. Any idea how to rectify? (hopefully without having to make a duplicate copy in another folder) Please help! Thanks, Dale
  4. did you get this figured out? just curious...
×
×
  • Create New...