Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ken.yong

Archived
  • Posts

    131
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ken Yong

ken.yong's Achievements

  1. Thanks Mark! That's the solution! Thank you very much!
  2. I have upgraded the wonderful module and now I am trying to figure out why"information.php?info_id=1" didn't get translated to "faq.html". I checked the seo_to_information in the database and everything seems okay. It looks like just only the last step in "translating" is not working. I also checked my SEO-G Report: It only shows: http://x.com/information.php to http://x.com/information.html while for index.php it can show http://x.com/index.php?cPath=1 http://x.com/scarfs.html The information.php is not picking up the "info_id=1". Any help will be appreciated.
  3. I got the following message on checkout_shipping.php: Warning: Missing argument 2 for discount_coupon() in /xxx/includes/classes/discount_coupon.php on line 18 Warning: Cannot modify header information - headers already sent by (output started at /xxx/includes/classes/discount_coupon.php:18) in /xxx/includes/functions/general.php on line 48 Please kindly let me know what I am missing! Thanks a lot!
  4. Sorry, just to add that the GBP transaction actually has some minor problems too: The Transaction ID is missing, the AVS and CVV2 Codes are showing "Error". I think PayPal might have changed something. Previously (i.e. until last week), my US version of this contribution worked like a charm for all transactions and all currencies.
  5. Hi, Brian, I am having problems when processing Credit Card payments (Express Checkout is fine). When I tested out transaction in CAD in Sandbox, the followings happened: 1. I got the following errors after I clicked "Confirm Order": "No response from PayPal No response was received from PayPal. Please contact the store owner for assistance." and the website took me back to checkout_payment.php 2. I then checked my business PayPal account and the money got banked into my account successfully!!!!!!!!! Since I got the above error messages, I got stuck in the checkout_payment.php page and never went through the whole checkout process, i.e. no order number was created and therefore no email being sent to confirm the order (but I got the money in my PayPal account). I changed the currency from CAD to EUR (or AUD), same error messages. However, when I tested it out with USD or GBP, my USD/GBP transactions went through ok!!!! It has been happening for a week now. Previously the very same kind of transaction was fine with all currencies without any problems. If this is of any help, the followings are the PayPal Error Dump: -------------------------------FINAL_REQ----------------------------- -------------------This is the response from PayPal------------------ --------------------------------------------------------------------- Array ( [security] => [RequesterCredentials] => Array ( [0] => Array ( [Credentials] => Array ( [0] => Array ( [username] => xxx [Password] => zzzzzzzzz [subject] => ) ) ) ) [faultcode] => SOAP-ENV:Server [faultstring] => Internal error [detail] => Timeout processing request ) --------------------------------------------------------------------- ---------------------------------TS_REQ------------------------------ --------Results of the transaction search if it was executed--------- --------------------------------------------------------------------- Array ( [security] => [RequesterCredentials] => Array ( [0] => Array ( [Credentials] => Array ( [0] => Array ( [username] => [Password] => [subject] => ) ) ) ) [TransactionSearchResponse] => Array ( [0] => Array ( [Timestamp] => 2007-03-22T05:11:04Z [Ack] => Success [CorrelationID] => bd7f0802d14b3 [Version] => 2.000000 [build] => 1.0006 ) ) ) Any help is appreciated!
  6. You are not alone. I am having the same issue. The Transaction ID, AVS and CVV2 info are all missing (or shows Error) for USD and GBP transactions (but I still got the money banked in and email notifications). As for other currencies, it returned "No response from PayPal" as an error message (However, the money got bank into my account but no email notifications). Previously, almost all currencies I accept are doing ok. It's just all of a sudden things are not working (for credit card payment).
  7. Hi, Jack, Sorry about the previous post. I logged out and logged back on and the problem went away!! Please ignore my previous post. Thanks! Ken
  8. Hi, Jack, I installed your newest contribution and I have one issue. I don't have a problem in creating the reference file, however, whenever I try to use Execute Sitemonitor, a blank page ultimately appears after about 60 seconds and there is no email sent to my email address. Any help will be appreciated! Ken
  9. I tried the newest version (no "b") but it keeps giving me a "handling charge is invalid" error...
  10. I tested out version 0.8b and it seems processing smoothly. Just one quick observation: When I need to edit shipping address, I got taken back to PayPal to do it (in version 0.8b). After I left PayPal and back to the checkout_shipping.php page again, I noticed that an account was created for me! The account won't be automatically deleted even after the checkout is successful and "Express Checkout: Automatic Account Creation" in configuration is set to "No." If I go straight through the process without visiting PayPal twice (i.e. the second time to edit my shipping address), no account is created at the end of the checkout process. No traces at all. May I know if I have done something wrong?
  11. Hi, I have a quick question on changing the amount passed to Paypal. Whenever I see $order->info['total'], I changed it to: $order->info['total'] * 1.80 1.80 is a hard-coded number in order to pass to Paypal the correct amount when under a different currency. The problem I am having is checkout_confirmation is showing USD 74.00 but my default currency is GBP 40.00. When I use Paypal WPP, the amount I got in my Paypal account is USD 40.00!! Therefore I hard-coded the above number to get the exact USD 74.00 as exactly shown to the customer on the checkout_confirmation.php page. May I know if there is a way to automate the "* 1.80" part? I tried: $order->info['total'] * $currencies->get_value('USD') but it gave me an error saying "Call to a member function on a non-object". I have very limited php knowledge so any guidance is much appreciated!
  12. Thanks a lot! Kristen. I got the 2 files and followed your instructions in the email by taking out the codes in checkout_confirmation.php and added relevant codes in checkout_shipping.php. Now checkout_shipping.php recognizes bad codes and gives relevant errors. The only thing that is still not going through is the discount itself cannot be passed to the ultimate total on the checkout_confirmation.php page, i.e. even thought I punched in the correct code, there was no discount applied to the final total. Is there anything else I need to check? Many thanks again!
  13. Thanks a lot! I have already PM you with my email address. Please let me know if you do not receive it.
  14. Thank you for your reply! I have very limited knowledge on php and I switched the additional codes from Discount Coupon Codes around to no avail. It will be greatly appreciated if you can show me where I should put the codes in checkout_confirmation.php if I want the code to process the input code from checkout_shipping.php. I have downloaded the very first version of this contribution to see how the input code got processed under checkout_shipping.php, but when I read the instructions the input code box is on the checkout_payment.php page instead of checkout_shipping.php page. Many thanks!
×
×
  • Create New...