Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL An PayPAl


Donny

Recommended Posts

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

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

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...