View Single Post
  #3  
Old 09-30-2009, 09:52 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Related Products/upsell show Extra fields

For related products try this (replace 0 with field # you want to show)

{$product_links.extra_fields.0.field}: {$product_links.extra_fields.0.value}

For recommended products try this (replace 0 with field # you want to show)

{$recommends.extra_fields.0.field}: {$recommends.extra_fields.0.value}

This is on product details page
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote