<%@LANGUAGE="VBSCRIPT"%> <% Dim Orig : Orig = Request.Form( "Orig" ) Dim Dest : Dest = Request.Form( "Dest" ) If Len( Orig ) > 0 And Len( Dest ) > 0 Then Orig = CInt( Orig ) Dest = CInt( Dest ) '# Get origin area zone SQL = _ "SELECT " & _ " AreaName, AreaZone " & _ "FROM " & _ " tblArea " & _ "WHERE " & _ " AreaID = " & Orig Set Rs = Cn.Execute( SQL ) OrigName = Rs( "AreaName" ) OrigZone = Rs( "AreaZone" ) Set Rs = CloseRs( Rs ) '# Get destination area zone SQL = _ "SELECT " & _ " AreaName, AreaZone " & _ "FROM " & _ " tblArea " & _ "WHERE " & _ " AreaID = " & Dest Set Rs = Cn.Execute( SQL ) DestName = Rs( "AreaName" ) DestZone = Rs( "AreaZone" ) Set Rs = CloseRs( Rs ) '# Build rate array Set Rs = Cn.Execute( "SELECT * FROM tblRates" ) arrRates = Rs.GetRows() Set Rs = CloseRs( Rs ) Zones = arrRates( OrigZone, DestZone-1 ) End If Function WriteAreas( sid ) '# Build area list options Set Rs = Cn.Execute( "SELECT tblArea.AreaID, AreaName, AreaZone FROM tblArea" ) arr = Rs.GetRows() For i = 0 To UBound( arr, 2 ) AreaID = arr( 0, i ) AreaName = arr( 1, i ) AreaZone = arr( 2, i ) If( sid = AreaID ) Then s = " selected" Else s = "" End If strAreaList = strAreaList & "" & VbCrLf Next WriteAreas = strAreaList End Function %> Speedy Couriers Ltd - Rates Calculator <%="
"%>

Cash Jobs calculator

If you do not have an account with us and wish to make an enquiry on the cost of job for the purposes of booking a cash job Click on the Origin area your package originates and then click the destination area. The total cost of a job is calculated on the number of zones a delivery takes multiplied by $7.00.

<% If Len( Orig ) > 0 Then With Response .Write "" .Write "" .Write "" .Write "" .Write "" .Write "" End With End If %>

Origin Area

Destination Area

 
" .Write "" .Write "" .Write "
" .Write "" & OrigName & " to " & DestName & " (" & Zones & " Zones) " & " = " & FormatCurrency( Zones * 7, 2 ) & " (inc GST)" .Write "
" .Write "

Glenfield to Manukau is 4 zones multiplied by the rate of $7.00 = $28.00 (gst incl)
Use the drop boxes to calculate the price from anywhere to anywhere in the Auckland area

Note

Cash jobs are subject to availability of driver as companies with client account work take priority nevertheless the times we have to refer you to another company are rare.

Client account calculator

The same rates calculator above applies with respect to how many zones from one area to another but the $7.00 rate per zone reduces substantially according to location / volume and monthly spend with Speedy Couriers. For a full PDF sales proposal emailed to you complete with a personalized rates schedule-please give us a call at the office on our main line.
<%="
"%> <%CloseDB()%>