PDA

View Full Version : Shipping display on checkout page


Richard Gray
16-Dec-2004, 02:42 PM
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?

Nadeem
20-Dec-2004, 01:19 PM
Hi there

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


<!-- 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

Richard Gray
04-Jan-2005, 12:00 PM
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?

Nadeem
05-Jan-2005, 08:15 AM
Hi there

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

Kind Regards

Richard Gray
05-Jan-2005, 08:46 AM
Nadeem, thanks for your reply - at least I know now to stop trying! ;)