Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

crxvfr

Pioneers
  • Posts

    68
  • Joined

  • Last visited

Everything posted by crxvfr

  1. I am getting this error with an install of a recent release. I would like to change the invoice number to add a letter like the example at the top because we have 2 osc sites working with paypal, but the files have changed in 2.2RC2. There is no /includes/modules/payment/paypal_ipn.php anymore. ....and no reference to PayPal_IPN_ID in /ext/modules/payment/paypal/standard_ipn.php. Please advise, ..I am going to try to do the COD thing in the meantime but adding a letter would be preferable. Thanks
  2. I just installed v2.2 RC2 and cannot find a place to put the return url. We have 3 sites and one paypal account so using the return to page option at the paypal site will not work. It has to be done in the module but I don't see what 'should be there' with 2.2 rc2. What am I missing?
  3. I have been looking for a solution to the orders not showing up in admin thing and everybody keeps referencing the paypal ipn. When I download it, it's just a text file that says... Do not use the contributions changed by Aplein, these are messy and wrong! The file catalogextmodulespaymentpaypal_ipnipn.php is missing! The file catalogextmodulespaymentpaypal_ipnpaypal_ipn.php does not belong there! The file catalogincludesmodulespaymentpaypal_ipnpaypal_ipn.php is a terrible mess, no formatting, pieces of code occur twice.. This has cost me a lot of time trouble and money. Eveline ... well, Aplein has made the previous 4 contributions, going all the way back to Aug 2009 Does anybody know the status of this plugin? Has Aplein killed it altogether? Which one should I use?
  4. I have been trying to find the source of some intermittent errors with a payment module. Today when I ran a couple of test orders, it worked fine but the customer info is missing in the backend. The shipping and billing info is there, but no customer info. Any ideas? What file should I look at?
  5. A couple of weeks ago our TC plugin stopped working correctly. For awhile it was intermittent but is down more than up now. I get a variety of errors. Today it said: 2006 - MySQL server has gone away insert into trustcommerce set transid='', avs='O', action='postauth', amount='103.90', status='', trans_date=NOW() [TEP STOP] 2006 - MySQL server has gone away select count(*) as total from sessions where sesskey = 'ad40f5065a57eddba8d2fc09c0b42faa' [TEP STOP] The most common one is: 1062 - Duplicate entry 'postauth' for key 'unique_action' insert into trustcommerce set transid='', avs='O', action='postauth', amount='260.57', status='', trans_date=NOW() I contacted the host and they said SQL is working fine. Any ideas?
  6. We have a site running trustcommerce that has an intermittent problem where after a customer enters credit card info and clicks continue, it redirects or reloads the same page and does not process the card. Can somebody tell me where to look or what to look for? Thanks
  7. More info: The card gets charged but the page kind of times out and I get that error when it reloads. When I refresh, it does not look as if the card has been charged. I can tell it has been charged by logging into the trustcommerce website. Any ideas on what may be happening or where to start looking?
  8. One day started getting this error when trying to preform postauths. 1062 - Duplicate entry 'postauth' for key 'unique_action' I deleted all my sessions and tried to re-process and got the same thing.
  9. For anybody having the same problem, you have to go back a couple of contributions for the instructions, which are in german, install, then I assume update to the current contribution. I can't believe OSC has a problem like this with someplace as popular as paypal. Placing an order and collecting the funds but not recording the order seems like a HUGE bug to me.
  10. Everybody is saying how easy this is to install but I cannot find the installation instructions. I'm sure its only a matter of uploading or overwriting files but I don't want to place them in the wrong place. IE: includes\modules (best guess) or includes\languages\***\modules Can somebody either tell me where the installation instructions are or tell me how to install?
  11. You are correct sir! I resolved it by importing a backup db and re-submitting the newer contrib sql. The db had gotten corrupted by trying to make the old version work. BTW, I did submit a question in the general area. It got 17 views and zero replies. The problem was something neither one of us had considered but your replies in this area of the forum reinforced my resolve to resolve and is greatly appreciated! Thanks
  12. Yes, I did select the trustcommerce payment option. They even show up in the vault. I don't think the problem is in the contrib but I don't know where to look. I'm pretty sure admin/orders.php serves up the orders to the backend, which is a file the contrib had me edit, but this file is identical to the one on the working site. If it doesn't get listed in the backend, I can't capture the funds. I have two payment options, paypal standard and trustcommerce. I changed the word trustcommerce to Credit Card so people won't assume it's an exclusive kind of thing like they tend to think paypal is but that did not effect the install that is working. I appreciate your reply and interest. I have been copying files over one by one from the working site to the broken one after I inspect them for differences but have not been able to effect the problem. I cleared the error log and started over. I get this: [09-Jul-2009 13:13:35] PHP Parse error: syntax error, unexpected $end in /home/yada/public_html/checkout_process.php on line 18 Here is line 18 from checkout_process.php tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); ??? grrr. No $end in sight
  13. Me gain, I just wanted to add some more info. I did add the bit of code to orders.php [clip] <tr> <td class="main"><b><?php echo ENTRY_PAYMENT_METHOD; ?></b></td> <td class="main"><?php echo $order->info['payment_method']; ?></td> </tr> <!-- Start of TrustCommerce Payment Changes --> <tr> <td colspan="2"> <?php include(DIR_FS_CATALOG_LANGUAGES . $language . '/modules/payment/trustcommerce.php'); if ( (isset($HTTP_GET_VARS['oID'])) && (!(strnatcmp($order->info['payment_method'], MODULE_PAYMENT_TRUSTCOMMERCE_TEXT_TITLE))) ) { include('orders_trustcommerce.php'); } ?> </td> </tr> <!-- End of TrustCommerce Payment Changes --> <?php ..and the orders ARE in the database, but not in the backend. Mail is being sent out and everything but I can't pull up the orders in the backend. They are not there.
  14. Thank you for doing all of this. This module has not been updated for quite awhile. I installed it and everything I've checked so far seems to work ok but the orders are not showing up in the backend of my store. Any ideas?
  15. I had some trouble doing this because without the actual code, I wondered if I was doing the right thing. I did and it worked for me. I changed (line 392): tep_db_query("CREATE TABLE " . MODULE_PAYMENT_TRUSTCOMMERCE_TABLE_TRUSTCOMMERCE . " (trustcommerce_id int(11) NOT NULL auto_increment, transid varchar(24) NOT NULL default '001-0000000001', child_transid varchar(24) NOT NULL default '0', status varchar(40) NOT NULL default 'error', avs char(1) NOT NULL default '1', action enum('preauth','postauth','sale','credit','chargeback') NOT NULL default 'sale', amount decimal(14,2) NOT NULL default '0.00', trans_date datetime default 'NOW()' NOT NULL, PRIMARY KEY (trustcommerce_id), UNIQUE KEY unique_action (transid,action), KEY transid (transid), KEY child_transid (child_transid), KEY status (status), KEY avs (avs), KEY action (action), KEY amount (amount), KEY trans_date (trans_date)) COMMENT='TrustCommerce Payment Gateway Response Table'"); to: tep_db_query("CREATE TABLE " . MODULE_PAYMENT_TRUSTCOMMERCE_TABLE_TRUSTCOMMERCE . " (trustcommerce_id int(11) NOT NULL auto_increment, transid varchar(24) NOT NULL default '001-0000000001', child_transid varchar(24) NOT NULL default '0', status varchar(40) NOT NULL default 'error', avs char(1) NOT NULL default '1', action enum('preauth','postauth','sale','credit','chargeback') NOT NULL default 'sale', amount decimal(14,2) NOT NULL default '0.00', trans_date datetime NOT NULL, PRIMARY KEY (trustcommerce_id), UNIQUE KEY unique_action (transid,action), KEY transid (transid), KEY child_transid (child_transid), KEY status (status), KEY avs (avs), KEY action (action), KEY amount (amount), KEY trans_date (trans_date)) COMMENT='TrustCommerce Payment Gateway Response Table'");
  16. The SQL causes similar problems for me too. MySQL:5.1.30 PHP:5.2.5
  17. OTF 1 9 Fixed I installed this contrib and couldn't get it to run. I noticed the difference between this version and the previous was a bracket. I added a bracket at the end of the function in html_output and it works great for the thumbnails but the info box doesn't display corner_right.gif and the pages take longer to load. Without the bextra bracket I get: Parse error: parse error, unexpected $ in /home/www/presentandgift.com/shop/includes/functions/html_output.php on line 333 When its working for the most part after I add the extra bracket...... When I right click corner_right and hit properties its address is: Note the pic its trying to fetch is pixel_trans.gif For all I know it might be corner_right_left thats supposed to be there. Its 3am and I'm loopy. Anybody else experience this or have a suggestion? In anycase, the url is there if you want to look. Thanks
×
×
  • Create New...