View Single Post
  #2  
Old 02-21-2009, 08:18 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Customizing Extra Product Fields

sure. The extra fields section just loops through the extra fields array. You can take this portion out and call the options by their unique value anywhere on the page.

this is the code that calls the fields
<td width="30%">{$extra_fields[field].field}</td>
<td>{$extra_fields[field].field_value}</td>

you will need to find the unique value for each field_value and replace the field_value above.

you will also have to do the same for field.
__________________
xcart 5.1.2
Reply With Quote