Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing store logo


esebm

Recommended Posts

Posted

Hi,

 

I need to remove the store logo on my cart. I did a bunch of searches but no solution came up.

 

Can someone please help?

 

Thanks,

 

Ed

Posted

Hi Ed,

 

Can you tell us what version of osc you are using? Do you only want to remove it when the cart contents is showing? Can you explain this a bit?

Posted

Hi,

Easiest is to upload a transparent.png and call store_logo.png

 

I have attached just overwrite the original

 

 

HERE--> The only problem is you can not see (w00t) just over with the mouse to the right of HERE

 

Regards

Joli

To improve is to change; to be perfect is to change often.

 

Posted

Thanks for the quick responses. The osCom version is 2.3.3

 

I want to remove the logo for good on all pages.

 

Thanks,

 

Ed

Posted

Look in /includes, find header.php.

At the beginning of the file, locate:

<div id="header" class="grid_24">
<div id="storeLogo"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></div>
<div id="headerShortcuts">

 

Change it to:

 

<div id="header" class="grid_24">
<div id="storeLogo"><?php // echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></div>
<div id="headerShortcuts">

 

(what's changed is:

<?php // echo 

)

 

That should do it! (Backup first! Always!)

Posted

Worked like a charm, thanks a lot.

 

Can you tell me how to get rid of some of the boxes in the left column (e.g. Manufacturers, Quick Search and What's New)?

 

Cheers,

 

Ed

Posted

Worked like a charm, thanks a lot.

 

Can you tell me how to get rid of some of the boxes in the left column (e.g. Manufacturers, Quick Search and What's New)?

 

Cheers,

 

Ed

 

In version 2.3 log in to your admin area and in modules - boxes click on the box that you want to remove, then you can either remove it totally by clicking the remove module, or you can click the edit button and then turn enable module to false. Its up to you how you do it really.

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

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

×
×
  • Create New...