djgizmo Posted December 4, 2003 Share Posted December 4, 2003 Hola everyone, anyways I have 2 seperate problems. #1, I just had my host setup free shared ssl for my hosting account. How do I configure oscommerce to use that? #2 How do you change/remove the default "oscommerce" banner/gif from the top of the catalog? I have removed the banner from my banner section but to no avaiul. Is there an easy way to do this? Thank you to who ever may repsond. Sean Link to comment Share on other sites More sharing options...
Guest Posted December 4, 2003 Share Posted December 4, 2003 1- In both catalog and admin/includes/configure.php define('HTTP_SERVER', 'http://www.your domain.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://your ssl url.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? 2- in catalog/includes/header.php <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?> Change the oscommerce.gif with your logo and upload your image in catalog/images folder The_Bear Link to comment Share on other sites More sharing options...
cobram3 Posted December 4, 2003 Share Posted December 4, 2003 thanks The Bear for #1! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.