Donny Posted April 26, 2005 Share Posted April 26, 2005 I'm using PayPal and I want to stop the popup warning of "certificate doesn't match" in the third step of the checkout process. The page it's calling is checkout_confirmation.php, can anyone tell me if I can kill this by editing this page? Dave Link to comment Share on other sites More sharing options...
Wendy James Posted April 26, 2005 Share Posted April 26, 2005 catalog/includes/modules/payment/paypal.php Change line: CODE $this->form_action_url = 'https://secure.paypal.com/cgi-bin/webscr'; To This: CODE $this->form_action_url = 'https://www.paypal.com/cgi-bin/webscr'; Should stop the pop up talking about the secure certificate if that is what you mean. Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Link to comment Share on other sites More sharing options...
Donny Posted April 26, 2005 Author Share Posted April 26, 2005 Awsome! Just what I wanted. Thank you so much! catalog/includes/modules/payment/paypal.php Change line: CODE $this->form_action_url = 'https://secure.paypal.com/cgi-bin/webscr'; To This: CODE $this->form_action_url = 'https://www.paypal.com/cgi-bin/webscr'; Should stop the pop up talking about the secure certificate if that is what you mean. <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Wendy James Posted April 26, 2005 Share Posted April 26, 2005 Welcome =) Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.