Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

xvilar

Archived
  • Posts

    28
  • Joined

  • Last visited

Everything posted by xvilar

  1. ONLY TO TRY: Try to edit /catalog/ext/modules/payment/paypal_ipn/ipn.php and comment lines 34 and 35... check this... When u finish ur testings, uncomment the lines... Cya!
  2. Hi Terra, as i'v done with Invalids (curl), I'v solved too.... i had in Paypal Sandbox a 16% spanish IVA tax, only applied in Paypal payment pages, not in my osCommerce store orders .... Without it, the total amount is the same than osCommerce order, and it changes the status to the status i'v choosed in Paypal IPN payment module config, as Paypal acknoledgment status... in this case, 11 Downloads Now Avaliable.... I'm triyng to put this IVA tax in IPN module, but if i add a Payment Zone, and a tax for it, and i select in Paypal IPN payment module config this Zone, the buyer cannot choose Paypal IPN Payment Method when it confirms the ShoppingCart... Will try something to solve... i dont know why... Thnks all again ...
  3. I'v solved too.... i had in Paypal Sandbox a 16% spanish IVA tax, only applied in Paypal payment pages, not in my osCommerce store orders .... Without it, the total amount is the same than osCommerce order, and it changes the status to the status i'v choosed in Paypal IPN payment module config, as Paypal acknoledgment status... in this case, 11 Downloads Now Avaliable.... I'm triyng to put this IVA tax in IPN module, but if i add a Payment Zone, and a tax for it, and i select in Paypal IPN payment module config this Zone, the buyer cannot choose Paypal IPN Payment Method when it confirms the ShoppingCart... Will try something to solve... Thnks all again ...
  4. Hahhahaha lol: i was replying to say same than Alex... As i can see Alex an Terra lookout both threads i'm using... will continue my experience and mistakes under this Official Paypal IPN Support Thread... in order to not flood the forum... So Alex, u can read and reply me here ok? Thnk both mans.... u rockz!
  5. Gonna check it! I'v changed "Set PayPal Acknowledged Order Status -> 4 Delivered" and ever get too 1 Pending.... Yesteday i'v commented 34 and 35 lines, and it only gets curl_exec check Off... my domain provider had some problems with curl... i think it is not related to this order_status change... but.... i'll check now... Thanks Alex!
  6. Hiya Terra, with the values: Set Preparing Order Status -> 3 Payment Processing Set PayPal Acknowledged Order Status -> 4 Delivered I ever get: Fisrt: 15/06/2006 3 Processing Payment Later: 15/06/2006 1 Pending PayPal IPN Verified [Completed (Verified; 3.48EUR)] ???? Is there something about two ipn.php (34-35) lines i'v commented? Remember it only gets off Curl_exec check. Thanks again m8!!
  7. Terra, i'v seen that i ever get 06/15/2006 1 Pending PayPal IPN Verified [Completed (Verified; $2.77)] It's normal to have Pending when the payment is Verified and Completed from Paypal?? Thanks m8!
  8. SORRY I'V SEEN WHAT I'V TO DO: I just seen next post from installation guide where u say i'v to had: Set Preparing Order Status -> 3 Payment Processing Set PayPal Acknowledged Order Status -> 11 Downloads now avalaible I'v changed, tried and now i get still Downloads not avalaibles, and this status: 15/06/2006 3 Procesando Pago (3 Payment Processing) 15/06/2006 1 Pendiente PayPal IPN Verified [Completed (Verified; 3.48EUR)] (1 Pending PayPal IPN Verified [Completed (Verified; 3.48EUR)] ) I can see there u wrote: "Set PayPal Acknowledged Order Status to '101 Download Now Available'." Think it will be "11 Download Now Avaliable" ?? Thnks for ur help myfriend!
  9. When i say: 11 Downloads Now Available (5 Descargas Ya Disponibles) i would say: 11 Downloads Now Available (11 Descargas Ya Disponibles)
  10. Now i'm trying to solve the Download Controller contribution mistakes i'v (verified, but status doesnt changes to Download Avalaible... hope that this curl commented lines doesn't make it crash... is it???? Later will change to ssl/https encrypted transacttions... :-) I think that socket ssl connection with php 4.3.10 will be run so well as curl... D u know if there are a Official Download Controller Support Thread? Thnks again my friend... cya!
  11. Hiya all my friends!! Specially AlexStudio who helps me to solve my problems... Now i'v to tell to you that i finally get VERIFIED from Paypal!!!! My problem was in /ext/modules/payment/paypal_ipn/ipn.php. I'd to comment the lines that check for CURL in my page or in my server.... Hosting company doenst like it, but has some components of curl but no activated or something like this. IPN.PHP: Line 34: // } elseif (function_exists('curl_exec')) { -> just Commented Line 35: // $curl = true; -> just Commented I explain this to others users than get the INVALID ipn from paypal and don't know what's happening... I get Verified by Paypal, BUT NOW Downloads never are avaliable... :-( I'v followed step by step this AlexStudio Installation guide... I'v uploaded all 3 folders under /catalog/ from Download_Controllerv5.3 MS2.2_2.zip contribution, and i dont know if include the 2 files there are in archive /catalog/ (checkout_process.php and checkout_shipping.php), but i'v uploaded too. I'v created the new orders status like that (inside () spanish lang (lang_id 3): 1 Pending (1 Pendiente) (default) 2 Processing (2 Proceso) 3 Payment Procesing (3 Procesando Pago) 4 Delivered (4 Entregado) 11 Downloads Now Available (5 Descargas Ya Disponibles) 12 Updated (12 Modificado) I have this order_status table under my mysql ddbb (including english and spanish lang order status): " 1 1 1 Pending 11 1 11 Downloads Now Available 1 3 1 Pendiente 2 1 2 Processing 2 3 2 Proceso 4 1 4 Delivered 4 3 4 Entregado 3 1 3 Payment processing 3 3 3 Procesando Pago 11 3 11 Descargas Ya Disponibles 12 1 12 Updated 12 3 12 Modificado " When i buy something (downloadeable of course, with his attributa download and a the file in the downloads folder) this is the order status: 14/06/2006 14:57:22 (green check mark) 4 Delivered 14/06/2006 14:57:32 (red check cross) 1 Pending PayPal IPN Verified [Completed (Verified; $2.77)] Why? PD: if i change the order status to updated, the download link appears i can Download the file. Thnks in advance everybody and one who can help me, specially Alexstudio for his help!
  12. Hi Terra, i think i was able to locate the mistake. In ipn.php i'v made 2 simple mods: Line 34: // } elseif (function_exists('curl_exec')) { -> just Commented Line 35: // $curl = true; -> just Commented It seems that are many problems with Curl in my hosting provider... i'v commented this lines, forced to use fsocket connection mode.... and without ssl... Now i'm GETTING VERIFIED... Hope than this workarround help somebody somewhere.... Now i'v to configure Downloads Controller 5.3 in order to sell my digital goods !!!!! (do you now some about Terra??? hahhahaah) Thanks to all, specially to Terra!
  13. First of all, thnx for the answer Terra... Yes, i can confirm it. Phpinfo() tells me that Register Globals (as local value and master value). Php ver 4.3.10. In order to you to get more data, i can see in access log file the post with 200 status (ok): ipn.sandbox.paypal.com - - [13/Jun/2006:14:45:02 +0200] "POST /catalog/ext/modules/payment/paypal_ipn/ipn.php HTTP/1.0" 200 - "-" "-" I think i'v configured too the sandbox seller account IPN notification section to Enabled with the url: "http://mydomain/catalog/ext/modules/payment/paypal_ipn/ipn.php" As Paypal said that all variables had to be passed and returned to Paypal, I was thinking to wrote inside ipn.php some lines in order to get into a file the variables Paypal post to my server, and wrote too the variables i return to paypal (catalog/ext/modules/payment/paypal_ipn/ipn.php, isn't it?). I'v seen the "Confirm" Button to confirm the Order and Do payment in my osCommerce shop, in order to see what i'm sending to Paypal, and i can see this Form variables: " <form name="checkout_confirmation" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="item_name" value="My Eshop"> <input type="hidden" name="shipping" value="0.00"> <input type="hidden" name="tax"> <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="amount" value="2.00"> <input type="hidden" name="currency_code" value="EUR"> <input type="hidden" name="invoice" value="10"> <input type="hidden" name="custom" value="3"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="notify_url" value="http://www.mydomain.com/catalog/ext/modules/payment/paypal_ipn/ipn.php"> <input type="hidden" name="return" value="http://www.mydomain.com/catalog/checkout_process.php?osCsid=e24b743c4e33f09bd8442c46c29a2d26"> <input type="hidden" name="cancel_return" value="http://www.mydomain.com/catalog/checkout_payment.php?osCsid=e24b743c4e33f09bd8442c46c29a2d26"> <input type="hidden" name="bn" value="osCommerce PayPal IPN v1.0"> <input type="hidden" name="page_style" value="Paypal"> <input type="image" src="includes/languages/espanol/images/buttons/button_confirm_order.gif" border="0" alt="Confirmar Pedido" title=" Confirmar Pedido "> </form> " Thanks again Terra!... hope we can detect the mistake and solve it together!
  14. As ever, i continue having so many problems wiht INVALID Procces: - I'v oscommerce 2.2 MS with IPN PayPal Module 1.3. - IPN Paypal module like: "Enable PayPal IPN Module True Move tax to total amount True E-Mail Address [email protected] Transaction Currency Selected Currency (ever i use EUR) Payment Zone --ninguno-- Set Preparing Order Status Preparing [PayPal IPN] Set PayPal Acknowledged Order Status predeterminado/a Gateway Server Testing Transaction Type Aggregate Page Style Paypal Debug E-Mail Address [email protected] Sort order of display. 0 Enable Encrypted Web Payments False Your Private Key Your Public Certificate PayPals Public Certificate Your PayPal Public Certificate ID Working Directory OpenSSL Location /usr/bin/openssl" I'v a Sandbox account. I'v created into it 2 accounts (email verified and Card verified too): - one for the buyer - one for the seller (same email as the 'false email' [email protected] in the paypal module config in my oscommerce site). When i confirm and order, i can do so well the payment proccess into Paypal Sandbox. I get the order, with all taxes ok, with the currency ok, and the payment proccess was OK, and i'm returned to my site. Then i get a proccess status like Preparing [PayPal IPN], and so fast another wiht: "PENDING - PayPal IPN Invalid [Completed]" I get too an email to Debug addres ([email protected]) this email: "Subject: PayPal IPN Invalid Process "Body: $_POST: payment_date=02:16:46 Jun 13, 2006 PDT txn_type=web_accept last_name=Last Name residence_country=ES item_name=Own Eshop payment_gross= mc_currency=EUR [email protected] payment_type=instant verify_sign=AqBqA1nSf.CEBj1d5rbDP.LO-woKAymGMvj.jNmcySV0YdIChZNvR-wL payer_status=verified test_ipn=1 tax=0.00 [email protected] txn_id=5KY82957986302635 quantity=1 [email protected] first_name=Buyer invoice=3 payer_id=JYFZ9XJGKBCXL receiver_id=EEG8KMJKKYSKS item_number= payment_status=Completed payment_fee= mc_fee=0.86 shipping=5.00 mc_gross=15.00 custom=2 charset=windows-1252 notify_version=2.1 $_GET:" Please n1 here could help me, please? I'm going Crazy cos' i can see there r too many people with this module running so well, but i cannot... and i dont know why.. Thanks in advance.
  15. Hiya friends.... i'v some problems, could u help me? Let me explain: I can imagine that Paypal IP Module 1.2 is working so well to all the people, but i dont understand why, in my case, isnt running ok, and i get allways Pay Pal IPN Invalid (but Completed). I'v tried with EUR as alone Currency, in both sites, mine with osCommerce MS2.2 and Paypal Sandbox (seller user and customer user) In my osCommerce site: - osCommerce MS2.2 - Paypal IPN module 1.2 installed like AlexStudio posted in his Installation Guide in this forums. - After triyng with EUR, i would try only with USD. I'v deleted currencies and i have only USD. - In the configuration of the paypal ipn module, i'v put the Currency to Only USD (tried too with Selected Currency) In Sandbox: - I'v a seller account, with only a balance with USD currency. - I'v a buyer account, with only a balance with USD currency. I log into Sandbox, go to my osCommerce site, i do an order, select Paypal IPN as payment mode, i can check in Sandbox payment pages the order ok, the amounts ok (in USD), i do the payment and all is ok. But i ever get and PayPal IPN Invalid Process.... but completed transaction. I post here the paypal ipn module configuration: Enable PayPal IPN Module True Move tax to total amount False Mail Address [sandbox seller email address] Transaction Currency Only USD (tried too Selected Currency] Payment Zone None Set Preparing Order Status Preparing [Paypal IPN] Set PayPal Acknowledged Order Status Default Gateway Server Testing Transaction Type Per Item Page Style Paypal Debug E-Mail Address [my real email] Sort order of display 0 Enable Encrypted Web Payments False OpenSSL Location /usr/bin/openssl Thnx in advance everyboy here!
  16. First of all, lot o Thanks for your help, Alex... I can imagine that the module is working so well to all the people, but i dont understand why, in my case, isnt running ok, and i get allways invalid. In my osCommerce site: - I'v deleted currencies and i have only USD. - In the configuration of the paypal ipn module, i'v put the Currency to Only USD (tried too with Selected Currency) In Sandbox: - I'v a seller account, with only a balance with USD currency. - I'v a buyer account, with only a balance with USD currency. I log into Sandbox, go to my osCommerce site, i do an order, select Paypal IPN as payment mode, i can check in Sandbox payment pages the order ok, the amounts ok (in USD), i do the payment and all is ok. But i ever get and PayPal IPN Invalid Process.... but completed transaction. I post here the paypal ipn module configuration: Enable PayPal IPN Module True Move tax to total amount False Mail Address [sandbox seller email address] Transaction Currency Only USD (tried too Selected Currency] Payment Zone None Set Preparing Order Status Preparing [Paypal IPN] Set PayPal Acknowledged Order Status Default Gateway Server Testing Transaction Type Per Item Page Style Paypal Debug E-Mail Address [my real email] Sort order of display 0 Enable Encrypted Web Payments False OpenSSL Location /usr/bin/openssl Thnx again....
  17. Thnx Alexstudio, like ever... :-) I'v tried with USD and invalid again... people from paypal in sandbox forums told me that i'v to send all the variables to paypal trought ipn, and it seems that paypal ipn payment module doesnt sends all (not only needed, all....) Do you knew something about? Thnx again.
  18. Thnx again for your help Alexstudio. - I dont undestand waht d u mean with 'set same currency for both...'. D u mean that i'v to put in paypal ipn payment module (under my osCommerce installation) the "Transaction Currency" (i'v now "only Eur") same value in Paypal sandbox "currency balances" (i'v now Eur -> Primary open, and all other closed) ??? I think it's the same, but still invalid but completed. - Another question, if you grant me, i'v to put in Paypal sandbox, under the seller profile the "Instant payment notificacion" url to: "http://mydomain/catalog/includes/modules/payment/paypal_ipn.php" or to " http://mydomain/catalog/ext/modules/paymen...n/ipn.php" ?? I can see in my web access_log file that ipn sandbox goes trougth last i put... - I'v put in "Set Preparing Order Status" Preparing [PayPal IPN] i think it's ok. But in "Set PayPal Acknowledged Order Status" i'v Default... is that i'v to have?? Thnx again.... !!!
  19. Hiya myfriends, first of all thnx for yours answers. I'v solved the 'already payment done' mistake. I think it was the IPN url i'd put in PayPal seller configuration. I'm only using osCommerce MS2.2 (latest) with Paypal IPN 1.3 (latest). Still not installed download controller. I try to buy a product with shipment or another trought download. I can pay and finish in Paypal Sandbox all the proccess (in both cases, with shipment or download), including to see the Paypal receipt, etc. and i get a new order status in my osCommerce installation. (i know i would like to use download i'v to use Download Controller or any contribution similar). But i recive this status: "PayPal IPN Invalid [Completed]" I receive too an email with same text as subject and the next mess body: " $_POST: payment_date=06:04:08 May 23, 2006 PDT txn_type=web_accept last_name=my last name residence_country=ES item_name=My Eshop - TEST payment_gross= mc_currency=EUR [email protected] payment_type=instant verify_sign=AnNMT7nRteKS2auTkxdsRz9rRvvPAHagtjI0pTvYqBAVxF-pLlDdblKi payer_status=verified test_ipn=1 tax=0.00 [email protected] txn_id=29W71889WF071490N quantity=1 [email protected] first_name=Comprador invoice=23 payer_id=MNCVUMTEAXR8Q receiver_id=4J93YG8Z5EQPU item_number= payment_status=Completed payment_fee= mc_fee=0.96 shipping=6.00 mc_gross=18.00 custom=2 charset=windows-1252 notify_version=2.1 $_GET: " Could anyone here help me? Thanks in advance.
  20. Hiya AlexStudio, first of all thnx for your answer, and thnx for the tutorial. I'v solved the 'already payment done' mistake. I think it was the IPN url i'd put in PayPal seller configuration. I'm only using osCommerce MS2.2 (latest) with Paypal IPN 1.3 (latest). Still not installed download controller. I try to buy a product with shipment or another trought download. I can pay and finish in Paypal Sandbox all the proccess (in both cases, with shipment or download), including to see the Paypal receipt, etc. and i get a new order status in my osCommerce installation. (i know i would like to use download i'v to use Download Controller or any contribution similar). But i recive this status: "PayPal IPN Invalid [Completed]" I receive too an email with same text as subject and the next mess body: " $_POST: payment_date=06:04:08 May 23, 2006 PDT txn_type=web_accept last_name=my last name residence_country=ES item_name=My Eshop - TEST payment_gross= mc_currency=EUR [email protected] payment_type=instant verify_sign=AnNMT7nRteKS2auTkxdsRz9rRvvPAHagtjI0pTvYqBAVxF-pLlDdblKi payer_status=verified test_ipn=1 tax=0.00 [email protected] txn_id=29W71889WF071490N quantity=1 [email protected] first_name=Comprador invoice=23 payer_id=MNCVUMTEAXR8Q receiver_id=4J93YG8Z5EQPU item_number= payment_status=Completed payment_fee= mc_fee=0.96 shipping=6.00 mc_gross=18.00 custom=2 charset=windows-1252 notify_version=2.1 $_GET: " Could u or anyone here help me? Thanks in advance.
  21. Which contribution, please? Works with Dowloads Controller too? or u use another download contrib?? Thnx in advance!
  22. Hiya my friends... i'v a problem with this contribution payment module: I'v installed Oscommerce 2.2 and i'v read all post i'v seen in order to get running: PayPal IPN Payment Module + Download Controller 5.3 I'v been guided by: Installation Guide - osC Paypal IPN 1.1 + Downloads Controller 5.3 - on fresh osC MS2.2, for 'lazy' users to sell downloadable goods (Oct 27 2005, 10:37 PM). It's the best post i'v read about this till today, but i'v a little problem. I havent installed yet the Download Controller 5.3 contribution. First i want to try the Palpay IPN 1.2 for 2.2MS2.... Ever i do a paypal IPN payment trhought sandbox of course, and after i get authenticated, i get from the sandbox: "This invoice has already been paid" and i havent paid nothing instead on Sandbox. I do another order, and another and another, with different user, but nothing... ever the same: "This invoice has already been paid" One of the paypal staff guys tell me that the payment button has the same IPN each time ???? i dont undestant, what can i do? Thanks in advance!
×
×
  • Create New...