Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

two quick questions


steptoe675

Recommended Posts

Posted

1. Which are the files that need ssl on shared ssl

2. can you bypass the oscommerce checkout and go straight to a payment gateway website i.e. Paypal when a customer purchases something so I don't need to store there info

Posted

Hi John,

 

1) You can identify the pages that will use the SSL because they will state SSL on the page. For example, login.php has this line:

 

$breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_LOGIN, '', 'SSL'));

 

I believe Login.php, checkout_confirmation.php, checkout_payment.php, checkout_process.php, create_account.php and checkout_shipping.php all have SSL ability. There may be more, but those for sure.

 

2) There is a contribution called PWA that bypasses most of the checkout process. It does require the user to enter shipping and contact information but does not store order information.

 

I hope this helps.

 

 

Chris

Archived

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

×
×
  • Create New...