![]() |
Create a range in tpl
I am looking to do something like this:
Code:
{if $cat eq "14-68"} I want anything in cat 14 through 68 not to pull a different tpl file without a price. I am doing this to show case some products that they have to call and order. Thanks for the help. hudge |
i did a similar thing by adding an extra field to the categories table to say what type of category it was and then display the products acordingly. my way you can add extra categories and have them display the right way easily
|
I figured it out.
Code:
{if $cat > "13" and $cat < "69"} |
All times are GMT -8. The time now is 04:39 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.