Jump to content

Turning of "Tell a friend"


Guest bushsuckz

Recommended Posts

Guest bushsuckz

Can anyone tell me how to turn off or eliminate the "Tell a friend" hyperlink in the item info/description area? It's not in the Admin (I believe), so I figure it must be in a template file somewhere. Help, please!

Link to comment
Share on other sites

Guest EverythingWeb

Hello,

In:

/skins/YOURSKIN/styleTemplates/content/viewProd.tpl

at around line 28, find and remove:

<ul>

<li class="bulletLrg"><a href="index.php?act=taf&amp;productId={PRODUCT_ID}" target="_self" class="txtDefault">{LANG_TELLFRIEND}</a></li>

</ul>

Hope this helps.

Link to comment
Share on other sites

Guest epsinick

In addition I

comment out the relevant code until you are happy that it isn't needed.

Peter

at around line 28, find and remove:

<ul>

<li class="bulletLrg"><a href="index.php?act=taf&amp;productId={PRODUCT_ID}" target="_self" class="txtDefault">{LANG_TELLFRIEND}</a></li>

</ul>

<!--

<ul>

<li class="bulletLrg"><a href="index.php?act=taf&amp;productId={PRODUCT_ID}" target="_self" class="txtDefault">{LANG_TELLFRIEND}</a></li>

</ul>

-->

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...