Fix – How to have PayPal Order shown in Admin side.




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

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

Order will now show in admin side.


Leave a Reply