Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

THOUGHTOUT

Archived
  • Posts

    30
  • Joined

  • Last visited

Profile Information

THOUGHTOUT's Achievements

  1. I think paypal is having "An error occured when we tried to contact PayPal's servers." today. No changes to our site and suddenly when clicking on the "Click to CheckOut with Paypal" is generating that error. Anyone else seeing this problem?
  2. Problem fixed. Seems updates to anti-malware were installed on June 6th that conflicted with osCommerce. After reading error logs and contacting our host they where able to resolve the problem.
  3. ***Slight update*** The only thing working is the paypal express payment, the direct payment has not work for us since June 6. I have check the php files and htacces files and things look fine (I think). Is this a Paypal issue? Also, the Paypal live status link is now http://www.paypaldeveloper.com/pdn/blog?blog.id=mts_updates if that help anyone.
  4. Our store sales dropped off drastically in the last two days (down about 80% but was still working). However, as of night a customer emailed me with a current problem that once you press confirm the "catalog/checkout_process.php" reports a forbidden page "You do not have permission to access this document.". I have also tried a Paypal express and that did not work directing to an irregular paypal page. This was interesting, I typically use this url http://www.paypaldeveloper.com/blog?blog.id=mts_updates to verify paypal live status and it appear this is reporting the same "forbidden" message. As I was typing this we did receive an order smile.gif , noticing it was form overseas (different paypal server?) so I went back to check the above and the direct CC payment still does not work sad.gif but the paypal express does smile.gif. Being our sales dropped off suddenly I am thinking this is an intermittent large problem, I hope this is just a paypal api issue that will be corrected shortly. Wouldn't be nice for paypal to have a live staus / reporting forum? Anybody have this issue or comments to add?
  5. Our store sales dropped off drastically in the last two days (down about 80% but was still working). However, as of night a customer emailed me with a current problem that once you press confirm the "catalog/checkout_process.php" reports a forbidden page "You do not have permission to access this document.". I have also tried a Paypal express and that did not work directing to an irregular paypal page. This was interesting, I typically use this url http://www.paypaldeveloper.com/blog?blog.id=mts_updates to verify paypal live status and it appear this is reporting the same "forbidden" message. As I was typing this we did receive an order :) , noticing it was form overseas (different paypal server?) so I went back to check the above and the direct CC payment still does not work :( but the paypal express does :). Being our sales dropped off suddenly I am thinking this is an intermittent large problem, I hope this is just a paypal api issue that will be corrected shortly. Wouldn't be nice for paypal to have a live staus / reporting forum? Anybody have this issue or comments to add?
  6. Rather than cutting and pasting the customers adress from "admin/order" to the Endicia ship to window, I would like to have a button or link automatically created like the link here on Endicia Support page Endicia URL . It appears it can be easily done and even populate the rest of the shipping details as well. The link on that page needs Endicia installed to see it work on your computer. It would say this would be a BIG time saver.
  7. Do you use USPS for shipping? if so there has be an issue here http://www.oscommerce.com/forums/index.php?showtopic=251683
  8. Sounds like most people do not run the "update.sql". I am no expert in describing how that is done (done it before by winging it ) but I think many would appreciate what the routine is to do the sql update.
  9. Does anyone know a contact to verify if this USPS API change is here to stay? It would be so simple for them to correct this rather than each of us, right?
  10. Tim, thanks for the post. A couple things though. 1. The change in the modified usps.php file don't look CAPITALIZED to me, is that correct? 2. Compared to Jay's post above $this->types = array('FIRST CLASS' => 'First-Class Mail (2-5 Days)', 'PRIORITY' => 'Priority Mail (2 Days)', 'EXPRESS' => 'Express Mail'); if (MODULE_SHIPPING_USPS_PEONLY == 'True'){ $this->types = array('EXPRESS' => 'Express Mail', 'PRIORITY' => 'Priority Mail') I can't find in my original file or the new file the if (MODULE_SHIPPING_USPS_PEONLY.... bit of code. Maybe it is customized for something non-standard and not needed for most stores? 3. Once the initial CAPITALIZATION in done like in the $this->types = array('FIRST CLASS' => 'First-Class Mail lines is the only other thing needed to do is to run the "update.sql" that is posted in the the new usps_2.9.2a contribute? Thanks for everyones help! P.S. this seems senseless on USPS part. Regards Mike Talmadge http://thoughtout.biz
  11. OK, there is an update for the USPS METHODS contribution that fixes the International Shipping problem that has occurred with the implementation of the May14 USPS changes. http://www.oscommerce.com/community/contri...all/search,USPS My question involves the SQL update portion. I have not done much with SQL other than install, copy, move, backup etc. Theses instruction say to do some things I don't quite understand, could some elaborate what this means From the instructions to update: Execute this SQL update: ALTER TABLE `configuration` CHANGE `set_function` `set_function` VARCHAR( 555 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL; Execute this SQL update if you already have the module installed and are updating: UPDATE `configuration` SET `set_function` = 'tep_cfg_select_multioption(array(''Global Express'', ''Global Express Non-Doc Rect'', ''Global Express Non-Doc Non-Rect'', ''Express Mail Int'', ''Express Mail Int Flat Rate Env'', ''Priority Mail Int'', ''Priority Mail Int Flat Rate Env'', ''Priority Mail Int Flat Rate Box'', ''First-Class Mail Int''),' WHERE `configuration_key` ='MODULE_SHIPPING_USPS_TYPES_INTL' LIMIT 1 ; It sounds simple, can someone explain?
  12. Same problem. Fails with International Shipping
  13. Magically it is now working! I did nothing different, I just gave it some time, must be PayPal. Now I need a beer! Complaint emails sent. Does anyone know the file name and location that produces "Save time. Checkout securely. Pay without sharing your financial information" on the DELIVERY INFORMATION page?
  14. I decided to upgrade to 0.8.2, that was easy. However, I still have the same problem, the order completes in the store with a email to buyer and store admin showing completion, PayPal does not receive the transaction, if I login to the store order it shows AVS and CVVS Code errors. I have now set the payment module to yes for declined cards, and the store at least emails me the "Paypal declined the enclosed card" message info. Why would this this decline the card? I have used this card(s) and profile plenty of times in the past for testing with success. It also declines the testing card number in the instructions, is some up with paypal? Also, I believe the var time out to 300 is no longer needed in 0.8.2, is that correct?
×
×
  • Create New...