Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

liz0

Pioneers
  • Posts

    40
  • Joined

  • Last visited

Profile Information

  • Real Name
    L Z

liz0's Achievements

  1. My site worked fine until today - several orders today didn't get through after the payment is completed at paypal. IPN history shows "Retrying" because of 500 error and my server access log shows "POST /ipn.php HTTP/1.0" 500 - "-" "-" I didn't changed anything before it happened. And when I made 2 test orders, they went through fine and IPN was successfully. Yet, another order came in as "pending" and paypal IPN failed. Any explaination about this? I don't remember which version of mod this is since it was loooong ago... on the top of ipn.php file it says: ipn.php,v 2.8 2004/09/11 devosc Exp Please help! This is very annoying problem as I need to go in adjust inventory in case low-stock items got oversold. Many thanks!
  2. I have confirmed the problem is caused by psw protection of admin folder. Once removed IPN worked. Any ways to get around so it still works and I can protect admin with psw? I'm using PayPal_Shopping_Cart_IPN (IPN received by /domain/ipn.php, not the mod that has /ext/..../ipn.php). Thanks in advance!
  3. I recently changed admin folder /admin to something else, also added psw protection to this folder via cpanel. Then the orders after the changes were not updated to "processing" as they should. It seems to be something to do with paypal ipn? What changes do I need to make in order to make ipn work again?
  4. I have a question about Get SAME free item as the item they purchased - How can I check stock on shopping cart page in this case? Say I have 5 items in-stock, and they can buy one get one free. Currently if I input 5 as purchased qty, the free item shows as 1, which ends up 6 totally. And I can check out from that point. The stock check is by product id, but when 2 items are the same but show in 2 different rows, the same id will repeat twice in the array and both can pass the stock check, since 6 and 1 are both <= 5. Another interesting thing I found is, if I bought 1 item in the cart, it shows 1 free item; but if I want to change qty in the cart, say buy 2, the qty stays same (1) if I do this change in the PURCHASED item qty box; but if do it in FREE ITEM qty box, it works - buy becomes 2, and free is still 1 (I have limited free to 1). Same thing if I want to decrease the qty that I buy. I have to change qty in free item qty box instead of buy qty box... which would definately confuses my customers. Any fix for these 2 issues? Thanks a bunch! I really want to make this great mod to work!
  5. I always want a gift mod. Thank you! Is that possible it is set so it allows multiple gift depending on value in shopping cart? e.g., $50 get to choose a gift in one specific gift category; $100 then add another category of gifts to the selection... (so people who spend $100 will be able to choose gift from both categories)... and admin can set the levels at backend.
  6. never mind...seems working again now. strange!
  7. I just noticed it does not give anything for international shipping options. And it's working this morning. Thanks a ton! My module is latest version.
  8. My paypal_ipn works well except it shows wrong info in order admin. when it's supposed to show paypal transaction info, it always says "No PayPal Transaction Information Available () ". But the payment is completed and can be found in paypal ipn page. The status is set to processing, product qty is decuted and email is sent. (When payment is not complete, it will show "No PayPal Transaction Information Available (b6d3213da52ff0a3761bb6516bc60767) " - some code after the sentense) Another thing, if user pays with echeck, it works like its supposed to be: pending status and set back automatically when the payment is cleared, then product qty deducted. However, it'll be a problem if the item has low qty in stock. since its still available to visitors, some other customers may buy them. Right now I have to manually deduct each product for echeck transaction, and then , after payment is cleared, i need manually add them back (other the inventory will be deducted twice). Any alternative solution for this without disable echeck? Thanks a lot!
  9. I installed "Auto mysql backup" (http://www.oscommerce.com/community/contributions,3100) for my shop at 1and1. It did send me email with an attachment of mysql backup. But it is all blank. Is that because in 1and1, the database and my store are not on the same server? If it is, how should it be solved? Thank you!
  10. So you use this for google only but not edgeio. And I only need this for edgeio and want it ping the server directly. Also, that "limit" thing you can simply comment it out rather than change the number since it's for debugging only.
  11. Also, when i set "dryrun=true" (generate xml but not ping the server), it sometimes ran fine - gave me a xml. but when it's "false", i got that error only.
  12. My file is renames as "edgeio.php" so it is not the issue
×
×
  • Create New...