Graveyard666 Posted February 5, 2005 Posted February 5, 2005 how could I make an infobox appear in column_right only during the SSL engaged checkout??
Rob123 Posted February 7, 2005 Posted February 7, 2005 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
Graveyard666 Posted February 8, 2005 Author Posted February 8, 2005 Thanks Robert, worked perfectly :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.