Hi I'm trying to make a seperate field that will be displayed on screen as 'Bottle Size' ('Product Size').
So far I have managed to create a text field in the admin system and created a new field in the database named 'products_size'.
I've created the text entry field in collect_info.php by adding the following code
<tr>
<td class="main"><?php echo TEXT_PRODUCTS_SIZE; ?></td>
<td class="main"><?php echo zen_draw_separator('pixel_trans.gif', '24', '15') . ' ' . zen_draw_input_field('products_size', $pInfo->products_size, zen_set_field_length(TABLE_PRODUCTS, 'products_size')); ?></td></tr>
This displays the new field but now I need to make sure that the information entered into the new text box is also entered into the database and displayed on screen when a product is displayed.
I think by the looks of things I'm about halfway there but I need help with ensuring the information is entered into the database once the product is saved and then I need to know which file I need to edit in order to get it to display.
Please Please can somebody give me some pointers??????? As I'm really tearing my hair out. This field is essential to my site.
I'm using V.2.0 by the way.
Many Thanks
Nick




