Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL infobox??


Graveyard666

Recommended Posts

Posted

The following will display an infobox only on SSL pages...

 

Open your column_right.php file and enter the following:

if ($request_type == 'SSL') {
include (DIR_WS_BOXES . 'yourbox.php');
}

 

HTH,

Robert

Archived

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

×
×
  • Create New...