php - Prestashop 1.6.0.13 remove Header phone -


prestashop 1.6.0.13, how can remove header phone?

in: /themes/default-bootstrap/modules/blockcontact/nav.tpl

at end appear lines:

 {if $telnumber} <span class="shop-phone"> <i class="icon-phone"></i>{l s='call now:' mod='blockcontact'} <strong>{$telnumber}</strong> </span> {/if} 

and changed that:

{* {if $telnumber} {l s='call now:' mod='blockcontact'} {$telnumber} {/if} *}

but still appears head phone

i tried removing lines , apperas header phone.


i have made capture/photo of "inspect element" of header contact phone (and work time phone) appears in header , want remove:

the photo https://www.dropbox.com/s/zcxktazzjzkzrxa/help.jpg?dl=0

i hope can me discover line in tpl file of prestashop remove this: 1) phone icon 2)the words "días laborales de 11h 13h" 3) phone number (34) 676....

i struggling several days same reason.

you have access backend, go advanced parameters->performance , select second option: "recompile templates when files modified". (please note i've translated spanish backend words may differ).

then save , reload site.

hope helps!


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -