X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   poweredby.tpl - Show it Only on Product Details Pages (https://forum.x-cart.com/showthread.php?t=4559)

jeeya 09-30-2003 04:01 PM

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

groovico 09-30-2003 07:55 PM

Find the line that includes it in your customer/home.tpl then put

Replace

Code:

{ include file="poweredby.tpl" }

With

Code:

{if $cat ne ""}
{ include file="poweredby.tpl" }
{/if}


It'll only appear on product and category pages.

jeeya 09-30-2003 08:19 PM

.
 
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

funkydunk 09-30-2003 10:05 PM

change it to:

{if $main eq "product"}
{ include file="poweredby.tpl" }
{/if}

jeeya 09-30-2003 11:19 PM

Thanks :D Glad You all are Here :idea:

funkydunk 09-30-2003 11:20 PM

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.