Re: [CART]

This WebDNA talk-list message is from

1997


It keeps the original formatting.
numero = 11424
interpreted = N
texte = >I can't find out how to use the [CART] tag. Isn't it supposed to generate a >unique number for a visitor and then stick to this visitor? No, [cart] generates a unique number, but it only sticks where you tell it to stick. You have to tell it to stick to your users, and the way you do that is to assign the cart value to a variable.On the page that generates the first cart value (this is the 'entry page' to your chat room), you have to put cart=[cart], because that lets you pass that cart value to the next page your users goes to. The cart value is stored in a variable named cart when you do this. >I want to create a chat and use the [CART] for tracking each visitor, but >every time a issue a [CART] a new number is generated. > >Must the [CART] value be stored in a .db with a special name or something? No, the cart value is stored in a variable, not a database ... and you don't want to generate a new one on each page, you only want to geterate a new one on your 'entry page'. From then on, you want to pass the original cart value from page to page. Just don't pass it to the entry page again, or you won't get a new cart value, you will simply be continuing to pass the same cart value that you created in the beginning.You can pass the cart value to any template simply by putting cart=[cart] inside every URL on the page, like this:Go to some templateIt doesn't matter if the URL is a showpage or append or delete or replace or search, all that matters is that cart=[cart] appears in the string - in the proper syntax, of course. If it's not the first set of parameters following the question mark, then it will have to have an ampersand (&) in front of it ...Make sure to put cart=[cart] into your forms, too, by using a hidden form input field like this: The key thing to remember is that you should put cart=[cart] into every URL or form where the user might need the cart value to continue using your chat. Because as soon as your user click a hyperlink or form button that doesn't have cart=[cart] in it, that user's cart value is gone, and a completely new cart value will be created when that user visits a new page with a [cart] tag on it.Sincerely, Ken Grome ..... ken@iav.com http://usarea.net/home.html Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] fastcgi 7+ & [cart]? (christophe.billiottet@webdna.us 2010)
  2. Re: [WebDNA] fastcgi 7+ & [cart]? (christophe.billiottet@webdna.us 2010)
  3. Re: [WebDNA] fastcgi 7+ & [cart]? ("Mr. Robert Minor Jr." 2010)
  4. Re: [WebDNA] fastcgi 7+ & [cart]? (Kenneth Grome 2010)
  5. Re: [WebDNA] fastcgi 7+ & [cart]? (christophe.billiottet@webdna.us 2010)
  6. Re: [WebDNA] fastcgi 7+ & [cart]? (Kenneth Grome 2010)
  7. Re: [WebDNA] fastcgi 7+ & [cart]? (Kenneth Grome 2010)
  8. Re: [WebDNA] fastcgi 7+ & [cart]? ("Mr. Robert Minor Jr." 2010)
  9. Re: [WebDNA] fastcgi 7+ & [cart]? (Kenneth Grome 2010)
  10. Re: [WebDNA] fastcgi 7+ & [cart]? (Govinda 2010)
  11. Re: [WebDNA] fastcgi 7+ & [cart]? (Kenneth Grome 2010)
  12. Re: [WebDNA] fastcgi 7+ & [cart]? (Jym Duane 2010)
  13. Re: [WebDNA] fastcgi 7+ & [cart]? (Jym Duane 2010)
  14. Re: [WebDNA] fastcgi 7+ & [cart]? (Jym Duane 2010)
  15. Re: [WebDNA] fastcgi 7+ & [cart]? (Govinda 2010)
  16. Re: [WebDNA] fastcgi 7+ & [cart]? (Gary Krockover 2010)
  17. Re: [WebDNA] fastcgi 7+ & [cart]? (Kenneth Grome 2010)
  18. Re: [WebDNA] fastcgi 7+ & [cart]? ("Terry Wilson" 2010)
  19. Re: [WebDNA] fastcgi 7+ & [cart]? (christophe.billiottet@webdna.us 2010)
  20. Re: [WebDNA] fastcgi 7+ & [cart]? (Kenneth Grome 2010)
  21. Re: [WebDNA] fastcgi 7+ & [cart]? (Kenneth Grome 2010)
  22. Re: [WebDNA] fastcgi 7+ & [cart]? (christophe.billiottet@webdna.us 2010)
  23. Re: [WebDNA] fastcgi 7+ & [cart]? ("Terry Wilson" 2010)
  24. Re: [WebDNA] fastcgi 7+ & [cart]? (Kenneth Grome 2010)
  25. Re: [WebDNA] fastcgi 7+ & [cart]? (christophe.billiottet@webdna.us 2010)
  26. Re: [WebDNA] fastcgi 7+ & [cart]? ("Terry Wilson" 2010)
  27. Re: [WebDNA] fastcgi 7+ & [cart]? (Kenneth Grome 2010)
  28. Re: [WebDNA] fastcgi 7+ & [cart]? (Paul Willis 2010)
  29. Re: [WebDNA] fastcgi 7+ & [cart]? ("Terry Wilson" 2010)
  30. Re: [WebDNA] fastcgi 7+ & [cart]? (Steve Raslevich 2010)
  31. Fwd: [WebDNA] fastcgi 7+ & [cart]? (christophe.billiottet@webdna.us 2010)
  32. Re: [WebDNA] fastcgi 7+ & [cart]? (Govinda 2010)
  33. Re: [WebDNA] fastcgi 7+ & [cart]? (christophe.billiottet@webdna.us 2010)
  34. Re: [WebDNA] fastcgi 7+ & [cart]? (Paul Willis 2010)
  35. Re: [WebDNA] fastcgi 7+ & [cart]? (christophe.billiottet@webdna.us 2010)
  36. Re: [WebDNA] fastcgi 7+ & [cart]? (Govinda 2010)
  37. Re: [WebDNA] fastcgi 7+ & [cart]? (christophe.billiottet@webdna.us 2010)
  38. Re: [WebDNA] fastcgi 7+ & [cart]? ("Psi Prime Inc, Matthew A Perosi " 2010)
  39. Re: [WebDNA] fastcgi 7+ & [cart]? (christophe.billiottet@webdna.us 2010)
  40. Re: [WebDNA] fastcgi 7+ & [cart]? (Stuart Tremain 2010)
  41. Re: [WebDNA] fastcgi 7+ & [cart]? (Kenneth Grome 2010)
  42. Re: [WebDNA] fastcgi 7+ & [cart]? (christophe.billiottet@webdna.us 2010)
  43. Re: [WebDNA] fastcgi 7+ & [cart]? (Jym Duane 2010)
  44. Re: [WebDNA] fastcgi 7+ & [cart]? (Govinda 2010)
  45. Re: [WebDNA] fastcgi 7+ & [cart]? (christophe.billiottet@webdna.us 2010)
  46. [WebDNA] fastcgi 7+ & [cart]? (Govinda 2010)
  47. Re: how does multiple [cart] commands work? ( Donovan Brooke 2007)
  48. Re: how does multiple [cart] commands work? ( "Olin Lagon" 2007)
  49. Re: how does multiple [cart] commands work? ( Stuart Tremain 2007)
  50. how does multiple [cart] commands work? ( "Olin Lagon" 2007)
  51. Re: [CART] as [Cart] ( "Nitai @ ComputerOil" 2006)
  52. [CART] as [Cart] ( "Paul Hackett" 2006)
  53. Re: detecting already used [cart]? ( Scott Szretter 2005)
  54. Re: detecting already used [cart]? ( Donovan Brooke 2005)
  55. Re: detecting already used [cart]? ( Clint Davis 2005)
  56. detecting already used [cart]? ( Scott Szretter 2005)
  57. [WaitForFile file=Orders/[cart]] ( stephen@msrit.com 2005)
  58. Re: Uniqueness of [cart] - revisited ( "Dan Strong" 2004)
  59. Re: Uniqueness of [cart] - revisited ( "Tana Adams" 2004)
  60. Re: Uniqueness of [cart] - revisited ( John Peacock 2004)
  61. Re: Uniqueness of [cart] - revisited ( Alex McCombie 2004)
  62. Re: Uniqueness of [cart] - revisited ( Donovan Brooke 2004)
  63. Re: Uniqueness of [cart] - revisited ( "Tana Adams" 2004)
  64. Re: [cart]= ( Gary Krockover 2004)
  65. Re: [cart]= ( Rob Marquardt 2004)
  66. Re: [cart]= ( Mark Derrick 2004)
  67. Re: [cart]= ( Mark Derrick 2004)
  68. Re: [cart]= ( Mark Derrick 2004)
  69. Re: [cart]= ( Gary Krockover 2004)
  70. Re: [cart]= ( Mark Derrick 2004)
  71. Re: [cart]= ( Donovan Brooke 2004)
  72. Re: [cart]= ( John Peacock 2004)
  73. Re: [cart]= ( Paul Uttermohlen 2004)
  74. [cart]= ( Mark Derrick 2004)
  75. Re: Uniqueness of [cart] (was Re: Number of cars in cart...) ( John Peacock 2004)
  76. Re: Uniqueness of [cart] (was Re: Number of cars in cart...) ( Donovan Brooke 2004)
  77. Re: Uniqueness of [cart] (was Re: Number of cars in cart...) ( John Peacock 2004)
  78. Uniqueness of [cart] (was Re: Number of cars in cart...) ( Joe D'Andrea 2004)
  79. Re: v6.x & [cart] ( eLists 2004)
  80. Re: v6.x & [cart] ( Brian Fries 2004)
  81. v6.x & [cart] ( eLists 2004)
  82. Re: retain raw [cart] submitted value ( William DeVaul 2004)
  83. Re: retain raw [cart] submitted value ( Gary Krockover 2004)
  84. Re: retain raw [cart] submitted value ( Bob Minor 2004)
  85. Re: retain raw [cart] submitted value ( "Sal D'Anna" 2004)
  86. Re: retain raw [cart] submitted value ( Gary Krockover 2004)
  87. Re: retain raw [cart] submitted value ( "Sal D'Anna" 2004)
  88. Re: retain raw [cart] submitted value ( Gary Krockover 2004)
  89. Re: retain raw [cart] submitted value ( Bob Minor 2004)
  90. Re: retain raw [cart] submitted value ( Gary Krockover 2004)
  91. Re: retain raw [cart] submitted value ( "Alain Russell" 2004)
  92. Re: retain raw [cart] submitted value ( Gary Krockover 2004)
  93. Re: retain raw [cart] submitted value ( Bob Minor 2004)
  94. Re: retain raw [cart] submitted value ( Bob Minor 2004)
  95. Re: retain raw [cart] submitted value ( Donovan Brooke 2004)
  96. Re: retain raw [cart] submitted value ( Bob Minor 2004)
  97. Re: retain raw [cart] submitted value ( Gary Krockover 2004)
  98. Re: retain raw [cart] submitted value ( Donovan Brooke 2004)
  99. Re: retain raw [cart] submitted value ( Tim Robinson 2004)
  100. retain raw [cart] submitted value ( Bob Minor 2004)
  101. Re: [cart][date][time] ( "Scott Anderson" 2003)
  102. Re: [cart][date][time] ( Donovan 2003)
  103. Re: [cart][date][time] ( Donovan 2003)
  104. Re: [cart][date][time] ( "WebDna @" 2003)
  105. Re: [cart][date][time] ( Donovan 2003)
  106. [cart][date][time] ( Donovan 2003)
  107. Re: Putting [cart] into a database (Paul Willis 2003)
  108. Re: Putting [cart] into a database (Kenneth Grome 2003)
  109. Re: Putting [cart] into a database (Nitai @ ComputerOil 2003)
  110. Putting [cart] into a database (Paul Willis 2003)
  111. Re: Change [cart] date (Stuart Tremain 2002)
  112. Re: Change [cart] date (John Peacock 2002)
  113. Re: Change [cart] date (Stuart Tremain 2002)
  114. Re: Change [cart] date (Stuart Tremain 2002)
  115. Re: Change [cart] date (Bob Minor 2002)
  116. Re: Change [cart] date (Brian Boegershausen 2002)
  117. Change [cart] date (Stuart Tremain 2002)
  118. Re: [cart] Taxrate - seriously .. (Andrew Simpson 2002)
  119. Re: [cart] Taxrate - seriously .. (NovaDerm Skincare Science 2002)
  120. Re: [cart] Taxrate - seriously .. (Andrew Simpson 2002)
  121. Re: [cart] Taxrate - seriously .. (NovaDerm Skincare Science 2002)
  122. Re: [cart] how is it generated (Marc Kaiwi 2002)
  123. Re: [cart] Taxrate - seriously .. (Andrew Simpson 2002)
  124. Re: [cart] how is it generated (Alisha Outridge 2002)
  125. Re: [cart] how is it generated (Grant Hulbert 2002)
  126. Re: [cart] how is it generated (John Peacock 2002)
  127. [cart] how is it generated (Arturo Vargas 2002)
  128. Re: [cart] Taxrate - seriously .. (John Peacock 2002)
  129. Re: [cart] Taxrate - seriously .. (Andrew Simpson 2002)
  130. Re: [cart] Taxrate - seriously .. (NovaDerm Skincare Science 2002)
  131. Re: [cart] Taxrate - seriously .. (Andrew Simpson 2002)
  132. Re: [cart] Taxrate - seriously .. (Gary Krockover 2002)
  133. [cart] Taxrate - seriously .. (Alain Russell 2002)
  134. Re: [cart] number range ?? (John Peacock 2001)
  135. Re: [cart] number range ?? (Andrew Simpson 2001)
  136. Re: [cart] number range ?? (Alain Russell 2001)
  137. Re: [cart] number range ?? (Andrew Simpson 2001)
  138. [cart] number range ?? (Alain Russell 2001)
  139. Re: Bad/GoodPath.inc and value of [cart]? (John Jakovich 2000)
  140. Bad/GoodPath.inc and value of [cart]? (Steven Jarvis 2000)
  141. Re: How do I pass [cart] when user clicks back (Kenneth Grome 2000)
  142. Re: How do I pass [cart] when user clicks back (Jason Tyler 2000)
  143. Re: How do I pass [cart] when user clicks back (Robert McPeak 2000)
  144. Re: How do I pass [cart] when user clicks back (Jason Tyler 2000)
  145. Re: How do I pass [cart] when user clicks back (Robert McPeak 2000)
  146. Re: How do I pass [cart] when user clicks back (MARC MALACARME 2000)
  147. Re: How do I pass [cart] when user clicks back (MARC MALACARME 2000)
  148. Re: How do I pass [cart] when user clicks back (Robert McPeak 2000)
  149. Re: How do I pass [cart] when user clicks back (Robert McPeak 2000)
  150. Re: How do I pass [cart] when user clicks back (Robert McPeak 2000)
  151. Re: How do I pass [cart] when user clicks back (MARC MALACARME 2000)
  152. Re: How do I pass [cart] when user clicks back (Kenneth Grome 2000)
  153. How do I pass [cart] when user clicks back (Robert McPeak 2000)
  154. Re: [orderfile Orders/[cart]] (John Peacock 2000)
  155. Re: Need help with [cart] (Alex Cheparev 2000)
  156. Re: [orderfile Orders/[cart]] (Christopher Mackay 2000)
  157. Re: [orderfile Orders/[cart]] (Christer Olsson 2000)
  158. Re: [orderfile Orders/[cart]] (Christopher Mackay 2000)
  159. Re: [orderfile Orders/[cart]] (John Peacock 2000)
  160. [orderfile Orders/[cart]] (Christopher Mackay 2000)
  161. Re: Need help with [cart] (Arturo Vargas 2000)
  162. Need help with [cart] (Alex Cheparev 2000)
  163. Re: How bad an idea is it to put cart=[cart] on all links? (Christopher Mackay 2000)
  164. Re: How bad an idea is it to put cart=[cart] on all links? (Peter Ostry 2000)
  165. How bad an idea is it to put cart=[cart] on all links? (Christopher Mackay 2000)
  166. Re: [cart]'s ever get recycled? (John Butler 2000)
  167. Re: [cart]'s ever get recycled? (Kenneth Grome 2000)
  168. Re: [cart]'s ever get recycled? (WebDNA Support 2000)
  169. Re: [cart]'s ever get recycled? (Andrew Vernon 2000)
  170. Re: [cart]'s ever get recycled? (Kenneth Grome 2000)
  171. Re: [cart]'s ever get recycled? (John Butler 2000)
  172. Re: [cart]'s ever get recycled? (Stuart Tremain 2000)
  173. Re: [cart]'s ever get recycled? (Kenneth Grome 2000)
  174. Re: [cart]'s ever get recycled? (Stuart Tremain 2000)
  175. Re: [cart]'s ever get recycled? (Kenneth Grome 2000)
  176. Re: [cart]'s ever get recycled? (Stuart Tremain 2000)
  177. Re: [cart]'s ever get recycled? (Kenneth Grome 2000)
  178. Re: [cart]'s ever get recycled? (Stuart Tremain 2000)
  179. [cart]'s ever get recycled? (John Butler 2000)
  180. Re: Are [CART]'s always > Previous [CART]'s (Kenneth Grome 2000)
  181. Re: Are [CART]'s always > Previous [CART]'s (Brian Wallace 2000)
  182. Re: Are [CART]'s always > Previous [CART]'s (Kenneth Grome 2000)
  183. Are [CART]'s always > Previous [CART]'s (Brian Wallace 2000)
  184. Re: [cart] tag (Lee Selvog 2000)
  185. Re: [cart] tag (John Butler 2000)
  186. Re: [cart] tag (Paul Willis 2000)
  187. Re: [cart] tag (Lee Selvog 2000)
  188. Re: [cart] tag (Lee Selvog 2000)
  189. Re: [cart] tag (Jesse Williams Proudman 2000)
  190. Re: [cart] tag (Lee Selvog 2000)
  191. Re: [cart] tag (John Butler 2000)
  192. Re: [cart] tag (Lee Selvog 2000)
  193. Re: [cart] tag (Bryan M. Baer 2000)
  194. [cart] tag (Lee Selvog 2000)
  195. Re: Link with [cart] in db field (Will Starck 1999)
  196. Re: Link with [cart] in db field (Charles Kline 1999)
  197. Re: Link with [cart] in db field (Sue Ann Sanders 1999)
  198. Re: Link with [cart] in db field (Kenneth Grome 1999)
  199. Link with [cart] in db field (Sue Ann Sanders 1999)
  200. Re: newbie Q: [cart] documentation (Eddy Deschenes 1999)
  201. Re: newbie Q: [cart] documentation (Chris Buxton 1999)
  202. Re: newbie Q: [cart] documentation (Joseph D'Andrea 1999)
  203. newbie Q: [cart] documentation (Chris Buxton 1999)
  204. Re: [cart] generation (PCS Technical Support 1998)
  205. [cart] generation (Karl Isselhardt 1998)
  206. Re: Syntax of a URL for including ?cart=[cart] and #something? (PCS Technical Support 1998)
  207. Syntax of a URL for including ?cart=[cart] and #something? (Nathan Hyde 1998)
  208. displaying [cart] contents with a pull-down & frames (Marty Schmid 1998)
  209. Re(2): Problem about [CART] number (l.bache@interacti-system.fr (Laurent Bache) 1998)
  210. Re(2): Problem about [CART] number (l.bache@interacti-system.fr (Laurent Bache) 1998)
  211. Re: Problem with [CART] number (Peter Ostry 1998)
  212. Re: Problem about [CART] number (Dave MacLeay 1998)
  213. Re: Problem with [CART] number (Raymond Hatch 1998)
  214. Problem about [CART] number (l.bache@interacti-system.fr (Laurent Bache) 1998)
  215. Problem with [CART] number (l.bache@interacti-system.fr (Laurent Bache) 1998)
  216. Frames and [cart] (Kevin Furuta 1998)
  217. Re: Frames and [cart] (Kevin Mueller 1998)
  218. Re: unclear on a simple [cart] ? (Kenneth Grome 1998)
  219. Re: unclear on a simple [cart] ? (PCS Technical Support 1998)
  220. unclear on a simple [cart] ? (peter avildsen 1998)
  221. Re: [cart] (M.I.S. Webmaster 1998)
  222. Re: [cart] (Bob Minor 1998)
  223. [cart] (M.I.S. Webmaster 1998)
  224. Re: Showing specific [cart] contents (Johann Weber 1998)
  225. Showing specific [cart] contents (Johann Weber 1998)
  226. Re: Showing specific [cart] contents (Kenneth Grome 1998)
  227. Re: Transferring [cart] to Database (Kenneth Grome 1997)
  228. Transferring [cart] to Database (Larry Orchier 1997)
  229. Re: [cart] not being interpreted inside [founditems] (Nathan Hyde 1997)
  230. Re: [cart] not being interpreted inside [founditems] (Grant Hulbert 1997)
  231. Re: [cart] not being interpreted inside [founditems] (Kenneth Grome 1997)
  232. Re: [cart] not being interpreted inside [founditems] (Kenneth Grome 1997)
  233. Re: [cart] not being interpreted inside [founditems] (Nathan Hyde 1997)
  234. Re: [cart] not being interpreted inside [founditems] (Grant Hulbert 1997)
  235. Re: [cart] not being interpreted inside [founditems] (Grant Hulbert 1997)
  236. [cart] not being interpreted inside [founditems] (Nathan Hyde 1997)
  237. Re: [cart] clarification... (Kenneth Grome 1997)
  238. [cart] clarification... (Michael Bohan 1997)
  239. Re: wierd [cart] action! (Grant Hulbert 1997)
  240. Re: wierd [cart] action! (bob 1997)
  241. Re: wierd [cart] action! (Olin 1997)
  242. wierd [cart] action! (Olin 1997)
  243. Re: [Cart] ... (ken@iav.com 1997)
  244. Re: [CART] inside a [LOOP] (Grant Hulbert 1997)
  245. [CART] inside a [LOOP] (Dan L Gilpin 1997)
  246. Re: [CART] (Kenneth Grome 1997)
  247. [CART] (Christer Olsson 1997)
  248. Re: Generating unique SKU from [cart] - FIXED! (marty@artwerks.com 1997)
  249. Re: Generating unique SKU from [cart] - Still Stumped... (Christer Olsson 1997)
  250. Generating unique SKU from [cart] - Still Stumped... (Marty Schmid 1997)
  251. Re: Generating unique SKU from [cart] (Kenneth Grome 1997)
  252. Generating unique SKU from [cart] (Marty Schmid 1997)
  253. Emailer [cart] file names (Kenneth Grome 1997)
  254. Re: Emailer [cart] file names (Nelson Chen 1997)
  255. [cart] ( Putt)
>I can't find out how to use the [cart] tag. Isn't it supposed to generate a >unique number for a visitor and then stick to this visitor? No, [cart] generates a unique number, but it only sticks where you tell it to stick. You have to tell it to stick to your users, and the way you do that is to assign the cart value to a variable.On the page that generates the first cart value (this is the 'entry page' to your chat room), you have to put cart=[cart], because that lets you pass that cart value to the next page your users goes to. The cart value is stored in a variable named cart when you do this. >I want to create a chat and use the [cart] for tracking each visitor, but >every time a issue a [cart] a new number is generated. > >Must the [cart] value be stored in a .db with a special name or something? No, the cart value is stored in a variable, not a database ... and you don't want to generate a new one on each page, you only want to geterate a new one on your 'entry page'. From then on, you want to pass the original cart value from page to page. Just don't pass it to the entry page again, or you won't get a new cart value, you will simply be continuing to pass the same cart value that you created in the beginning.You can pass the cart value to any template simply by putting cart=[cart] inside every URL on the page, like this:[cart]>Go to some templateIt doesn't matter if the URL is a showpage or append or delete or replace or search, all that matters is that cart=[cart] appears in the string - in the proper syntax, of course. If it's not the first set of parameters following the question mark, then it will have to have an ampersand (&) in front of it ...Make sure to put cart=[cart] into your forms, too, by using a hidden form input field like this:[cart]> The key thing to remember is that you should put cart=[cart] into every URL or form where the user might need the cart value to continue using your chat. Because as soon as your user click a hyperlink or form button that doesn't have cart=[cart] in it, that user's cart value is gone, and a completely new cart value will be created when that user visits a new page with a [cart] tag on it.Sincerely, Ken Grome ..... ken@iav.com http://usarea.net/home.html Kenneth Grome

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

WebCat2b13 Mac plugin - [sendmail] and checkboxes (1997) Spaces in sendmail (1998) [OT] Templates (For Sale) sites (2004) [TaxableTotal] - not working with AOL and IE (1997) Re:HTTP header line is too long? (1997) Showing unopened cart (1997) RequiredFields template (1997) Re[2]: 2nd WebCatalog2 Feature Request (1996) Targeted Redirect (1999) Setting up shop (1997) TemplateCacheSize preference (1998) SKU (1997) [addlineitems] (1997) Large databases in WebCat (1997) Multiple catalog databases and showcart (1997) WebCat2 several catalogs? (1997) Using WebCat for product info requests (1997) Virtual hosting and webcatNT (1997) Sku numbers (1997) Authorize.net, SIM, tcpconnect and applescript (2003)