I'd like to edit out the mention of Shipping & Handling which appears on page two of the checkout procedure.
This is the bit that mentions Class & Service and asks for any special delivery instructions.
I think the code that controls this and appears in Act_order01 is:-
<td bgcolor="NETQUOTEVAR:CHECKOUTBG" width="60%"> NETQUOTEVAR:SHIPPROMPT001</td>
<td bgcolor="NETQUOTEVAR:CHECKOUTBG" width="40%">
<input type="TEXT" name="SHIPUSERDEFINED" size="20" maxlength="255" value="NETQUOTEVAR:SHIPUSERDEFINED">
</td>
Can anyone confirm if this is the code I need to edit? If it is, should I just comment it out or is it O.K. to delete it?
Hope someone can advise.
Myles Sinclair
This is the bit that mentions Class & Service and asks for any special delivery instructions.
I think the code that controls this and appears in Act_order01 is:-
<td bgcolor="NETQUOTEVAR:CHECKOUTBG" width="60%"> NETQUOTEVAR:SHIPPROMPT001</td>
<td bgcolor="NETQUOTEVAR:CHECKOUTBG" width="40%">
<input type="TEXT" name="SHIPUSERDEFINED" size="20" maxlength="255" value="NETQUOTEVAR:SHIPUSERDEFINED">
</td>
Can anyone confirm if this is the code I need to edit? If it is, should I just comment it out or is it O.K. to delete it?
Hope someone can advise.
Myles Sinclair
Comment