Jump to content

Header - Logo and Cart


janditlev

Recommended Posts

If you want to get rid of logo and shopping cart, there are two steps:

 

1. modify yourtheme/header.tpl and comment off this lines around line 91:

<!--<div id="header_logo">
<a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}">
<img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/>
</a>
</div>-->
 
 
2. Set ajax cart to false in Cart Block module > configure > settings or disable "Cart Block" module in modules list. 
 
 
Hope this helps!
Edited by nutxlago (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...