Announcement

Collapse
No announcement yet.

shipping and handling position

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    shipping and handling position

    Is it possible to get the shipping and handling options section above the invoice address.section
    I would like people to see their shipping costs and options before having to fill in their invoice details?
    It would also be nice if it refreshed the prices section if they selected a diferent option.

    #2
    Hi Peter,

    You will need to go within a template and shuffle some code around.

    Open Act_Order01.html with notepad or Dreamweaver and locate the following code:

    <!-- Shipping HTML begin -->
    NETQUOTEDEL:SHIPANDHANDLEPHASE
    <H3>NETQUOTEVAR:SHIPTITLE</H3>
    NETQUOTEVAR:SHIPMESSAGE
    <p> NETQUOTEVAR:ADVANCEDSHIP
    <table border="0" width="CUSTOMVAR:ACTSTDWIDTH" cellspacing="2" cellpadding="2">
    NETQUOTEDEL:SHIPPROMPT001
    <!-- Remove the comments to display the box around the delivery instructions-->
    <!-- <TR>-->
    <!-- <td bgcolor="NETQUOTEVAR:CHECKOUTBG">-->
    <!-- <TABLE BORDER="1" WIDTH="CUSTOMVAR:ACTSTDWIDTH" CELLSPACING="0" CELLPADDING="2" BGCOLOR="NETQUOTEVAR:CHECKOUTBG">-->
    <!-- <TR>-->
    <!-- End of remove-->
    <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>
    <!-- Remove the comments to display the box around delivery instructions-->
    <!-- </TR>-->
    <!-- </TABLE>-->
    <!-- </TD>-->
    <!-- </TR>-->
    <!-- End of remove-->
    NETQUOTEDEL:SHIPPROMPT001
    </table>
    <hr size=1 align=CENTER width=CUSTOMVAR:ACTSTDWIDTH>
    NETQUOTEDEL:SHIPANDHANDLEPHASE
    <!-- Shipping HTML end -->

    Highlight it, cut and paste it to somewhere under here:

    <!-- Order01 HTML begin --> NETQUOTEVAR:ERROR NETQUOTEVAR:REFPAGE <br>
    <br>
    NETQUOTEVAR:THEORDERDETAILS <br>
    <br>

    Hope this helps.
    Regards,

    Toby Blanchard

    Comment

    Working...
    X