Community Add-Ons
| Maintainers: | royhimself |
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)
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)
