Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Multiple Problems - #1 SSL and #2 Default Banner


djgizmo

Recommended Posts

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

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

Archived

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

×
×
  • Create New...