Kst Posted April 5, 2022 Share Posted April 5, 2022 Cześć, proszę o informacje w jaki sposób mogę podlinkować numery telefonu, które wyświetlają się w stopce i pasku powyżej menu głównego? Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 5, 2022 Share Posted April 5, 2022 Musisz przerobić pliki modułu odpowiedzialne za to dodając znaczki <a href=""> Link to comment Share on other sites More sharing options...
0 Kst Posted April 5, 2022 Author Share Posted April 5, 2022 Może pytanie jest głupie, ale w którym miejscu mam to dodać jeśli skrypt wygląda tak: <div id="_desktop_contact_link"> <div id="contact-link"> {if $contact_infos.phone} {* [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' } {else} <a href="{$urls.pages.contact}">{l s='Contact us' d='Shop.Theme.Global'}</a> {/if} </div> </div> Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 5, 2022 Share Posted April 5, 2022 To: {l s='Call us: [1]%phone%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%phone%' => $contact_infos.phone ] d='Shop.Theme.Global' } zamień na <a href="tel:{$contact_infos.phone}">{l s='Call us: [1]%phone%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%phone%' => $contact_infos.phone ] d='Shop.Theme.Global' } </a> Link to comment Share on other sites More sharing options...
0 Kst Posted April 5, 2022 Author Share Posted April 5, 2022 Po podmianie wyszedł błąd Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "module:module:pscontactinfonav.tpl" on line 40 "<a href="{$urls.pages.contact}">{l s='Contact us' d='Shop.Theme.Global'}</a>" - Unexpected "/" <-- thrown in Link to comment Share on other sites More sharing options...
0 Baroszek Posted April 5, 2022 Share Posted April 5, 2022 Ja bym to widział tak {l s='Call us: [1]%phone%[/1]' sprintf=[ '[1]' => '<a href="tel:+{$contact_infos.phone}">', '[/1]' => '</a>', '%phone%' => $contact_infos.phone ] d='Shop.Theme.Global' } 1 Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 5, 2022 Share Posted April 5, 2022 1 hour ago, Kst said: Po podmianie wyszedł błąd Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "module:module:pscontactinfonav.tpl" on line 40 "<a href="{$urls.pages.contact}">{l s='Contact us' d='Shop.Theme.Global'}</a>" - Unexpected "/" <-- thrown in Zobacz czy przy okazji nie usunąłeś lub zmieniłeś czegoś więcej ponieważ błąd wskazuje następny warunek a w nim nie robisz żadnych zmian. Link to comment Share on other sites More sharing options...
0 Kst Posted April 5, 2022 Author Share Posted April 5, 2022 @Baroszek dziękuje za pomoc, wszystko działa Link to comment Share on other sites More sharing options...
0 Baroszek Posted April 5, 2022 Share Posted April 5, 2022 2 minutes ago, Kst said: @Baroszek dziękuje za pomoc, wszystko działa Super, pozdrawiam miłego dnia 1 Link to comment Share on other sites More sharing options...
Question
Kst
Cześć, proszę o informacje w jaki sposób mogę podlinkować numery telefonu, które wyświetlają się w stopce i pasku powyżej menu głównego?
Link to comment
Share on other sites
8 answers to this question
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