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
|