View Single Post
  #17  
Old 08-04-2009, 03:21 PM
 
Mark Orbit Mark Orbit is offline
 

Newbie
  
Join Date: May 2009
Posts: 8
 

Default Re: Manufacturer name in from of Product name

OK thanks for the tips. That seems an option. If you both recommend to edit the templates then I would rather do that option.

In products_list.tpl we currently have:

HTML Code:
{$product.product|escape}

How would I change this to insert the manufacturer name beforehand. I can of course display the manufacturer ID itself by doing this:

HTML Code:
{$product.manufacturerid} {$product.product|escape}

And the following wouldn't work!
HTML Code:
{$product.manufacturer} {$product.product|escape}

I guess that I'm not far away? Thanks.
__________________
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