Yan Studio Posted November 13, 2013 Share Posted November 13, 2013 Hi i am new in prestashop and i can find how to add my web company copyrights in footer any help is well come Link to comment Share on other sites More sharing options...
vekia Posted November 13, 2013 Share Posted November 13, 2013 you can do it in many ways, two the simples: 1) html box free - install it, select "footer" hook, insert own content and that's all 2) modify template file. open footer.tpl file located in your theme, add there own copyright text - that's all Link to comment Share on other sites More sharing options...
Yan Studio Posted November 13, 2013 Author Share Posted November 13, 2013 This is what i see: <!-- Footer --> <div id="eb-top-footer"> </div> <footer id="eb-footer" class="clearfix"> <div id="eb-footer-wrapper"> <div class="clearfix"> {$HOOK_FOOTER} </div> </div> <div id="eb-phone-footer" class="clearfix"> <nav> <ul> <li id="login"><a href="{$base_dir}authentication.php">{l s='login'}</a></li> <li id="search"><a id="mobile-search" href="#eb-search-form">{l s='search'}</a></li> <li id="navigation"><a id="mobile-nav" class="iframe" href="{$base_dir}sitemap.php">{l s='menu'}</a></li> <li id="cart"><a href="{$base_dir}order.php">{l s='cart'}</a></li> </ul> </nav> <div id="eb-search-wrapper"> <div id="eb-search-form"> <h3>{l s='To find a product, please type its name in the field below'}</h3> <form action="{$link->getPageLink('search.php')}" method="post" class="std" id="search_form"> <fieldset> <p> <label for="search">{l s='Search our product catalog:'}</label><br /> <input id="search_query" name="search_query" type="text" /> <input type="submit" name="Submit" value="OK" class="button_small" /> </p> </fieldset> </form> </div> </div> </div> </footer> </div> where do i put my text?? Link to comment Share on other sites More sharing options...
vekia Posted November 13, 2013 Share Posted November 13, 2013 this is non-default footer.tpl file so i can't say something more where to insert your text. i don't know this theme. if I were you, i will try to add it here: 1 Link to comment Share on other sites More sharing options...
Yan Studio Posted November 14, 2013 Author Share Posted November 14, 2013 Hi It working!!!! thanks for your nice and fast help i try both but i will stick with hard coding method, i can use the box for other things! thanks again one more question if i want to control the text with css where do i place the rule for my css etc: in joomla we have the custom css what about prestashop?? regards Link to comment Share on other sites More sharing options...
vekia Posted November 14, 2013 Share Posted November 14, 2013 Hi It working!!!! thanks for your nice and fast help i try both but i will stick with hard coding method, i can use the box for other things! thanks again one more question if i want to control the text with css where do i place the rule for my css etc: in joomla we have the custom css what about prestashop?? regards hello you can put css in your template main css styles. why? it's because styles for template will be loaded everywhere, the same as you footer i marked topic as [solved] with regards, Milos 1 Link to comment Share on other sites More sharing options...
Recommended Posts