esebm Posted September 9, 2013 Posted September 9, 2013 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
Guest Posted September 9, 2013 Posted September 9, 2013 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?
♥joli1811 Posted September 9, 2013 Posted September 9, 2013 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.
esebm Posted September 10, 2013 Author Posted September 10, 2013 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
Guest Posted September 10, 2013 Posted September 10, 2013 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!)
esebm Posted September 11, 2013 Author Posted September 11, 2013 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
♥14steve14 Posted September 11, 2013 Posted September 11, 2013 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.