vptuning Posted December 28, 2004 Share Posted December 28, 2004 Hello everyone, I have been doing some research about setting up SSL on my website for Credit Card processing. I have had some luck in making the site SSL secured when checking out. However, My header.php no longer displays my site's main header tabs for navigation, etc. Can someone please provide me with the correct procedure/standard to enable my site's header images (jpg,gif, etc) to display in either shared/SSL or non-shared? I am simply using the following method for the images: <IMG SRC="/images/tabPARTSSHOP.gif" width="90" height="20" BORDER="0" ALT="[Parts Shop]"> The standard OS Commerce Images are being displayed via the following method: <?php echo TEXT_CHOOSE_SHIPPING_DESTINATION . '<br><a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING_ADDRESS, '', 'SSL') . '">' . tep_image_button('button_change_address.gif', IMAGE_BUTTON_CHANGE_ADDRESS) . '</a>'; ?> If I am not clear as to what I want, please let me know and I will try to clarify. Thanks in advance for everyone's help. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.