Quote Originally Posted by DrByte View Post
That check is based on options_id 28 and values_id 77. It's going to be much more complicated to go based on products_attributes_id.
Adjust the 77 according to your data.
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?