paulasc Posted September 6, 2006 Share Posted September 6, 2006 I noticed a few people have asked how to change the custom payment page for paypal, and I had the same problem, so here's how you can get around it: ---------------------------------------------------------------------------------------- To select the correct custom payment page for paypal through oscommerce. Change file: checkout_confirmation.php add this line: echo ('<input type="hidden" name="page_style" value="your_custom_page_name">'); (change "your_custom_page_name") before this line: (approx. Ln.324) echo tep_image_submit('button_confirm_order.gif', IMAGE_BUTTON_CONFIRM_ORDER) . '</form>' . "\n"; That's it, you're done! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.