View Single Post
  #1  
Old 09-20-2011, 01:36 PM
 
4ideas 4ideas is offline
 

Member
  
Join Date: Sep 2011
Posts: 11
 

Question Extra fileds in Recommended Products section

Hi,

Can anyone help me with the adding of extra field values in the recommended products area ?
After reading some posts on the forum I've edited the common_files/customer/simple_products_list.tpl and added
{$product_links[cat_num].extra_fields[1].value}
also tryed {$product_links.extra_fields[1].field_value}
and {$product.extra_fields[1].field_value}

none of witch work.

I got this to work in the home page in the featured products after following the instructions here
{$product.extra_fields[2].field_value} works fine there.

Obviously I'm doing something wrong... but what ?

Would really appreciate any help.
Cheers
__________________
xcart 4.4.3
Reply With Quote