View Single Post
  #20  
Old 10-23-2008, 11:36 AM
 
smek smek is offline
 

Advanced Member
  
Join Date: Jan 2004
Posts: 54
 

Default Re: X-Cart 4.0.0 Showing Manufacturer on Product Page

This worked for me as well. I have 4.1.10



Quote:
Originally Posted by mffowler
For manufacturer name, not description of:

All I did was put the following code in the customer/main/product.tpl:
Code:
<TR><TD align="left" valign="top">{$lng.lbl_manufacturer}:</TD> <TD align="left" valign="top">{$product.manufacturer}</TD> </TR>
... and now my product's manufacturer is in the product details page.

- Mike
__________________
xcart 4.5.2
Reply With Quote