I also updated the confirm.php, the Universal Email page, and success page by adding the code in the tables to include new option:
<th >Rope Length</th>
And
<td >
<?php echo $eCart1->DisplayInfo("RopeLength"); ?>
</td>
That seems to be working.
But I notice the orderdetails table in my database does not have a field for the new option RopeLength.
So is there in automated procedure for updating the database?
I guess the Cart Wizard created the option tables as I don't remember having to set those fields up...


