Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Atomic

Archived
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Real Name
    Shane

Atomic's Achievements

  1. I had this contrib working fine. Not sure what i did to mess it up, but i can't use it in the admin area. It still shows up fine on the main page, but i just can't edit anything. I am thinking I may have messed it up when i installed another module. If anyone can help or point me in the right direction, that would be great.
  2. I woke up this morning to find that some of my customers were getting errors when the shipping options came up in their checkout. I have a UPS shipping module. I think it is UPS Choice. I had it set up to where the customer could choose from Ground, 2nd Day, and Next Day. But now, this is all that comes up: This is a pretty urgent matter for me. For now I have just set up flat rate shipping, to get me by. If any of you can help me that would be great!
  3. I got my credit cards to process when I switched from sandbox to live. However, when I enable my SSL it starts acting up. A user goes to the site and adds items to their shopping cart, but when they click checkout, and it goes to https all the items are removed from the shopping cart. I'm not sure if I have something set up wrong in my config file. Or if my SSL certificate is screwed up. Here is my config: define('HTTP_SERVER', 'http://www.mydomain.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://mydomain.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.mydomain.com'); define('HTTPS_COOKIE_DOMAIN', 'mydomain.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_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/user/public_html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); Any help would be greatly appreciated.
  4. No, It does that every time, no matter what. I am stumped :angry:
  5. I think I am all set up. Just waiting for my host to install SSL. I am getting this error on step 3 of the checkout. It says there is an error on line 42, but the only thing I changed in general.php was the WPP modification at the bottom. Here is the code: function tep_output_string($string, $translate = false, $protected = false) { if ($protected == true) { return htmlspecialchars($string); } else { if ($translate == false) { return tep_parse_input_field_data($string, array('"' => '"')); } else { return tep_parse_input_field_data($string, $translate); } } } Any help would be appreciated :)
  6. Ok thanks! So if we use your pear modules, we don't have to use the SDK pear modules?
  7. Ok, I am an idiot. I can't figure out what to to do with the pear files. I uploaded them to the server but don't know how to install them. I am guessing you have to have the pear program on your server. I downloaded Pear 1.4.2, but that didn't help me any. I still don't know how to install it. If someone could walk me through that would be great :)
×
×
  • Create New...