Please could you clarify the entries for the update record behaviour
1st page
Trigger - any form post
Key column - OrderID
Value - what goes here, is it <?php echo ((isset($_POST["transId"]))?$_POST["transId"]:""); ?> or <?php echo $eCart1->DisplayInfo("ID"); ?> or something else?
Data type - numeric
2nd page
update values
only add a value to WPtransID column (WPtransID is new column in orders table for worldpay transId) and do not enter values for other columns. Is this correct?
value for WPtransID is <?php echo ((isset($_POST["transId"]))?$_POST["transId"]:""); ?>
data type - numeric