Quote:
Originally Posted by carpeperdiem
$product.manufacturer is a valid variable in product.tpl
|
Does that mean it
should work in products_list.tpl (line 29). Is that what you're saying?
Because when I alter:
HTML Code:
{$product.product|escape}
to
HTML Code:
{$product.manufacturer|escape}
it displays nothing at all.
If need be I'll try the method described in #14 but I got the impression that it was not best practice.