Re: Adding to Cart

This WebDNA talk-list message is from

2004


It keeps the original formatting.
numero = 58752
interpreted = N
texte = Jesse Proudman wrote: > Create multiple unique ids on a page. The rest of the system uses > [cart] tags as ID values so if I try to do a normal [search]+1[/search] > it gives me the same problem. If you don't mind the unique ids being related, just append a string to the end of the [cart] value. The problem is that, as you have discovered, the [cart] generates a string of digits too large to represent as a number except with scientific notation. NOTE: you should not just use [random] to create your unique portion of the id, since technically speaking [random] numbers could include a finite sequence of the same number. If you have a fixed number of unique ids which you need to create, you could try something like this: [text show=f]id1=[cart]-1[/text] [text show=f]id2=[cart]-2[/text] [text show=f]id3=[cart]-3[/text] [text show=f]id4=[cart]-4[/text] ... (you should use some sort of delimiter between the [cart] and the sequence, so there is some visual clue that something is going on). In fact, you could have a [math] value which you use as a sequence number and increment after every new id based on the [cart]. But the important thing to note is that the id must be a text variable, not a math variable. HTH John -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4720 Boston Way Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747 ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Adding to Cart ( John Peacock 2004)
  2. Re: Adding to Cart ( Jesse Proudman 2004)
  3. Re: Adding to Cart ( John Peacock 2004)
  4. Re: Adding to Cart ( Stuart Tremain 2004)
  5. Adding to Cart ( Jesse Proudman 2004)
  6. Re: Reload adding to cart (Donovan Brooke 2001)
  7. Re: Reload adding to cart (Maurice Rickard 2001)
  8. Re: Reload adding to cart (Donovan Brooke 2001)
  9. Re: Reload adding to cart (John Peacock 2001)
  10. Re: Reload adding to cart (Donovan Brooke 2001)
  11. Re: Reload adding to cart (Donovan Brooke 2001)
  12. Re: Reload adding to cart (John Peacock 2001)
  13. Re: Reload adding to cart (Donovan Brooke 2001)
  14. Re: Reload adding to cart (Donovan Brooke 2001)
  15. Re: Reload adding to cart (Maurice Rickard 2001)
  16. Reload adding to cart (Donovan Brooke 2001)
  17. Re: HELP..Changing Price after adding to cart. (Jym Duane 1999)
  18. Re: HELP..Changing Price after adding to cart. (John Butler 1999)
  19. Re: HELP..Changing Price after adding to cart. (Jym Duane 1999)
  20. Re: HELP..Changing Price after adding to cart. (Nitai 1999)
  21. Re: HELP..Changing Price after adding to cart. (Michael O Shea 1999)
  22. Re: HELP..Changing Price after adding to cart. (Charlie Romero 1999)
  23. HELP..Changing Price after adding to cart. (Jym Duane 1999)
Jesse Proudman wrote: > Create multiple unique ids on a page. The rest of the system uses > [cart] tags as ID values so if I try to do a normal [search]+1[/search] > it gives me the same problem. If you don't mind the unique ids being related, just append a string to the end of the [cart] value. The problem is that, as you have discovered, the [cart] generates a string of digits too large to represent as a number except with scientific notation. NOTE: you should not just use [random] to create your unique portion of the id, since technically speaking [random] numbers could include a finite sequence of the same number. If you have a fixed number of unique ids which you need to create, you could try something like this: [text show=f]id1=[cart]-1[/text] [text show=f]id2=[cart]-2[/text] [text show=f]id3=[cart]-3[/text] [text show=f]id4=[cart]-4[/text] ... (you should use some sort of delimiter between the [cart] and the sequence, so there is some visual clue that something is going on). In fact, you could have a [math] value which you use as a sequence number and increment after every new id based on the [cart]. But the important thing to note is that the id must be a text variable, not a math variable. HTH John -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4720 Boston Way Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747 ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ John Peacock

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:

Formating Tables w/[founditems] (1998) webcatalog.debug file (2001) SetLineItem (1997) Cart date/time (2006) Multiple prices (1997) WC2b15 File Corruption (1997) Math, Multiple Equasions and Show/Hide (1998) Wild WebCat 98 Contest! (1998) Interactive Online Docs Was: [OT] Mozilla | Was: R.I.P. (2003) EIMS Problems (1997) Multi-pay? (2003) displaying New products (using [date]) (1997) Email within tmpl ? (1997) RE: ShowNext Command (1997) Ampersand (1997) Capitalize (2003) remove.htm from result (2005) Apache not likeing WebDNA (2008) [Announce] Newest Commerce Site based on WebCatalog (1997) DB Field Name? (2000)