View Single Post
  #1  
Old 08-25-2008, 12:50 PM
 
jvolvovski jvolvovski is offline
 

Advanced Member
  
Join Date: Nov 2007
Posts: 46
 

Default Manufacturer Name on Cart Page

Hi,
I am trying to add the Manufacturer name to the cart.
I am able to add the manufacturer id, but not the name.

Here's the code I am using to add the id number:
{$products[product].manufacturerid}

if I change it to:
{$products[product].manufacturer}
it comes up blank.

This code is within the products loop on the cart page - {section name=product loop=$products}

Any ideas?

Thanks very much for your help,
Jenny
__________________
Version 4.3.2
Reply With Quote