Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Paypal checkout problem


46 replies to this topic

#21 satish

  • Community Member
  • 5,315 posts
  • Real Name:Satish Mantri
  • Gender:Male
  • Location:Nagpur(India)

Posted 03 June 2007, 16:37

Hello Cflinch,
If You are loosing orders then
1)Add order holding contrib.
2)install paypal IPN.

Regards,
Satish
Ask for osCommerce value addon suggestion tips for your site.
Check My About US For who am I and what My company does.


#22 tmart

  • Community Member
  • 1 posts
  • Real Name:Tissy Joseph

Posted 07 July 2007, 12:41

View Postsatish, on May 28 2007, 03:49 PM, said:

$process_button_string = tep_draw_hidden_field('cmd', '_xclick') .
tep_draw_hidden_field('business', MODULE_PAYMENT_PAYPAL_ID) .
tep_draw_hidden_field('item_name', STORE_NAME) .
tep_draw_hidden_field('amount', number_format(($order->info['total'] - $order->info['shipping_cost']) * $currencies->get_value($my_currency), $currencies->get_decimal_places($my_currency))) .
tep_draw_hidden_field('shipping', number_format($order->info['shipping_cost'] * $currencies->get_value($my_currency), $currencies->get_decimal_places($my_currency))) .
tep_draw_hidden_field('currency_code', $my_currency) .
tep_draw_hidden_field('return', tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL')) .
tep_draw_hidden_field('cancel_return', tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'));

return $process_button_string;

This code is responsible in std oscommerce payment module.
So just serialize and place this $process_button_string in a file.
if amount has no value then You need to dump the order info total to know what is happening.

Second If You are trying to send some encrypted values were as YOu are stating on paypal that form is unencrypted or vice versa then too this might happen.

Satish

Hello Satish, Can you please tell me how to add INR ( Indian Rs.) to payal? As you know the default Paypal currency is US$. But people buying from our site www.tmart.in will be paying only in INR and how to incorporate this with Paypal please!

Best regards
Tissy Joseph

#23 alqamardesigns

  • Community Member
  • 64 posts
  • Real Name:qamar

Posted 28 July 2007, 02:34

Hi,
I was going crazy, my paypal and nocheque was not working.
after reading allllllllll the posts, all the problem was:

In admin check what you have selected your currency as
and make sure its the same as what you set your paypal as

as for me my currency was set to GB Pound
and paypal was GBP
so i changed the currency to GBP!

and its working!! Praise be to God!!

Ok I hope that help all those who had this problem also!
TC

#24 austinbb

  • Community Member
  • 5 posts
  • Real Name:Tony Copping

Posted 19 August 2007, 12:05

View Postalqamardesigns, on Jul 28 2007, 03:34 AM, said:

Hi,
I was going crazy, my paypal and nocheque was not working.
after reading allllllllll the posts, all the problem was:

In admin check what you have selected your currency as
and make sure its the same as what you set your paypal as

as for me my currency was set to GB Pound
and paypal was GBP
so i changed the currency to GBP!

and its working!! Praise be to God!!

Ok I hope that help all those who had this problem also!
TC

I did this and yes it corrected the problem, but.... the items in my shop went to a price off £0 (Zero) even though they are set correctly in the catalog, did this happen to you??

Edited by austinbb, 19 August 2007, 12:07.


#25 austinbb

  • Community Member
  • 5 posts
  • Real Name:Tony Copping

Posted 19 August 2007, 15:38

View Postsatish, on May 28 2007, 04:49 PM, said:

$process_button_string = tep_draw_hidden_field('cmd', '_xclick') .
tep_draw_hidden_field('business', MODULE_PAYMENT_PAYPAL_ID) .
tep_draw_hidden_field('item_name', STORE_NAME) .
tep_draw_hidden_field('amount', number_format(($order->info['total'] - $order->info['shipping_cost']) * $currencies->get_value($my_currency), $currencies->get_decimal_places($my_currency))) .
tep_draw_hidden_field('shipping', number_format($order->info['shipping_cost'] * $currencies->get_value($my_currency), $currencies->get_decimal_places($my_currency))) .
tep_draw_hidden_field('currency_code', $my_currency) .
tep_draw_hidden_field('return', tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL')) .
tep_draw_hidden_field('cancel_return', tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'));

return $process_button_string;

This code is responsible in std oscommerce payment module.
So just serialize and place this $process_button_string in a file.
if amount has no value then You need to dump the order info total to know what is happening.

Second If You are trying to send some encrypted values were as YOu are stating on paypal that form is unencrypted or vice versa then too this might happen.

Satish


Satish
Could you explain this a little clearer please because I have copied your text and substitued it for the relevent text in my paypal.php file and it made no difference, the value taken to paypal is still zero
Thanks


#26 satish

  • Community Member
  • 5,315 posts
  • Real Name:Satish Mantri
  • Gender:Male
  • Location:Nagpur(India)

Posted 19 August 2007, 17:30

If on Paypal it is coming to Zero implies that the currency Naming convention has not been followed.
If YOu have Gb and not GBP or CDN and not CAD then this might happen.

Satish
Ask for osCommerce value addon suggestion tips for your site.
Check My About US For who am I and what My company does.


#27 Bazzer

  • Community Member
  • 1 posts
  • Real Name:Barrie Barnes

Posted 06 September 2007, 14:13

Having just started using osCommerce I hit just the same problem - no 'Amount' showing in PayPal - but solved it in a different way. In fact, I suspect there could be a number of reasons for the problem but anyway here's mine. When laying down the currency for a country in the osCommerce Admin section, I failed to use one of the currency codes that PayPal expects. In this case I put UKP instead of GBP. Hope this helps others with similar problems.

#28 Sikhishop

  • Community Member
  • 1 posts
  • Real Name:Jujar

Posted 07 September 2007, 20:20

View PostBazzer, on Sep 6 2007, 03:13 PM, said:

Having just started using osCommerce I hit just the same problem - no 'Amount' showing in PayPal - but solved it in a different way. In fact, I suspect there could be a number of reasons for the problem but anyway here's mine. When laying down the currency for a country in the osCommerce Admin section, I failed to use one of the currency codes that PayPal expects. In this case I put UKP instead of GBP. Hope this helps others with similar problems.


Thanks Bazzer that worked, the company im with HOST DEPARMENT had no idea how to fix the issue! :thumbsup:

#29 beaman

  • Community Member
  • 23 posts
  • Real Name:irfan

Posted 03 October 2007, 06:35

View PostSikhishop, on Sep 7 2007, 08:20 PM, said:

Thanks Bazzer that worked, the company im with HOST DEPARMENT had no idea how to fix the issue! :thumbsup:

HI guys here is a solution. I know people are having problem. this is what you should be doing.

there are 2 option for paypal in PAYMENT MODULEs. USE 2nd one ie (Paypal IPN ) .... not first one. Make sure first one is disabled. If you use first one it'll give you same problem. try it and let me know.

here is copy of PAYMENT MUDULES page for more information and paypal options are in red color.

Payment Modules

Modules Sort Order Action
Authorize.net
Credit Card (Not For Production Use) 0
ChronoPay
Cash on Delivery 0
iPayment
Check/Money Order
NOCHEX
PayPal
PayPal IPN 0

PayQuake (Credit Card)
2CheckOut
PSiGate
SECPay
Sofortüberweisung Direkt
WorldPay Junior

Edited by beaman, 03 October 2007, 06:37.


#30 beaman

  • Community Member
  • 23 posts
  • Real Name:irfan

Posted 03 October 2007, 06:41

View Postchaners, on Mar 22 2004, 07:06 PM, said:

Hello,

When I press the confirm checkout button using paypal payment option. It will go to the paypal security payment page. However, the amount is not show on the payment page, which I have to key in the amount by myself.
:o

Can any one help me how to make the total amount show on the payment page.

Thanks,
Chaners

HI guys here is a solution. I know people are having problem. this is what you should be doing.

there are 2 option for paypal in PAYMENT MODULEs. USE 2nd one ie (Paypal IPN ) .... not first one. Make sure first one is disabled. If you use first one it'll give you same problem. try it and let me know.

here is copy of PAYMENT MUDULES page for more information and paypal options are in red color.

Payment Modules

Modules Sort Order Action
Authorize.net
Credit Card (Not For Production Use) 0
ChronoPay
Cash on Delivery 0
iPayment
Check/Money Order
NOCHEX
PayPal
PayPal IPN 0
PayQuake (Credit Card)
2CheckOut
PSiGate
SECPay
Sofortüberweisung Direkt
WorldPay Junior

#31 spiffywebgal

  • Community Member
  • 3 posts
  • Real Name:Merideth Kinney

Posted 16 October 2007, 23:03

I can't find where my problem has been solved on any forums -

the site uses PayPal and PayPal Web Payments Pro. Prior to installing PayPal WPro, everything was fine, but now, the disounts/coupons are not being applied to the total during checkout if the customer pays with Credit Card. If they pay with regular paypal, there's no issue. Is there a fix for this or is anyone but me having this issue?

#32 seatosky

  • Community Member
  • 8 posts
  • Real Name:lisa

Posted 02 November 2007, 15:49

View Postbeaman, on Oct 2 2007, 10:41 PM, said:

HI guys here is a solution. I know people are having problem. this is what you should be doing.

there are 2 option for paypal in PAYMENT MODULEs. USE 2nd one ie (Paypal IPN ) .... not first one. Make sure first one is disabled. If you use first one it'll give you same problem. try it and let me know.

here is copy of PAYMENT MUDULES page for more information and paypal options are in red color.

Payment Modules

Modules Sort Order Action
Authorize.net
Credit Card (Not For Production Use) 0
ChronoPay
Cash on Delivery 0
iPayment
Check/Money Order
NOCHEX
PayPal
PayPal IPN 0
PayQuake (Credit Card)
2CheckOut
PSiGate
SECPay
Sofortüberweisung Direkt
WorldPay Junior
HI i don't have the option for the second paypal module. where would i find it.

#33 assadrafaq

  • Community Member
  • 14 posts
  • Real Name:Assad Rafaq

Posted 14 November 2007, 00:44

I have a similar problem,and Posted at different places on the Forum but no response received.

I am using Paypal as Payment Module. (others modules are as under).
Authorize.net
Credit Card
Cash on Delivery
iPayment
Check/Money Order
NOCHEX
PayPal

2CheckOut
PSiGate
SECPay


Problem is that In PAYAPL it gives my Store Name instead of item description.


Can any body help me out in a easiar way as I am new in using OSCommerce.


Thanx in advance

Edited by assadrafaq, 14 November 2007, 00:48.


#34 kassim

  • Community Member
  • 2 posts
  • Real Name:Kassim

Posted 15 November 2007, 18:33

I have the same problem. Can anyone help?

#35 ivanimage

  • Community Member
  • 1 posts
  • Real Name:ivan

Posted 28 December 2007, 12:40

View Posttante, on Sep 27 2005, 07:43 AM, said:

I have the same problem :(
hey dheathorn, i couldn't find the 'if array' bit in the paypal.ipn.php file but i did in the normal paypal which is what i was seeking for, it worked a treat you are an absolute bloody star, was searching for ages to solve this prob, thanks heaps :rolleyes:

#36 harikatt

  • Community Member
  • 30 posts
  • Real Name:hari

Posted 28 December 2007, 14:55

Did you tried the paypal IPN settings.. did u created an test sandbox login.. did u entered the test email

#37 bookshop24-7.com

  • Community Member
  • 9 posts
  • Real Name:Donna Miller

Posted 29 December 2007, 06:07

View Postharikatt, on Dec 29 2007, 03:55 AM, said:

Did you tried the paypal IPN settings.. did u created an test sandbox login.. did u entered the test email

Harikatt, I have the PayPal IPN and Super Download store contribution too and I'm having this same problem of OSC passing no price and the store name instead of the product description. I have it set so that multiple items can be ordered.

Can you give details of how you solved it? I did create a test sandbox login and entered the test email. I'm not really finding solutions to this problem.

#38 harikatt

  • Community Member
  • 30 posts
  • Real Name:hari

Posted 30 December 2007, 07:06

Ok, first let me know what settings you have and what settings did u entered in the paypal IPN modules. let me know first.

#39 tambay

  • Community Member
  • 28 posts
  • Real Name:Tamara
  • Gender:Female
  • Location:Australia

Posted 24 January 2008, 04:50

I am having the same problem.

No information is carrying over to PayPal and it asks to put in total w/o shipping manually. But w/o means without. And when you go to the next step, it doesn't include postage. So nothing is being transferred over.

Has anyone solved this problem yet.

I have cut and pasted the abouve thread (which was exactly the same as what I had anyway, but it was worth a shot), but nothing changed.

#40 thewizardshat

  • Community Member
  • 20 posts
  • Real Name:Lady Alexandria
  • Gender:Female
  • Location:USA

Posted 11 February 2008, 19:08

Hello Everyone,

Newbie here.....Sooooo many problems......Sooooo little time. :blush:
I moved my website in September from a different hosting company because they were terrible. I rebuilt my whole site from the ground up in Oscommerce. I have two serious problems that are getting in the way of my site being profitable. I hope someone can help me. I obviously know some HTML, as I have learned on the fly. I would appreciate ANY help that I can Get.

http://www.mythmedievalceltic.com/store/

My two biggest issues are:
:D
1- Paypal issues. I tested my PayPal account and have it set as normal PayPal- but now when you try to checkout as a customer, it takes you directly to the "Sandbox environment". How do I fix this? Do I need to use Papal IPN? I do not know what to put in the various fields.

******FROM HERE ON I DO NOT KNOW WHAT TO DO.......................
Page Style
The page style to use for the transaction procedure (defined at your PayPal Profile page)

Debug E-Mail Address
All parameters of an Invalid IPN notification will be sent to this email address if one is entered.

Sort order of display.
Sort order of display. Lowest is displayed first.

Enable Encrypted Web Payments
Do you want to enable Encrypted Web Payments?
True
False
Your Private Key
The location of your Private Key to use for signing the data. (*.pem)

Your Public Certificate
The location of your Public Certificate to use for signing the data. (*.pem)

PayPals Public Certificate
The location of the PayPal Public Certificate for encrypting the data.

Your PayPal Public Certificate ID
The Certificate ID to use from your PayPal Encrypted Payment Settings Profile.

Working Directory
The working directory to use for temporary files. (trailing slash needed)

OpenSSL Location
The location of the openssl binary file.




2- Why do people using Safari & Firefox have problems with there shopping carts Disappearing?


Thanks,
Natasha:D

Edited by thewizardshat, 11 February 2008, 19:09.