Defaulting to database value on product update
How can I get the product update page to display the value already in the database? Right now it comes up as blank and when submitted wipes out the thumbnail information. Here is what I have the value set to on the upload file field.
<?php echo(str_replace('"', '"', $row_WADAitems['ItemThumb'])); ?>