Thanks for the reply, I have been a little tied up with some other things. I looked over the code that you have given me, and tried to make sence of it and I think that I definetly understand it a little more, still a little hairy in some places, but not bad. I incorporated my code into it and made a few adjustments, and it seems to be going good, I can't thank you enough for the help that you are giving me. when it comes to deleting and modifying an item I am starting to tackle. I put the links in to do so, but not sure on the approach to take. Here are the 3 new pages.
--------------------------------------------------------------------------------------------------
Page1.cfm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<cfset today = #now()# + 1>
<cfset Todays_Date = #dateformat(today, "mm/dd/yyyy"

#>
<cfquery name="get_Communities" datasource="Market">
SELECT *
FROM Communities
order by location
</cfquery>
<cfquery name="get_SubCategories" datasource="Market">
SELECT Category, categoryid, subcategory, subcategoryid
FROM subandcat
</cfquery>
<cfinclude template="../Templates/Header_&_Sidebar_for_Place_Ad_Folder_Subcat_Select.cfm">
<td width="600" rowspan="2" valign="top" bgcolor="#FFFFFF">
<cfform action="Page2.cfm" method="post" enctype="multipart/form-data">
<cfoutput><input type="hidden" name="submitID" value="#createUUID()#"></cfoutput>
<input type="hidden" value="#form.select_Ad_Subcategory#" name="subcategoryid">
<input type="hidden" value="#categoryids" name="CategoryID">
<table align="center" border="0">
<tr>
<td colspan="5" class="FormHeaders"><div align="center"><font size="4" face="Georgia, Times New Roman, Times, serif"><!--- <cfoutput>#categories.Category#</cfoutput> --->
Details</font></div></td>
</tr>
<tr bgcolor="#EDECE0"><td><font face="Georgia, Times New Roman, Times, serif">Category:</font></td>
<td valign="top" colspan="4">
<select name="select_Ad_Subcategory" onchange="whichLocal(this.form)" size="1">
<option>- Select Category-</option>
<!--- again, use the group attribute to group output by category --->
<cfoutput query="get_SubCategories" group="Category">
<option value="#Categoryid#">#Category#</option>
</cfoutput>
</select></td></tr>
<tr><td><font face="Georgia, Times New Roman, Times, serif">Subcategory:</font></td>
<td colspan="4"> <select name="selectLocal" onChange="whichLocal(this.form)" size="1">
<option>- Select SubCategory -</option>
<option></option>
<option></option>
<option></option>
<option></option>
<option></option>
<option></option>
</select></td>
</tr>
<tr bgcolor="#EDECE0">
<td><font face="Georgia, Times New Roman, Times, serif">Community:</font></td>
<td colspan="4"><font face="Georgia, Times New Roman, Times, serif">
<select name="Community_List">
<option></option>
<cfoutput query="Get_Communities">
<option value="#location#">#location#</option>
</cfoutput>
</select>
</font></td>
</tr>
<tr>
<td width="109" ><font face="Georgia, Times New Roman, Times, serif">Item
Name:</font></td>
<td colspan="4"> <font face="Georgia, Times New Roman, Times, serif">
<CFinput name="Itemname" type="text" required="no" message="Item Name Required">
</font></td>
</tr>
<tr bgcolor="#EDECE0">
<td valign="top" ><font face="Georgia, Times New Roman, Times, serif">Short
Description:</font></td>
<td colspan="4">
<textarea name="Short_description" cols="30" rows="5" wrap="hard" onChange="if (this.value.length > 100) {alert('The Short Description Cannot Be Greater Than 100 Chars.')};">Text entered here will be entered in the listings page</textarea>
</td>
</tr>
<tr>
<td valign="top" ><font face="Georgia, Times New Roman, Times, serif">Long
Description:</font></td>
<td colspan="4"><textarea name="Long_description" cols="30" rows="5">Text entered here will show up on your details page</textarea>
</td>
</tr>
<tr bgcolor="#EDECE0">
<td><font face="Georgia, Times New Roman, Times, serif">Asking
Price:</font></td>
<td colspan="4"><CFinput name="itemprice" value="" type="text" id="itemprice" required="no" message="Asking Price Required" size="20" maxlength="9">
</td>
</tr>
<tr>
<td valign="top"><font face="Georgia, Times New Roman, Times, serif"><span >Featured
Item</span><font color="#FF0000">*</font></font></td>
<td colspan="4"> <CFinput name="featured" type="radio" id="featured" value="1" checked="yes">
<font size="-2" face="Georgia, Times New Roman, Times, serif">Yes</font> </td>
<tr><td> </td><td colspan="4"><CFinput name="featured" type="radio" id="featured" value="0">
<font size="-2" face="Georgia, Times New Roman, Times, serif">No</font> </td></tr>
</tr>
<tr bgcolor="#EDECE0">
<td><font face="Georgia, Times New Roman, Times, serif">Start
Date Of Ad:</font></td>
<td colspan="4"><cfinput name="begindate" type="text" validate="date" value="#Todays_Date#">
</td>
</tr>
<tr>
<td valign="top"><font face="Georgia, Times New Roman, Times, serif">Length
Of Ad:</font></td>
<td><CFinput name="Enddate" type="radio" value="7" checked="yes"></td>
<td><font face="Georgia, Times New Roman, Times, serif">7
Days</font></td>
<tr bgcolor="#EDECE0">
<td><font face="Georgia, Times New Roman, Times, serif"> </font></td>
<td><CFinput name="Enddate" type="radio" value="30"></td>
<td><font face="Georgia, Times New Roman, Times, serif">30 Days
</font></td>
</tr></table>
<table align="center">
<tr><td colspan="5"><BR><BR><div align="center"><strong>Up to 4 pictures
can be submited with your ad</strong></div></td>
</tr>
<tr>
<td><strong>1:</strong></td>
<td colspan="4"><INPUT type="file" name="picture1" accept="image/gif,image/jpeg"></td>
</tr>
<tr>
<td><strong>2:</strong></td>
<td colspan="4"><INPUT type="file" name="picture2" accept="image/gif,image/jpeg"></td>
</tr>
<tr>
<td><strong>3:</strong></td>
<td colspan="4"><INPUT type="file" name="picture3" accept="image/gif,image/jpeg"></td>
</tr>
<tr>
<td><strong>4:</strong></td>
<td colspan="4"><INPUT type="file" name="picture4" accept="image/gif,image/jpeg"></td>
</tr></tr>
<tr bgcolor="#FFFFFF">
<td colspan="5"><div align="center">
<input type="submit" value="Continue >>">
</div></td>
</tr>
</table>
</cfform>
<tr>
<td background="../images/top_space2.gif"><img src="../images/top_space2.gif"></td>
</tr>
</table>
</td></tr>
</table>
</body>
</html>
page2.cfm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Confirm Ad</title>
<!--- <CFQUERY NAME="vendorInfo" DATASOURCE="market">
select *
from vendors
where vendorid = #SESSION.Auth.vendorID#
</cfquery> --->
<cfquery name="Sort_categories" datasource="market">
select *
from subandcat
Where subcategoryid = #form.selectLocal#
</cfquery>
<cfinclude template="../Templates/Header_&_Sidebar_for_Place_Ad_Folder.cfm">
<td width="605" rowspan="2" valign="top" bgcolor="#FFFFFF">
<!--- did the user get here from the ad submission page? --->
<CFIF IsDefined("FORM"

AND IsStruct(FORM) AND NOT StructIsEmpty(FORM) AND IsDefined("FORM.submitid"

>
<!--- yes, the user got here from the form --->
<CFSET bValidSubmit = true>
<!--- lock the session scope and check the list of previously submitted submitIDs... if there's a match, the submission is not valid --->
<CFLOCK timeout="30" throwontimeout="No" type="READONLY" scope="SESSION">
<CFIF IsDefined("session.submittedIDs"

AND ListFind("#session.submittedIDs#",FORM.submitID) GT 0>
<CFSET bValidSubmit = false>
</CFIF>
</CFLOCK>
<!--- only proceed if an ad with this submitID hasn't already been submitted --->
<CFIF bValidSubmit>
<!--- set up some directory variables --->
<CFSET webRootDirectory = "C:\Inetpub\
<CFSET pictureDirectory = "\marketingedgeinc\sale_item_Images\">
<CFSET picture1filename = "">
<CFSET picture2filename = "">
<CFSET picture3filename = "">
<CFSET picture4filename = "">
<!--- upload the pictures as appropriate --->
<CFIF Len(Trim(FORM.picture1)) GT 0>
<CFFILE action="UPLOAD" nameconflict="makeunique" filefield="picture1" accept="image/*" destination="#webRootDirectory##pictureDirectory#">
<CFSET picture1filename = GetFileFromPath(CFFILE.serverfile)>
</CFIF>
<CFIF Len(Trim(FORM.picture2)) GT 0>
<CFFILE action="UPLOAD" nameconflict="makeunique" filefield="picture2" accept="image/*" destination="#webRootDirectory##pictureDirectory#">
<CFSET picture2filename = GetFileFromPath(CFFILE.serverfile)>
</CFIF>
<CFIF Len(Trim(FORM.picture3)) GT 0>
<CFFILE action="UPLOAD" nameconflict="makeunique" filefield="picture2" accept="image/*" destination="#webRootDirectory##pictureDirectory#">
<CFSET picture3filename = GetFileFromPath(CFFILE.serverfile)>
</CFIF>
<CFIF Len(Trim(FORM.picture4)) GT 0>
<CFFILE action="UPLOAD" nameconflict="makeunique" filefield="picture2" accept="image/*" destination="#webRootDirectory##pictureDirectory#">
<CFSET picture4filename = GetFileFromPath(CFFILE.serverfile)>
</CFIF>
<form action="page3.cfm" method="post">
<table border="0">
<tr>
<td colspan="2"><div align="center"> <div align="center"> Here's
the ad you've submitted: </div></td>
</tr>
<tr>
<td colspan="2"><HR>
<BR>
<BR></td>
</tr>
<tr>
<td valign="bottom"><cfoutput> <input type="hidden" name="Short_Description" value="#form.Short_Description#">
<div align="left"><font face="Georgia, Times New Roman, Times, serif">Information
On </font><font size="4" face="Georgia, Times New Roman, Times, serif">#FORM.Itemname#</font></div>
<input type="hidden" name="itemname" value="#FORM.itemname#">
</cfoutput></td>
</tr>
<tr>
<td>
<tr>
<td><table border="0">
<tr>
<CFIF Len(Trim(picture1filename)) GT 0>
<td width="106">
<CFOUTPUT><img alt="Click on picture to enlarge" src="../sale_item_Images/#picture1filename#" width="100" height="70" border="0">
<input type="hidden" name="picture1filename" value="#picture1filename#">
</CFOUTPUT> </td>
</cfif>
<CFIF Len(Trim(picture2filename)) GT 0>
<td width="106">
<CFOUTPUT><img alt="Click on picture to enlarge" src="../sale_item_Images/#picture2filename#" width="100" height="70" border="0">
<input type="hidden" name="picture2filename" value="#picture2filename#">
</CFOUTPUT> </td>
</cfif>
<CFIF Len(Trim(picture3filename)) GT 0>
<td width="106">
<CFOUTPUT><img alt="Click on picture to enlarge" src="../sale_item_Images/#picture3filename#" width="100" height="70" border="0">
<input type="hidden" name="picture3filename" value="#picture3filename#">
</CFOUTPUT> </td>
</cfif>
<CFIF Len(Trim(picture4filename)) GT 0>
<td width="106">
<CFOUTPUT><img alt="Click on picture to enlarge" src="../sale_item_Images/#picture4filename#" width="100" height="70" border="0">
<input type="hidden" name="picture4filename" value="#picture4filename#">
</CFOUTPUT> </td>
</cfif>
</tr>
</table></td>
</tr>
<tr>
<td > <table>
<tr>
<td width="269" bgcolor="#339900"><strong><font size="3" face="Georgia, Times New Roman, Times, serif">Price</font></strong></td>
<td width="310" bgcolor="#339900" colspan="4"><div align="center"><font size="3" face="Georgia, Times New Roman, Times, serif"><strong>Location</strong></font></div></td>
</tr>
<cfoutput>
<tr>
<td class="FormText"><strong>#Dollarformat(form.itemPrice)#</strong></td>
<input type="hidden" name="itemprice" value="#FORM.itemprice#">
<td colspan="4"> <div align="center">#form.Community_List#</div></td>
<input type="hidden" name="location" value="#FORM.Community_List#">
</tr>
</cfoutput></table></td>
</tr>
<tr>
<td><table>
<tr><cfoutput>
<td width="361" bgcolor="EDECE0" class="LongDesc">#form.Long_description#</td>
<input type="hidden" name="long_description" value="#FORM.Long_description#">
</cfoutput>
<!--- <cfoutput query="vendorInfo"> --->
<td width="212"><div align="center">
<p class="LongDesc">For more information, contact:<br>
<strong>
<!--- <a href="mailto:#email#">#email#</a> --->
</strong></p>
</div></td>
<!--- </cfoutput> --->
</tr>
</table></td>
</tr>
<tr>
<TD><hr></TD>
<td></td>
</tr>
<tr>
<td><font size="2" face="Georgia, Times New Roman, Times, serif">Your
ad will run from <cfoutput><strong><u>#dateformat(form.begindate, "mm/dd/yyyy"

#</u> </strong> to <strong><u>#dateformat(form.begindate + form.Enddate, "mm/dd/yyyy"

#</u></strong></font> <input type="hidden" name="begindate" value="#form.begindate#">
<input type="hidden" name="enddate" value="#form.enddate#"></cfoutput>
</td>
</tr>
<tr>
<td><font size="2" face="Georgia, Times New Roman, Times, serif"><cfoutput>and
be placed in subcategory <strong>(#Sort_categories.Subcategory#)</strong> within category <strong>(#Sort_categories.category#)</strong>
<input type="hidden" name="select_Ad_Subcategory" value="#FORM.select_Ad_Subcategory#">
<input type="hidden" name="selectLocal" value="#FORM.selectLocal#">
<input type="hidden" name="SUB" value="#Sort_categories.Subcategory#">
</cfoutput></font></td></tr>
<tr>
<td><font size="2" face="Georgia, Times New Roman, Times, serif">Featured?
<cfif form.featured EQ 1>
<strong>Yes</strong>
<cfelse>
<strong>No </strong>
</cfif>
</font></td>
</tr>
<tr> <cfoutput>
<input type="hidden" name="featured" value="#form.featured#">
</cfoutput>
<td colspan="2"><BR>
<BR>
<HR></td>
</tr>
<CFOUTPUT>
<input type="hidden" name="submitid" value="#FORM.submitid#">
</CFOUTPUT>
<tr>
<td colspan="2" class="LongDesc"><div align="center">
<input type="submit" name="submit" value="Add to cart">
</div></td>
<CFELSE>
<!--- the submitID was found in the list of previously submitted ads... so this submission is not valid --->
<table><tr><td>You've already submitted this ad. <a href="page3.cfm">Click
here</a> to view your cart.</td></tr></table> </CFIF> <CFELSE>
<!--- no... the user must've gotten here by mistake (no form was submitted), so take them back to page 1 --->
<CFLOCATION url="page1.cfm"> </CFIF>
</tr>
</table>
</form>
</tr>
<tr>
<td background="../images/top_space2.gif"><img src="../images/top_space2.gif"></td>
</tr>
</table>
</td></tr>
</table>
</body>
</html>
<!---
<!--- display the ad and ask for confirmation that the user wants to actually add it to their cart... behind the scenes, construct a form with hidden fields to pass all the relevent data to the next page --->
Here's the ad you've submitted:
<form action="page3.cfm" method="post">
<p>Item Name: <CFOUTPUT>#FORM.itemname#<input type="hidden" name="itemname" value="#FORM.itemname#"></CFOUTPUT></p>
<p>Category: <CFOUTPUT>#FORM.category#<input type="hidden" name="category" value="#FORM.category#"></CFOUTPUT></p>
<p>Images:<br />
<CFIF Len(Trim(picture1filename)) GT 0>
<CFOUTPUT><img alt="Click on picture to enlarge" src="../sale_item_Images/#picture1filename#" width="100" height="70" border="0"><input type="hidden" name="picture1filename" value="#picture1filename#"></CFOUTPUT><br />
</CFIF>
<CFIF Len(Trim(picture2filename)) GT 0>
<CFOUTPUT><img alt="Click on picture to enlarge" src="../sale_item_Images/#picture2filename#" width="100" height="70" border="0"><input type="hidden" name="picture2filename" value="#picture2filename#"></CFOUTPUT><br />
</CFIF>
</p>
<CFOUTPUT><input type="hidden" name="submitid" value="#FORM.submitid#"></CFOUTPUT>
<input type="submit" name="submit" value="Add to cart">
</form>
<CFELSE>
<!--- the submitID was found in the list of previously submitted ads... so this submission is not valid --->
You've already submitted this ad. <a href="page3.cfm">Click here</a> to view your cart.
</CFIF>
<CFELSE>
<!--- no... the user must've gotten here by mistake (no form was submitted), so take them back to page 1 --->
<CFLOCATION url="page1.cfm">
</CFIF>
</body>
</html>
page3.cfm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>View Shopping Cart</title>
<cfquery name="get_SubCategories" datasource="Market">
SELECT Category, categoryid, subcategory, subcategoryid
FROM subandcat
</cfquery>
<cfquery name="Fees" datasource="market">
select *
from Private_Prices
Where category_ID = #form.select_Ad_Subcategory#
</cfquery>
<cfquery name="GST" datasource="market">
select *
from taxes
Where tax = 'gst'
</cfquery>
<cfquery name="PST" datasource="market">
select *
from taxes
Where tax = 'pst'
</cfquery>
<cfset WF = 5>
<cfset MF = 10>
<cfinclude template="../Templates/Header_&_Sidebar_for_Place_Ad_Folder_Subcat_Select.cfm">
<td width="600" rowspan="2" valign="top" bgcolor="#FFFFFF">
<table align="center">
<!--- did the user get here from the ad confirmation page? --->
<CFIF IsDefined("FORM"

AND IsStruct(FORM) AND NOT StructIsEmpty(FORM) AND IsDefined("FORM.submitid"

>
<CFSET bValidSubmit = true>
<!--- lock the session scope and check the submitID against the list of previously submitted ads... again --->
<CFLOCK timeout="30" throwontimeout="No" type="READONLY" scope="SESSION">
<CFIF IsDefined("session.submittedIDs"

AND ListFind("#session.submittedIDs#",FORM.submitID) GT 0>
<CFSET bValidSubmit = false>
</CFIF>
</CFLOCK>
<CFIF bValidSubmit>
<cfquery name="Fees" datasource="market">
select * from Private_Prices Where category_ID = #form.select_Ad_Subcategory#
</cfquery>
<cfset WF = 5>
<cfset MF = 10>
<!--- if it's a new submitID, create the temporary structure (NOT in the session scope --->
<CFSET strTempItem = StructNew()>
<!--- listing fees --->
<cfset strtempitem.listing_Fee = #fees.price#>
<cfif form.featured EQ 1 and form.Enddate EQ 7>
<cfset strtempitem.Featured_Fee = #WF#>
<cfelseif form.featured EQ 1 and form.Enddate EQ 30>
<cfset strtempitem.Featured_Fee = #MF#>
<cfelse>
<cfset strtempitem.Featured_Fee = 0>
</cfif>
<cfset strtempitem.categoryid = #form.select_Ad_Subcategory#>
<cfset strtempitem.subcategoryid = #form.selectLocal#>
<cfset strtempitem.subcategory = #form.sub#>
<cfset strtempitem.location = #form.location#>
<cfset strtempitem.itemname = #form.Itemname#>
<cfset strtempitem.Short_Description = #form.Short_Description#>
<cfset strtempitem.long_description = #form.long_description#>
<cfset strtempitem.itemprice = #form.itemprice#>
<cfset strtempitem.featured = #form.featured#>
<cfset strtempitem.begindate = #dateformat(form.begindate, "mm/dd/yyyy"

#>
<cfset strtempitem.Enddate = #dateformat(form.begindate + form.Enddate, "mm/dd/yyyy"

#>
<CFSET strTempItem.picture1 = "">
<CFSET strTempItem.picture2 = "">
<CFSET strTempItem.picture3 = "">
<CFSET strTempItem.picture4 = "">
<CFIF IsDefined("FORM.picture1filename"

AND Len(Trim(FORM.picture1filename)) GT 0>
<CFSET strTempItem.picture1 = FORM.picture1filename>
</CFIF>
<CFIF IsDefined("FORM.picture2filename"

AND Len(Trim(FORM.picture2filename)) GT 0>
<CFSET strTempItem.picture2 = FORM.picture2filename>
</CFIF>
<CFIF IsDefined("FORM.picture3filename"

AND Len(Trim(FORM.picture3filename)) GT 0>
<CFSET strTempItem.picture3 = FORM.picture3filename>
</CFIF>
<CFIF IsDefined("FORM.picture4filename"

AND Len(Trim(FORM.picture4filename)) GT 0>
<CFSET strTempItem.picture4 = FORM.picture4filename>
</CFIF>
<!--- then lock the session scope and append the new ad to the shopping cart and update the list of previously submitted IDs with the current submitID --->
<CFLOCK timeout="30" throwontimeout="No" type="EXCLUSIVE" scope="SESSION">
<CFIF NOT IsDefined("session.auth"

or NOT IsArray(session.auth)>
<CFSET session.auth = arraynew(1)>
</CFIF>
<CFSET ArrayAppend(session.auth,strTempItem)>
<CFIF NOT IsDefined("session.submittedIDs"

>
<CFSET session.submittedIDs = "">
</CFIF>
<CFSET session.submittedIDs = ListAppend("#session.submittedIDs#",FORM.submitID)>
</CFLOCK>
<CFELSE>
<!--- the submitID already exists in the list of previously submitted IDs, so this submission is not valid --->
<tr>
<td><font color="#FF0000" size="2" face="Georgia, Times New Roman, Times, serif">You've
already added this item to your cart.</font></td>
</tr>
</CFIF>
</CFIF>
<!--- regardless of any of the above, display the current cart --->
<tr>
<td><div align="center"><font size="2" face="Georgia, Times New Roman, Times, serif">Here's
your shopping cart:</font></div></td>
</tr>
<CFSET aryLocalArray = ArrayNew(1)>
<!--- readonly lock on the session scope, and copy out the session array to a local array... since we really don't want to keep the lock open while we're looping --->
<CFLOCK timeout="30" throwontimeout="No" type="READONLY" scope="SESSION">
<CFIF IsDefined("session.auth"

AND IsArray(session.auth)>
<CFSET aryLocalArray = session.auth>
</CFIF>
</CFLOCK>
</table>
<!--- output the cart contents using the local (NOT session scope) array --->
<table border="0" cellpadding="5" align="center">
<tr bgcolor="#009933" style="color: #FFFFFF;">
<td><font size="2" face="Georgia, Times New Roman, Times, serif">Item
#</font></td>
<td><font size="2" face="Georgia, Times New Roman, Times, serif">Item
Name</font></td>
<td><font size="2" face="Georgia, Times New Roman, Times, serif">Category</font></td>
<td><font size="2" face="Georgia, Times New Roman, Times, serif">Listing
Fee</font></td>
<td><font size="2" face="Georgia, Times New Roman, Times, serif">Featured</font></td>
</tr>
<CFIF ArrayLen(aryLocalArray) GT 0>
<cfset variables.totalListing_fee = 0>
<cfset variables.totalFeatured_fee = 0>
<CFLOOP from="1" to="#ArrayLen(aryLocalArray)#" index="whichItem">
<CFOUTPUT>
<tr>
<td><font size="2" face="Georgia, Times New Roman, Times, serif">#whichItem#</font></td>
<td><font size="2" face="Georgia, Times New Roman, Times, serif">#aryLocalArray[whichItem].itemname#</font></td>
<td><font size="2" face="Georgia, Times New Roman, Times, serif">#aryLocalArray[whichItem].subcategoryid#</font></td>
<td><font size="2" face="Georgia, Times New Roman, Times, serif">#dollarformat(aryLocalArray[whichItem].Listing_fee)#</font></td>
<td><font size="2" face="Georgia, Times New Roman, Times, serif">#dollarformat(aryLocalArray[whichItem].Featured_Fee)#</font></td>
<TD><a href="modify.cfm"><font size="2" face="Georgia, Times New Roman, Times, serif">|Modify|</font></a> <a href="Delete.cfm"><font size="2" face="Georgia, Times New Roman, Times, serif">|Delete|</font></a></TD>
</tr>
<cfset totalListing_fee = totalListing_fee + (aryLocalArray[whichItem].Listing_fee)>
<cfset totalFeatured_fee = totalFeatured_fee + (aryLocalArray[whichItem].Featured_Fee)>
</CFOUTPUT>
</CFLOOP>
<cfset Grand_Subtotal = totalListing_fee + totalFeatured_fee>
<cfset Total_GST = Grand_Subtotal * #gst.amount#>
<cfset Total_PST = (Grand_Subtotal + Total_GST) * #PST.amount#>
<cfset Total_taxes = Total_GST + Total_PST>
<cfset Grand_Total = Total_taxes + Grand_Subtotal>
<tr>
<td colspan="5"><hr></td>
</tr>
<tr>
<td></td>
<td></td>
<td><font face="Georgia, Times New Roman, Times, serif">SubTotal
Listing Fees</font></td>
<td><font face="Georgia, Times New Roman, Times, serif"><cfoutput>#Dollarformat(totalListing_fee)#</cfoutput> </font></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td><font face="Georgia, Times New Roman, Times, serif">SubTotal
Featured</font></td>
<td><font face="Georgia, Times New Roman, Times, serif"><u><cfoutput>#Dollarformat(totalFeatured_fee)#</cfoutput> </u> </font></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td><font face="Georgia, Times New Roman, Times, serif">Grand
SubTotal </font></td>
<td><font face="Georgia, Times New Roman, Times, serif"><cfoutput>#Dollarformat(Grand_Subtotal)#</cfoutput> </font></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td><font face="Georgia, Times New Roman, Times, serif">Taxes</font></td>
<td><font face="Georgia, Times New Roman, Times, serif"><u><cfoutput>#Dollarformat(Total_Taxes)#</cfoutput> </u> </font></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td><font face="Georgia, Times New Roman, Times, serif">Total</font></td>
<td><font face="Georgia, Times New Roman, Times, serif"><strong><cfoutput>#Dollarformat(Grand_total)#</cfoutput></strong> </font></td>
<td></td>
</tr>
<CFELSE>
<tr>
<td colspan="3">No items currently in cart</td>
</tr>
</CFIF>
</table>
<table align="center">
<tr>
<td><font size="2" face="Georgia, Times New Roman, Times, serif"><a href="page1.cfm">Click
here</a> to add a new item</font></td>
</tr>
</table>
<tr>
<td background="../images/top_space2.gif"><img src="../images/top_space2.gif"></td>
</tr>
</table>
</td></tr>
</table>
</body>
</html>