Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cam_oai

Archived
  • Posts

    91
  • Joined

  • Last visited

Everything posted by cam_oai

  1. yeah, i can't find that too. are they really important?
  2. you must be a lucky bastard. :) cause i can't get it work atm
  3. well, i am looking at other solution right now. can't afford to loose money and customers. i am not sure if this only happens in sandbox or also the real paypal. in the admin section, i can't recieve any records about transaction and the order-details show the transaction failed code. the only way we can check is go to paypal/sandbox and check the logs to make sure the transaction went ok or bad :/
  4. yes, i have same prob atm too. maybe it's time to switch to other gateways?
  5. yeah, i have same prob now. not sure if it's sandbox or the files. any here has same prob with sandbox now?
  6. this is the ONLY description i get in contribution:. Contribution written by: Emmett Brosnan ? ( yesUdo.com ) Jai Karania ? ( kynet.co.uk ) File: checkout_process.php Add: // Version: 02-20-04 (BOF) 02/20/2004 - Low Stock Level Email Author: Emmett (yesUdo.com) and Jai (kynet.co.uk) $warning_stock = STOCK_REORDER_LEVEL; $current_stock = $stock_left; // Jai @ kynet.co.uk made the following change on 20-02-04 // Dynamic store url - Replaced [' http://www.YOURDOMAIN.com/] with [. HTTP_SERVER . DIR_WS_CATALOG . '] $low_stock_email = '<b>Low stock warning:</b> ' . $order->products[$i]['name'] . "\n" . '<b>Model No.:</b> ' . $order->products[$i]['model'] . "\n" . '<b>Quantity:</b> ' . $stock_left . "\n" . '<b>Product URL:</b>' . HTTP_SERVER . DIR_WS_CATALOG . 'product_info.php?products_id='. $order->products[$i]['id'] . "\n\n" . '<b>Current Low order limit is ' . $warning_stock . ' units</b>'; $low_stock_subject = 'Low Stock Warning: ' . $order->products[$i]['name']; if ($current_stock <= $warning_stock) { tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, $low_stock_subject, $low_stock_email, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); } // (EOF) 02/20/2004 - Low Stock Level Email Author: Emmett (yesUdo.com) and Jai (kynet.co.uk) After: if ((DOWNLOAD_ENABLED != 'true') || (!$stock_values['products_attributes_filename'])) { $stock_left = $stock_values['products_quantity'] - $order->products[$i]['qty']; Notes: STOCK_REORDER_LEVEL is set in your admin area configuration/stock/Stock Re-order level THAT?S IT!! can some1 tell me why this guy write a short and seems don't like to write much about this giude. what does he mean by add and after
  7. let say we have a customer who order an item, he pays via IPN. what happens direct after push the button confirm ? does he see the status complete direct or not? I use 3.0.a and i can see the transactions show "complete" right efter he finnished the purchase. and that display same in Admin site too. i think i need to check more about status and learn when it's ok / not ok to send package to customers
  8. have test the accept button? do u get the error string in email?
  9. sorry mods, but seems i can't edit my post lol. i checked the session as you told me and sure it's english in the database. Now use firefox as web browser and have Swedish at default, then vietnamese and THEN english. i remove the swe and viet lang in firefox and then only use eng as default. guess what, it's the browser. Now i have a small question, what does the accept button anyway? i press it and the page reload, display green color accept. ok now the button din't disapear and i got a message via email. and i don't think this should looks like this: ---------------------------------------- Unique-Handcraft.com ------------------------------------------------------ Order Number: 36 Detailed Invoice: http://unique-handcrafts.com/catalog/accou...php?order_id=36 Date Ordered: Tuesday 08 February, 2005 EMAIL_TEXT_PRODUCTS ------------------------------------------------------ 1 x Embroidery tablecloth 1 (khan30x30-1) = 0 ------------------------------------------------------ Sub-Total: $5.00 Per Item (Best Way): $2.50 Total: $7.50 EMAIL_TEXT_DELIVERY_ADDRESS ------------------------------------------------------ , EMAIL_TEXT_BILLING_ADDRESS ------------------------------------------------------ , EMAIL_TEXT_PAYMENT_METHOD ------------------------------------------------------ and why should it email to users when i push the accept button? because from what i can see i already got 1 after checkout succeed. the email above look not quite ok. LOL.
  10. ohh btw, this problem occurs ONLY when i enter the admin site, go to "customers" link and press Paypal IPN to check if there are new payments. if i recieive 1, i will see the data table with a button "accept". now i push "accept" button and boom, get the error (above)
  11. i use english only in my website only and of corse can don't have to click the accept button, i can choose "process" in the dropdown menu and choose submit then the accept button will dissapear. but still i sit with this prob on a new years day (yes chinese calendar ) and it annoying me a bit LOL. here it what i did, copy the catalog via FTP to the server. then open the files and copy paste /add the code left. and upload those too. that's it.
  12. first of all, i do like your contribute and the manual to the 3.0a is very good. now i am quite new in here and not a pro at php :D. can u tell me what do you mean by the $language? where can i $language. i have many lang folder and not sure which 1 to look after. cheers
  13. beside, if you check the http://www.oscommerce.com/community/contri...,all/search,ipn in the zip file, follow the direction, u don't see any file at this catalog/includes/languages//checkout_process.php direction
  14. mate, i looked it upp like 100hundred times, the checkout file is there. i wonder if it could be the 2 slashes in checkout_process.php
  15. i think this contribute is a bit lack. i press the accept button in the paypal IPN and got errors (above) and i don't know what da hell it can be. maybe to much slash slash in checkout_sucess.php Warning: notifycustomer(/home/aki3/public_html/catalog/includes/languages//checkout_process.php): failed to open stream: No such file or directory in /home/aki3/public_html/catalog/includes/modules/payment/paypal/classes/osC/Order.class.php on line 219
  16. hey i have that problem, when i hit the "accept" button in Paypal IPN link, it shows: Warning: notifycustomer(/home/aki3/public_html/catalog/includes/languages//checkout_process.php): failed to open stream: No such file or directory in /home/aki3/public_html/catalog/includes/modules/payment/paypal/classes/osC/Order.class.php on line 219 Warning: notifycustomer(/home/aki3/public_html/catalog/includes/languages//checkout_process.php): failed to open stream: No such file or directory in /home/aki3/public_html/catalog/includes/modules/payment/paypal/classes/osC/Order.class.php on line 219 Warning: notifycustomer(): Failed opening '/home/aki3/public_html/catalog/includes/languages//checkout_process.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/aki3/public_html/catalog/includes/modules/payment/paypal/classes/osC/Order.class.php on line 219 Warning: Cannot modify header information - headers already sent by (output started at /home/aki3/public_html/catalog/includes/modules/payment/paypal/classes/osC/Order.class.php:219) in /home/aki3/public_html/catalog/admin/includes/functions/general.php on line 18 what can this be?
  17. get hacked? is this wellknown issues in paypal ?
  18. which one should ppl use ? i tested the IPN from sandbox and quite pleased with it. however i don't know if ppl have to upgrade to business account (maybe) but i haven't test the personal paypal yet. any1 here like to write here about "good" and "bad" with these 2 options? :-" :thumbsup:
  19. remove the edit button then? checkout_confirmation.php has many edit. looki in the order prodcess and u can see what file it loads and go to that file to edit.
  20. and now it's working! wtf.....lol
  21. ok, maybe that's why. my paypal ipn didn't appear on payment method anymore ( it showed for 5min ago) ohh well, if u find any "tricks" or tip, plz let me know. i never use paypal before and especially not IPN :D
  22. well, i don't if it's working or not cause i am using the sandbox right now. any1 here can confirm sandbox is working with test server?
  23. hey, i download the osCommerce-PayPal_IPN-v1.1.zip and also create a test in sandbox.paypal. man this is not easy lol. i get the error message after enter the sanbox to "pay". i just want to test them all b4 we can launch the website.
  24. aaahhh i c. so i need to install that module although. i thought the oscommerce 2.2 has paypal_ipn already
×
×
  • Create New...