That doesn't show anything... the semicolon shows up.
http://www.ineye.com/xcart/sb0004-3-trees.html
Do I need to add something to the regular related_products.php to pull the extra fields... I tried
Quote:
{$product_links.extra_fields.SERVICE_Notes.field}: ( {$product_links.extra_fields.SERVICE_Notes.value} )
|
and
Quote:
{$product_links[cat_num].extra_fields.SERVICE_Notes.field}: ( {$product_links[cat_num].extra_fields.SERVICE_Notes.value} )
|