Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

semorefred

Archived
  • Posts

    12
  • Joined

  • Last visited

Everything posted by semorefred

  1. got it fixed now.. my flash buttons had the HTTP://downloads.macrosmedia.com i seen in another post here where you just remove the http: and make it //www.downloads.macrosmedia.com now it works perfect and now there are no popups and all pages that should be secure have the pad lock and no more "nonsecure items" popups display any longer... thanks
  2. ok guys/gals after a long time i have finally got this to work right ... for those of you using godaddy.com as your hosting provider i had to make the final setting changes to get this to work right: for authorize.net settings: no Default Reciept URL no Default Relay Response URL Delimited Response: No Default Field Separator ,(comma) Field Encapsulation Character blank Must add the following per the dog to your authorizenet_aim.php file after the following line: curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); add this: curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, 1); curl_setopt($ch, CURLOPT_PROXYTYPE, $CURLPROXY_HTTP); curl_setopt($ch, CURLOPT_PROXY, "64.202.165.130:3128"); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); since godaddy makes the certificate alias with www.domain.com i had to make the following changes to the configure file: PLEASE NOTE I DO NOT USE A "CATALOG" DIRECTORY. define('HTTP_SERVER', 'http://www.domain.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.domain.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.domain.com'); define('HTTPS_COOKIE_DOMAIN', 'www.domain.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); Now my only problem is my SSL i cant tell if there is a problem or not. When clicking to go to a secure page i have a popup stating "This page contains both secure and nonsecure items. Do you want to display the nonsecure items?" If i select yes the page does not go secure and does not show the padlock in the right bottom corner. If i select no the page does go secure and does show the padlock at the bottom. weird thing is though when you hit no. that page looks normal. i dont know if its something really non secure on this page. my question is are customers supposed to click no on this option ? and should this popup come up on every secure page? thanks
  3. well i have since moved from yahoo to godaddy but unfortuantley i cant get it to work either.. my alias for my cert is www.domain.com so i made this modification to the configure file for the https settings Only have a receipt url listed for the success page and i even removed that and still doesnt work. direct response is no comma & blank. All I get now when i hit confirm is "page can not be found" with the url of https://www.domain.com/checkout_process.php i can run throught default oscommerce authorize.net fine. any thoughts? If anyone here that has gotten this mod to work with godaddy hosting can you plesae post your file setup so that we may compare to see where or what we are doing wrong? thanks a million.
  4. Has anyone got this mod to work correctly with Yahoo hosting? I have used the yahoo SSL contribution and added all my files in the ssl directory but im getting the following error: Your+credit+card+could+not+be+authorized+for+this+reason.+Please+correct+any+inf ormation+and+try+again+or+contact+us+for+further+assistance. Goes directly back to the checkout_payment.php page. have delimeted response to no, field sep at comma and encap char at blank. Have tested the form url to true and false with no luck. my configure files are as stated in the yahoo ssl contribution. But that may be what is conflicting with this mod.... I know ssl is working because i can use the cc.php with ssl and it works fine and dandy with processing orders. any help appreciated thanks!!
×
×
  • Create New...