View Single Post
  #1  
Old 09-07-2006, 04:29 PM
 
Cpt.Crashtastic Cpt.Crashtastic is offline
 

eXpert
  
Join Date: Jan 2006
Posts: 219
 

Default Extra Fields products_t.tpl

Tearing my hair out with this. I want to add an extra field in to the products_t.tpl This is the code I have used
Code:
{if $active_modules.Extra_Fields} {section name=field loop=$extra_fields} {if $extra_fields[field].service_name eq "minPrice"} {$extra_fields[field].field} : <br /> {$extra_fields[field].field.value} : <br /> {$extra_fields[field].field.field_value} : <br /> {$extra_fields[field].field_value} : <br /> {/if} {/section} {/if}

the result

http://www.embroideredcaps.info/Brushed-Cotton-Caps-p-1-c-1.html

How on earth do I get the actual value and why does what I presumedwould return the value appear to return the first character of the next field name? The field comtains a number if that helps

This is version 4.1.3
__________________
Xcart 4.4.?
Xcart Next
Litecommerce with Drupal
http://www.corbywebworx.com

Custom Mods, Hosting and Support for Xcart-Next and LiteCommerce
Reply With Quote