Just make sure the certificate is installed, then make sure the order page that feeds the data and returns the response is using https:// instead of http://. Or you can run the entire site in https://...Nothing that you have to do in the code has to change otherwise - https:// is just a protocol so other than ensuring the pages that you want to be secure are using the protocol nothing else has to change.
+++ Rick ---
I have a Web Connection page setup to take online applications. At the end the applicant needs to pay $25 by credit card. I seem to have beaten Elavon into submission for processing the charge, but i have beentold that the bank will not let me go into production unless the page asking for the credit card number and expiration date is https. Beyond installing a certificate on the server, how do I make the page asking for data to be https?
Potter