Jump to content

Stealthy

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • First Name
    Moj
  • Last Name
    Taba

Stealthy's Achievements

Newbie

Newbie (1/14)

0

Reputation

1

Community Answers

  1. Where should I insert this code? I opened the product.tpl (theme/MYTHEME/product.tpl) but I dont know where should I add this lines.
  2. Thank you a lot I used id="custom-link", that was the style problem Changed to id="ccontact-link" and it's working.
  3. write <div id="custom-link"> HERE YOUR LINK </div> before <div id="contact-link"> <a href="{$link->getPageLink('contact', true)|escape:'html':'UTF-8'}" title="{l s='Contact us' mod='blockcontact'}">{l s='Contact us' mod='blockcontact'}</a> </div> I used this: <div id="custom-link"> <a href="http://www.taminkalabartar.com/content/3-همکاری">همکاری</a> </div> right befor <div id="contact-link"> <a href="{$link->getPageLink('contact', true)|escape:'html':'UTF-8'}" title="{l s='Contact Us' mod='blockcontact'}">{l s='Contact us' mod='blockcontact'}</a> </div> But result is: My website: http://www.taminkalabartar.com/ My custom link goes here:
  4. Thank you for replay, but how this works? I should copy this code to new tpl file? Can you explain in detail (like step by step) please
  5. H! Guys I'm using PrestaShop 1.6.0.6 and I want to add extra links next to contact us & sign in links. You can see the image for clearity. HTMLbox is good, but not good enough. It's not a button, it will create a simple link. I created the pages with custom content under cms feature, but coulnt hook the links to displayNav. Can you guys tell me how to have extra buttons in displayNav?
×
×
  • Create New...