Thanks DrByte, but I don't think I implemented it properly.
The markup for the form has the text field as follows:
<input type="text" name="id[txt_5]" size="32" maxlength="32" value="" id="attrib-5-0" />
Does '5-0' mean an options id of 5 and a value of 0? I looked at the products_attributes table and the 'options_id' field has '5' and 'options_values_id' has '0' (there was no value_id field).
I inputted those numbers into the snipped which i placed in the tpl_checkout_shipping_default.php page to test the echo and it didn't work.
So where did I go wrong?




