View Single Post
  #1  
Old 10-04-2005, 08:29 PM
 
fuzzylogic fuzzylogic is offline
 

Newbie
  
Join Date: Jul 2005
Posts: 7
 

Default how to * Display Extra Field Name & Value * above thumbs

i searched here and learned how to display an extra field name in products_t, however the instructions to show the extra field value do not work. it makes the line disappear.

it says to:

to display the extra field name then...
{$extra_fields[x].field} --where "x" = extra field number when the range is 0-9
(i believe it's 0-9. i used number 19 and that cause the line to disappear)

and to display the extra field value...
{$extra_fields[x].field_value}


when using the code to display the value, the line disappears. i learned that in phpmyadmin there is no data for "value" in the extra fields table. entering data into it using blank, ascii, and text did nothing.

what am i doing wrong?

*edit*
reference thread:
http://forum.x-cart.com/viewtopic.php?t=12632&highlight=fieldvalue
__________________
4.0.14 (sql5)
Reply With Quote