Jump to content

Configurare nr. telefon


Recommended Posts

Buna ziua Domnilor,

Felicitari echipei PrestaShop pentru toate eforturile depuse pana acum.
M-am tot invartit prin panoul de control admin dar nu gasesc totusi raspunsul la o intrebare:
Cum pot configura ca in header-ul primei pagini - dreapta sus(Contact /Hartă site /Bookmark) sa apara o iconita cu un telefon si sigur numarul de telefon.
Un client interesat ar fi bucuros sa vada afisat repede nr. de telefon acolo.
Va multumesc si va doresc mult succes in activitate.

Link to comment
Share on other sites

><!-- Block permanent links module HEADER -->
</pre>
<ul>
{l s='contact' mod='blockpermanentlinks'}
{l s='sitemap' mod='blockpermanentlinks'}

      < script type="text/javascript"> writeBookmarkLink('{$come_from}', 'BOOKMARK', '{l s='bookmark' mod='blockpermanentlinks'}');</ script>

Tefefon 07xx xx xx xx
</ul>
<br><!-- /Block permanent links module HEADER 




editarea o faci in blockpermanentlinks-header.tpl din modules\blockpermanentlinks\

Link to comment
Share on other sites

><!-- Block permanent links module HEADER -->
</pre>
<ul>
{l s='contact' mod='blockpermanentlinks'}
{l s='sitemap' mod='blockpermanentlinks'}

       < script type="text/javascript">writeBookmarkLink('{$come_from}', 'BOOKMARK', '{l s='bookmark' mod='blockpermanentlinks'}');</ script>

{l s='Telefon' mod='blockpermanentlinks'}
</ul>
<br><!-- /Block permanent links module HEADER 







in glabal.css editezi in jurul la

/* top links */



#header_links #header_link_sitemap a {
   background-image: url('../img/icon/sitemap.gif');
}
#header_links #header_link_contact a {
   background-image: url('../img/icon/contact.gif');
}
#header_links #header_link_bookmark a {
   background-image: url('../img/icon/star.gif');
}
#header_links #header_link_phone a {
   background-image: url('../img/icon/phone.gif');
}



iconita o cauti pe net sau fie de aceasi dimensiune/familie cu celelalte iconite si o pui in theme/tema_mea/img/icon/phone.gif

o denumesti phone.gif

spor la treaba


este o idee buna ! am aplicat-o si eu pe site-ul meu.

Link to comment
Share on other sites

  • 10 years later...
  • 3 weeks later...
On 4/19/2020 at 1:46 PM, gabigabi111 said:

Buna ziua, cum pot sterge "Contactati-ne" din header? (este in dreapta, langa "autentificare")

Multumesc mult,

Gabi

Depinde de tema. Poti sa il ascunzi si din CSS fara sa elimini campul din template.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...