![]() |
poweredby.tpl - Show it Only on Product Details Pages
Hello,
How can I set Poweredby.tpl page to be shown on Product Detail Pages Only Instead of showing that on Main Pages. Thanks |
Find the line that includes it in your customer/home.tpl then put
Replace Code:
{ include file="poweredby.tpl" } With Code:
{if $cat ne ""} It'll only appear on product and category pages. |
.
Thanks For Help Groovio :D
It does not make longer layout on main page anymore. But it still displays it on Main Catagory Pages - I want it to be showed only in Product Detail Pages or in product detail page and browse Product Pages. Not on Main Page and Main Catagory Page. Thanks :D |
change it to:
{if $main eq "product"} { include file="poweredby.tpl" } {/if} |
Thanks :D Glad You all are Here :idea:
|
no prob - happy to help when it is this simple :) :wink:
|
All times are GMT -8. The time now is 09:26 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.