View Single Post
  #2  
Old 11-13-2011, 12:16 AM
  XCart4Life's Avatar 
XCart4Life XCart4Life is offline
 

Advanced Member
  
Join Date: Feb 2010
Posts: 62
 

Default Re: Manufacturer on Product List / Recommended

Check out the end of this thread. It looks like the same code but the smarty code they used to call the manufacturer was different. 7thdesire said this allowed him to see the manufacturer name on the products list.

Try changing (in your template products_t.tpl):

PHP Code:
<div class="brand">{$product.manufacturer}</div

To this:

PHP Code:
<div class="brand">{$manufacturer.manufacturer}</div

Edit: I forgot if you are using columns for your products list you want to edit products_t.tpl, if not edit product_list.tpl
__________________
X-Cart Pro v4.2.2 [Win]
X-Cart Pro v4.2.3 [Win]
X-Cart Pro v4.4.4 [Win]
Reply With Quote