Forums
This topic is locked
Tracking users choice on site
Posted 26 Jan 2005 14:16:42
1
has voted
26 Jan 2005 14:16:42 Simon Bloodworth posted:
Heres what i want to do:I want to be able to have on my main product view a section that shows: "People who looked at this product also looked at these" How would i track what a user has done and use this to show these kind of results - would i use sessions that enter into a DB?
Im using ASP/VBScript / MS Access
Any help please?
Replies
Replied 26 Jan 2005 20:42:03
26 Jan 2005 20:42:03 Chris Charlton replied:
Hmm, good question. I gave up custom eComm coding since so many cart systems are available, and some have this feature.
Sorry I offer no answer (yet), but I wanted to subscribe to this post. <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle> <img src=../images/dmxzone/forum/icon_smile_tongue.gif border=0 align=middle>
Sorry I offer no answer (yet), but I wanted to subscribe to this post. <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle> <img src=../images/dmxzone/forum/icon_smile_tongue.gif border=0 align=middle>
Replied 26 Jan 2005 21:15:23
26 Jan 2005 21:15:23 Simon Bloodworth replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hmm, good question. I gave up custom eComm coding since so many cart systems are available, and some have this feature.
Sorry I offer no answer (yet), but I wanted to subscribe to this post. <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle> <img src=../images/dmxzone/forum/icon_smile_tongue.gif border=0 align=middle>
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Not to worry.
A quick fix i have done which gives an idea of this: On my main product view page it takes the products main details and grabs form elements from previous page (product code, name etc) and enters them into a tracking DB which also assigns an entered date, all i do then is call this database and display the last 3 records entered, not perfect but gives some indication of product referencing.
Cheers
Hmm, good question. I gave up custom eComm coding since so many cart systems are available, and some have this feature.
Sorry I offer no answer (yet), but I wanted to subscribe to this post. <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle> <img src=../images/dmxzone/forum/icon_smile_tongue.gif border=0 align=middle>
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Not to worry.
A quick fix i have done which gives an idea of this: On my main product view page it takes the products main details and grabs form elements from previous page (product code, name etc) and enters them into a tracking DB which also assigns an entered date, all i do then is call this database and display the last 3 records entered, not perfect but gives some indication of product referencing.
Cheers