Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~529 People Reached
About Me

one of the poor lonely antipodean developers at the bottom of the world

Favorite Forums
Favorite Tags
Member Avatar for ziggydog

Hi Everyone I am building a site that requires multiple listings each with their own shopping cart. Items can be ordered only from that business(1)and i need a way to stop surfers from going to another business and adding items from their business to the cart of business(1) At the …

Member Avatar for CutterBlades
0
208
Member Avatar for ziggydog

Hi everybody I am populating an array of structures with info for a product enquiry. <!--- ADD PRODUCT TO CART ARRAY ROUTINE---> <cfif IsDefined("btn_add")> <a href="%5C"> <cfset temp = arrayAppend(session.enquirycontents, structNew())> <cfset session.enquirycontents[arrayLen(session.enquirycontents)].ID = #form.ID#> <cfset session.enquirycontents[arrayLen(session.enquirycontents)].product = #productdetail.product#> <cfset session.enquirycontents[arrayLen(session.enquirycontents)].prodnum = #productdetail.prodnum#> <cfset session.enquirycontents[arrayLen(session.enquirycontents)].quantity = #form.Quantity#> <cfset session.enquirycontents[arrayLen(session.enquirycontents)].dimensions = …

Member Avatar for ziggydog
0
174
Member Avatar for ziggydog

Hi there everybody I am having problems with pagination using cfloop and the grouping of cfoutput in nested cfoutput tags. The code below lists my results eg: producer query results producer query results producer query results etc what i require is eg producer 1 query results 1 query results 2 …

Member Avatar for arrgh
0
147