dnl07 Posted February 17, 2007 Share Posted February 17, 2007 Does anyone know how to remove the paypal logo and/or paypal checkout process from the checkout? I'm useing paypals website payments pro and useing an API to accept credit cards directly on the website and I'd like to delete the "checkout with paypal" logo and only use the direct credit cards option..... http://69.16.254.193/cws/ Thanks for any help on this one! DNL Link to comment Share on other sites More sharing options...
Velveeta Posted February 17, 2007 Share Posted February 17, 2007 Does anyone know how to remove the paypal logo and/or paypal checkout process from the checkout? I'm useing paypals website payments pro and useing an API to accept credit cards directly on the website and I'd like to delete the "checkout with paypal" logo and only use the direct credit cards option..... http://69.16.254.193/cws/ Thanks for any help on this one! DNL If you mean that of the 2 parts of Paypal's WPP service, you only want to use Direct Payment, and not express checkout, I believe this violates the terms of use... If I remember correctly, and it has been a while, Paypal will let you use Express Checkout by itself, but if you want to use Direct Payment, you must also offer them the choice of Express Checkout... Also, their logos must be visible in certain areas of the site, such as on the login page and before a payment page, meaning I think it has to be on the shipping page as well... If you're talking about scrapping Paypal's WPP service altogether because you got an actual merchant account, all you should need to do is to disable the payment module in the admin console I think... Those logo appearances should be based on whether the module is enabled or not, if that module was coded properly... Richard. Richard Lindsey Link to comment Share on other sites More sharing options...
MJP Posted February 17, 2007 Share Posted February 17, 2007 Does anyone know how to remove the paypal logo and/or paypal checkout process from the checkout? I'm useing paypals website payments pro and useing an API to accept credit cards directly on the website and I'd like to delete the "checkout with paypal" logo and only use the direct credit cards option..... http://69.16.254.193/cws/ Thanks for any help on this one! DNL Under Paypal's Website Payment Pro TOS you can't remove that logo or remove the option to allow customers the use of Paypal's checkout process. Link to comment Share on other sites More sharing options...
Velveeta Posted February 17, 2007 Share Posted February 17, 2007 Does anyone know how to remove the paypal logo and/or paypal checkout process from the checkout? I'm useing paypals website payments pro and useing an API to accept credit cards directly on the website and I'd like to delete the "checkout with paypal" logo and only use the direct credit cards option..... http://69.16.254.193/cws/ Thanks for any help on this one! DNL You also seem to have an error in the installation of this payment module, as I just tried to use my paypal account login, and when it redirected me back to your store, this error was thrown: 1054 - Unknown column 'customers_paypal_payerid' in 'field list' SELECT customers_id, customers_firstname, customers_lastname, customers_paypal_payerid, customers_paypal_ec FROM customers WHERE customers_email_address = '<mypaypalemailaddress>' Richard. Richard Lindsey Link to comment Share on other sites More sharing options...
dnl07 Posted February 17, 2007 Author Share Posted February 17, 2007 You also seem to have an error in the installation of this payment module, as I just tried to use my paypal account login, and when it redirected me back to your store, this error was thrown: 1054 - Unknown column 'customers_paypal_payerid' in 'field list' SELECT customers_id, customers_firstname, customers_lastname, customers_paypal_payerid, customers_paypal_ec FROM customers WHERE customers_email_address = '<mypaypalemailaddress>' Richard. I will look into this, thanks for the quick reply...... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.