Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

shopping "list"

Status
Not open for further replies.

jamestanner

Programmer
Apr 16, 2007
6
0
0
GB
i still very new to CF & would like to know how i can create a shopping "list" (not cart!)... im assuming it would be an array??

basically, as users navigate the site, id like them to be able to click on a picture (16 pics per page) it adds the item reference, name & description to the list. the user could click on as many items as they wish and the list gets bigger. when finished they goto the email form and the list is placed into the email automatically. (the email bit i can do)
i just need to work out how to build the array,
eg. array(list).add "#item#, #description#, #reference#<br>" (to create a new line after each added item)

can anyone help?? ive found full shopping cart apps but this is far more than i need!

many thanks

James
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top