Hi Sherry, When the customer is on the cart site I want him/her to be able to add items to the cart before/after signing in.
So when an item is added to the cart it gets added to a separate table with the CFID being stored for reference. To process the order the customer still has to sign in. When he/she clicks to place the order the items from the cart table are used to generate the entries for the orders tables. The only printing going on is from the cart admin where the site owner prints orders. If you're still stuck email me off the list :-) Jenny -----Original Message----- From: Sherry Qiu [mailto:[EMAIL PROTECTED] Sent: 03 September 2006 05:20 To: CF-Talk Subject: Re: help! coding for point of sales or cash bills > Hi Sherry, > > A work around I did for my shopping cart was to store the CFID of the > session with the transaction and I then grabbed all items matching > that CFID to create the final sales order. Works really well for me, > and doesn't even require cookies to be enabled. If I've not made > myself clear let me know and I'll go into more detail. > > Hope that helps, > Jenny > >> Thanks! I've got your concept, but I would like to know more about this >> concept. By the way, are the shopping cart able to print data to a paper >> printer each time a transaction has been made? Im looking for this coding >> because all I can get from reference is window.print() which print out the >> whole page not a single row. -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.11.7/436 - Release Date: 01/09/2006 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251907 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

