natebc Posted September 14, 2012 Share Posted September 14, 2012 Hello I would like to know how I can add 4 Icons too the header. I do have Adobe Dreamweaver CS5.5 Free Shipping No Sales Tax 100% Price Guarantee 100% Safe Purchase Guarantee http://www.lilyslingerieshop.com Nate Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted September 14, 2012 Share Posted September 14, 2012 I just noticed this post of yours after responding to the one about adding a banner to the column. As you will see the module I referenced will take care of both of your requests. Marty Shue Link to comment Share on other sites More sharing options...
natebc Posted September 14, 2012 Author Share Posted September 14, 2012 I just noticed this post of yours after responding to the one about adding a banner to the column. As you will see the module I referenced will take care of both of your requests. Marty Shue This is what I'm looking to do...... Can you show me how to do that? Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted September 14, 2012 Share Posted September 14, 2012 The module I referenced in the other thread-- http://prestashopusa.com/2-multi-block-arbitrary-text-or-html.html Allows you to create HTML content and hook it directly into the header (and 33 other hooks). All you would need to do is position it where you wanted it. Marty Shue Link to comment Share on other sites More sharing options...
natebc Posted September 14, 2012 Author Share Posted September 14, 2012 The module I referenced in the other thread-- http://prestashopusa...xt-or-html.html Allows you to create HTML content and hook it directly into the header (and 33 other hooks). All you would need to do is position it where you wanted it. Marty Shue Hi, I'm looking for away with out Module. Nathan Link to comment Share on other sites More sharing options...
yewster Posted September 15, 2012 Share Posted September 15, 2012 (edited) Hi, I'm looking for away with out Module. Nathan What you need to do is to open your prestashop folder. Goto "themes" open your current prestashop themes folder: by default is "prestashop" and Edit "header.tpl": Around line 71 you will see: <!-- Header --> <div id="header"> <a id="header_logo" href="{$link->getPageLink('index.php')}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$img_ps_dir}logo.jpg?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </a> <div id="header_right"> {$HOOK_TOP} </div> </div> Insert your code to the <!-- Header --> section. Edited September 15, 2012 by yewster (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts