ComGrafPL Posted May 16, 2018 Share Posted May 16, 2018 Hello, On my installed custom theme on header i have: I wanted to get rid of "Free Shipping on order over $99" and place phone number / icon on it. So i went i edited nav.tpl. But after change nothing happen. For test i even delete that file and still no changes. I searched for another nav.tpl and found it classic/modules folder. Tried to edit as well and still no changes Not sure what to do? Any ideas? Quote "<div class="contact-link"> <div class="info_box welcome">{l s='Free Shipping on order over $99' d='Shop.Theme.Global'}</div> {if $contact_infos.phone} <div class="info_box"> {* [1][/1] is for a HTML tag. *} {l s='Call us : [1]%phone%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%phone%' => $contact_infos.phone ] d='Shop.Theme.Global' } </div> {/if} {if $contact_infos.fax} <div class="info_box"> {l s='fax : [1]%fax%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%fax%' => $contact_infos.fax ] d='Shop.Theme.Global' } </div> {/if} {if $contact_infos.email} <div class="info_box"> {l s='email :' d='Shop.Theme.Global'} <a href="mailto:{$contact_infos.email}">{$contact_infos.email}</a> </div> {else} <a href="{$urls.pages.contact}">{l s='Contact us' d='Shop.Theme.Global'}</a> {/if} </div>" Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now