View Single Post
  #26  
Old 08-05-2009, 05:18 AM
 
Mark Orbit Mark Orbit is offline
 

Newbie
  
Join Date: May 2009
Posts: 8
 

Default Re: Manufacturer name in from of Product name

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.
__________________
X-Cart Gold version: 4.2.2
Apache version: 2.2.11
PHP version: 5.2.9-2
phpMyAdmin: 3.1.1

MYSQL version: 5.0.51a
Operating system: Windows Vista Ultimate
Reply With Quote