Re: help with if then statment for detailed description
{foreach from=$categories item=c}
I don't think $c is defined in product.tpl.
It is created in categories.tpl I believe.
in the product.tpl you may need to do something like:
{if $order_by.order_by gt 4 and $order_by.order_by lt 41}{/if}
that's if the SQL is correct. man I now have more questions than answers. not much help here.
__________________
xcart 5.1.2
|