Paypal checkout problem
#22
Posted 07 July 2007, 12:41
satish, on May 28 2007, 03:49 PM, said:
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
Posted 28 July 2007, 02:34
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
Posted 19 August 2007, 12:05
alqamardesigns, on Jul 28 2007, 03:34 AM, said:
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
Posted 19 August 2007, 15:38
satish, on May 28 2007, 04:49 PM, said:
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
Posted 19 August 2007, 17:30
If YOu have Gb and not GBP or CDN and not CAD then this might happen.
Satish
Check My About US For who am I and what My company does.
#27
Posted 06 September 2007, 14:13
#28
Posted 07 September 2007, 20:20
Bazzer, on Sep 6 2007, 03:13 PM, said:
Thanks Bazzer that worked, the company im with HOST DEPARMENT had no idea how to fix the issue!
#29
Posted 03 October 2007, 06:35
Sikhishop, on Sep 7 2007, 08:20 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
Edited by beaman, 03 October 2007, 06:37.
#30
Posted 03 October 2007, 06:41
chaners, on Mar 22 2004, 07:06 PM, said:
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.
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
Posted 16 October 2007, 23:03
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
Posted 02 November 2007, 15:49
beaman, on Oct 2 2007, 10:41 PM, said:
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
#33
Posted 14 November 2007, 00:44
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
Posted 15 November 2007, 18:33
#35
Posted 28 December 2007, 12:40
tante, on Sep 27 2005, 07:43 AM, said:
#36
Posted 28 December 2007, 14:55
#37
Posted 29 December 2007, 06:07
harikatt, on Dec 29 2007, 03:55 AM, said:
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
Posted 30 December 2007, 07:06
#39
Posted 24 January 2008, 04:50
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
Posted 11 February 2008, 19:08
Newbie here.....Sooooo many problems......Sooooo little time.
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:
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.














