Announcement

Collapse
No announcement yet.

Shipping display on checkout page

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

    Shipping display on checkout page

    On the main checkout page, I want to include my (flat rate) shipping charge as part of the table at the top of the page, rather than having it displayed further down.

    i.e. what I want is to show the table of goods purchased with its 'subtotal' line, then a spearate line for the flat rate shipping charge, then a 'total' line which includes the shipping.

    How can I achieve this?

    #2
    Hi there

    Backup Act_Order01.html and then edit this file. Move the following lines to where you want the shipping classes to be:

    Code:
    <!-- Shipping HTML begin -->
    NETQUOTEDEL:SHIPANDHANDLEPHASE
    <span class="actregular"><b>NETQUOTEVAR:SHIPTITLE</b></span><br><br>
    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" WIDTH="CUSTOMVAR:ACTSTDWIDTH" align="left">
    NETQUOTEDEL:SHIPANDHANDLEPHASE
    <!-- Shipping HTML end -->
    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Nadeem, thanks for this, but what I really want to do is to include the shipping total in the main table at the top of the page, i.e. as part of the netquotevar:theorderdetails in the same way as it appears on the following page once the invoicing details have been entered.

      Is this possible?

      Comment


        #4
        Hi there

        I'm afraid it is not possible to do this, all you can do, is what i have written before.

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment


          #5
          Nadeem, thanks for your reply - at least I know now to stop trying!

          Comment

          Working...
          X