rick9004 Posted March 2, 2007 Share Posted March 2, 2007 I am going to use the Paypal Website Payments Pro payment system. I only want to have Visa, MC and Amex as payment types. However there is a PayPal button on the page: checkout_payment.php which I wish to remove. I have used the Paypal mods to support this. The button also exists in the standard base code. THe button seems to be delivered as part of loop and not sure how to get rid of it. (I'm not a PHP person, rather a .NET developer) Code in the area is: <?php for ($i=0, $n=sizeof($confirmation['fields']); $i<$n; $i++) { ?> <tr> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td class="main"><?php echo $confirmation['fields'][$i]['title']; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td class="main"><?php echo $confirmation['fields'][$i]['field']; ?></td> </tr> <?php Thanks... Rick Regards, Rick Link to comment Share on other sites More sharing options...
♥toyicebear Posted March 2, 2007 Share Posted March 2, 2007 Read the PayPal Pro TOS, you are required to also offer PayPal Express Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.