Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fantom Characters


bdub

Recommended Posts

Hello!

 

I am working on a site (https://digiartmart.com/shop). When i change things like column_left, the footer, etc., "" appears at the top of it. (see the link for examples) The only code I have in column_left is

<?php
/*
 $Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/

 if ((USE_CACHE == 'true') && empty($SID)) {
   echo tep_cache_categories_box();
 } else {
   include(DIR_WS_BOXES . 'categories.php');
 }
 require(DIR_WS_BOXES . 'whats_new.php');
 require(DIR_WS_BOXES . 'search.php');
 require(DIR_WS_BOXES . 'information.php');
?>

 

Please let me know if you have any ideas! Again, the link is https://digiartmart.com/shop.

 

Thank you! :thumbsup:

Link to comment
Share on other sites

I can't help you with that specific problem but I did notice that your entire shop is https which it does not have to be. In catalog/includes/configure.php you can change your http server back to http. I also got a warning message with your SSL cert.

 

Peter

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...