![]() |
Custom Template for Single Category [Paying $$ TO COMPLETE]
Okay, I want this page: http://www.headsetinnovations.com/cart/customer/home.php?cat=248
To look like this one: http://www.headsetinnovations.com/?page=tops But, I want to leave all the other ones the same. Would it be possible for me to just make the change for that one page? |
in the products.tpl template you will need to put in a conditional such as
{if $categories[cat_num].categoryid eq 8} put your new code in here - there is code elsewhere on this forum for multiple products per row {else} existing layout {/if} |
AWESOME DUDE! I figured it would be something like that I was not sure. I will give that a try.
|
This is what I have:
// {if $categories[248].categoryid eq 8} put your new code in here - there is code elsewhere on this forum for multiple products per row {else} // This is what I get Parse error: parse error, unexpected $ in /home/www/headsetinnovations/cart/templates_c/103/1035601712/0.php on line 145 This is the URL of the custom page I want: http://www.headsetinnovations.com/cart/customer/home.php?cat=248 Now, How would I exacly do this? |
dont put the 248 in there just leave as is and it will work fine. It is telling smarty to look in the array for the cat_num.
|
sorry - forgot to say that you should change the 8 for the category number that you want to put a special rule in for.
|
Okay, I changed my products.tmpl and this is what I get
Quote:
Still getting an error and its at the bottom of the page. I am trying to replace that entire page with a custom look accoring to the cat # |
did you put the {/if} at the end?
|
Wouldn't I have to modify subcategories.tpl?
Heres my code for subcategories.tpl: Code:
{* $Id: subcategories.tpl,v 1.21.2.3 2002/11/11 14:04:39 andrew Exp $ *} My code for products.tpl: Code:
{* $Id: products.tpl,v 1.16.2.2 2002/11/13 07:17:50 alfiya Exp $ *} What exacly needs to be changed here? I made the changed to the subcat file and nothing is happening. |
Also, if anyone works with me and I get this working the way it needs I will paypal $50.00 Dollars to the person.
More if it gets competed within 3 hours. |
All times are GMT -8. The time now is 07:34 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.