Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

timcrafton

Archived
  • Posts

    52
  • Joined

  • Last visited

Profile Information

  • Real Name
    Tim C

timcrafton's Achievements

  1. Thanks for your answer, yes I just purchased a dedicated server it was installed and configured over the weekend, so I am sure probably has the latest PHP, SQL etc. I am running OSC 2.2 MS2. I found what the problem is quite by accident, if I put in a CVV the server hangs and will not goto confirmation screen. If I dont put in a CVV the transaction is succesful (???), I am supposed to be using CVV according to the settings in my auth.net account, so I am going to see I can do something with this new information. Also, when the checkout is successful (without CVV) it leaves the items that were purchased in users cart. Any other comments or suggestions are greatly appreciated.
  2. Hello, I have searched the forums for information and cannot seem to find a solution. I have been using the auth.net IPN module for several years. All of the sudden, it will no longer work... After the customer puts in their credit card info, and clicks continue it just sits there and states waiting for mydomain.com and never continues to the confirmation page. I have spoke with my host and they are stating that after running a tracert that the issue is with the connection between my server and auth.net's gateway. I spoke to auth.net and they say their is nothing wrong on their end. Can anyone help me out here? I would be very appreciative of any comments or suggestions. TC
  3. EDIT Awe shuxxx right after I posted I saw the problem and got it fixed now, it figures! But anyways, thanks alot I know ALOT of hard work went into this MOD and I for one TOTALLY appreciate it, as will my customers....
  4. Well after several orders where I lost the customer cart, I finally broke down and installed IPN. Firtstly, thank you all for your hard work and the excellent instructions that are included REALLY helped alot. Everything seems to work fine, except when I goto admin/cutsomers/orders, I get the following error: Parse error: parse error, unexpected '<' in /.../.../public_html/admin/orders.php on line 206 Here is my code starting with the IPM mod, can anyone help me see what is wrong please? //begin PayPal_Shopping_Cart_IPN if (strtolower($order->info['payment_method']) == 'paypal') { include(DIR_FS_CATALOG_MODULES . 'payment/paypal/admin/TransactionSummaryLogs.inc.php'); } else { ?> <td><table border="0" cellspacing="0" cellpadding="2"> <tr> <td class="main"><b><?php echo ENTRY_PAYMENT_METHOD; ?></b></td> <td class="main"><?php echo $order->info['payment_method']; ?></td> </tr> <?php }//else not paypal //end PayPal_Shopping_Cart_IPN <tr> (THIS IS LINE 206) <td class="main"><b><?php echo ENTRY_PAYMENT_METHOD; ?></b></td> <td class="main"><?php echo $order->info['payment_method']; ?></td> </tr> Am I just missing something here>? Any help will be very much appreciated, thanks again! TC
×
×
  • Create New...