View Single Post
  #1  
Old 07-12-2012, 05:57 AM
  David-Allan's Avatar 
David-Allan David-Allan is offline
 

eXpert
  
Join Date: Oct 2011
Location: Scotland, UK
Posts: 313
 

Default Extra fields in quick_view.tpl

Hi Guys,

I'm trying to add an extra field in my quick_view.tpl file.

Here is what I am trying to use but it doesn't seem to want to work. Does anyone have any tips on how to get this to show the info from the array please?

Code:
<div class='grid_6'><b>Quantity:</b></div><div class='grid_6'>{$extra_fields.field_value}</div><div class='clearing'></div>

Here is what the debug console shows for the data i'm looking for:

Code:
{$extra_fields} Array (37) 0 => Array (9) fieldid => "2" provider => "1" field => "Product Description" value => "" active => "Y" orderby => "1" service_name => "SERVICE_NAME01" field_value => "Case of 500 items" is_value => "Y"

This is what i'm trying to output
Code:
field_value => "Case of 500 items"

Any help would be very much appreicated
__________________
Live Version : 4.5.2
Licensed Products:
X-Cart Gold
Ability Theme
CDSEO
xCMS
Abandoned Cart
Food Packaging Scotland
Reply With Quote