Community Add-Ons

Maintainers: royhimself
Add file to this package
Top » Payment Modules

Paypal no order in admin FIX 1.0
for osCommerce Online Merchant v2.1

When a costumer makes a PAYPAL payment there is no order logged in the admin area of oscommerce.

How to fix this? You need to edit the Paypal.php file... thats all !

Step 1: open paypal.php in your /includes/modules/payment/

Step 2: Add

tep_draw_hidden_field("rm",2) .

Just before
tep_draw_hidden_field('cancel_return', tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'));

around line 96

Step 3: Ready !!


------------

Or you can download the zip file and overwrite your original file

------------

Success! (fix by royhimself from The Netherlands)

Legend:  Download   Report
Expand All / Collapse All
Paypal no order in admin FIX 1.0 royhimself 1 Jul 2008  

When a costumer makes a PAYPAL payment there is no order logged in the admin area of oscommerce.

How to fix this? You need to edit the Paypal.php file... thats all !

Step 1: open paypal.php in your /includes/modules/payment/

Step 2: Add

tep_draw_hidden_field("rm",2) .

Just before
tep_draw_hidden_field('cancel_return', tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'));

around line 96

Step 3: Ready !!


------------

Or you can download the zip file and overwrite your original file

------------

Success! (fix by royhimself from The Netherlands)