Re: 9 digit zip

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 45475
interpreted = N
texte = >One last way to approach this would be to put a hard 5 character character limit on your html inputs. >(that might be the easiest. ;-) >Whoops, didn't see this :) -dan On Tue, 19 Nov 2002 10:03:21 -0800 Dan Strong wrote: >I know I'm a little late, but what about just locking the ZIP CODE input down to 5 characters and >leave all the WebDNA alone this time? > > > >-Dan >------------------------------------------------------------ >http://www.StrongGraphicDesign.com >(208) 319-0137 | Toll-free p/f 877-561-1656 >------------------------------------------------------------ >NEW! Do-It-Yourself Printing: http://sgd.cceasy.com > > > >On Tue, 19 Nov 2002 11:56:27 -0600 > Donovan wrote: >>took a quick glance. Here is one instance of a setheder in the invoice.inc >>[setheader cart=[cart]][formvariables name=__&exact=F][getchars >>start=3][name][/getchars]=[url][value][/url]&[/formvariables][/setheader] >> >>This is the setheader that will find your zip. You could edit this one such as: >> >>[setheader cart=[cart]][formvariables name=__&exact=F][Showif >>+__ShipToZip+__Zip+^+[name]+][getchars start=3][name][/getchars]=[getchars >>start=1&end=5][value][/getchars][/Showif][hideif >>+__ShipToZip+__Zip+^+[value]+][getchars >>start=3][name][/getchars]=[url][value][/url][/hideif]&[/formvariables][/setheader] >> >>(Again Note, there are more than one instances of this in the master templates so >>make sure you find at least two. ;-)) >> >>If this is confusing you can take out the __ in the html inputs and create a >>separate set of setheaders just for >>these inputs. >> >>One last way to approach this would be to put a hard 5 character character limit on >>your html inputs. >>(that might be the easiest. ;-) >> >> >> >>A final note would be... If you want to keep track of the last 4 digits of the zip >>just incase you upgrade >>your gateway or for mailings. just put a html input right after it and set it to a >>header field... IE >> >> >>Optional Extended Zip>value=[Header35]> >> >>:-) >> >>I should really get back to work. But this is too much fun ;-) >> >>Donovan >> >> >>Gary Chiasson wrote: >> >>>Yes, storebuilder, I have had some luck editing inc, and tpl's >>>with a lot of help from the list and Donovan. >>> >>>I found the file, Checkout.inc which makes ref. to the [ShipToZip] in a >>>form. >>>So far it's the only palce I can see to place the getchars code. >>>snipit: >>> >>>Zip>>value=[ShipToZip] size=9> >>> >>>does this look like the right place? >>>Thanks, >>>Gary >>> >> >>-- >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------ >> >><><> Donovan Brooke <><>->ן >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------ >> >> >>------------------------------------------------------------- >>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://search.smithmicro.com/ > >------------------------------------------------------------- >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://search.smithmicro.com/------------------------------------------------------------ http://www.StrongGraphicDesign.com (208) 319-0137 | Toll-free p/f 877-561-1656 ------------------------------------------------------------ NEW! Do-It-Yourself Printing: http://sgd.cceasy.com------------------------------------------------------------- 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://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: 9 digit zip (Dan Strong 2002)
  2. Re: 9 digit zip (Donovan 2002)
  3. Re: 9 digit zip (Chris List Recipient 2002)
  4. Re: 9 digit zip (Donovan 2002)
  5. Re: 9 digit zip (Dan Strong 2002)
  6. Re: 9 digit zip (Donovan 2002)
  7. Re: 9 digit zip (Gary Chiasson 2002)
  8. Re: 9 digit zip (Chris List Recipient 2002)
  9. Re: 9 digit zip (WJ Starck 2002)
  10. Re: 9 digit zip (Gary Chiasson 2002)
  11. Re: 9 digit zip (Donovan 2002)
  12. Re: 9 digit zip (WJ Starck 2002)
  13. Re: 9 digit zip (Gary Chiasson 2002)
  14. Re: 9 digit zip (Donovan 2002)
  15. Re: 9 digit zip (WJ Starck 2002)
  16. 9 digit zip (Gary Chiasson 2002)
>One last way to approach this would be to put a hard 5 character character limit on your html inputs. >(that might be the easiest. ;-) >Whoops, didn't see this :) -dan On Tue, 19 Nov 2002 10:03:21 -0800 Dan Strong wrote: >I know I'm a little late, but what about just locking the ZIP CODE input down to 5 characters and >leave all the WebDNA alone this time? > > > >-Dan >------------------------------------------------------------ >http://www.StrongGraphicDesign.com >(208) 319-0137 | Toll-free p/f 877-561-1656 >------------------------------------------------------------ >NEW! Do-It-Yourself Printing: http://sgd.cceasy.com > > > >On Tue, 19 Nov 2002 11:56:27 -0600 > Donovan wrote: >>took a quick glance. Here is one instance of a setheder in the invoice.inc >>[setheader cart=[cart]][formvariables name=__&exact=F][getchars >>start=3][name][/getchars]=[url][value][/url]&[/formvariables][/setheader] >> >>This is the setheader that will find your zip. You could edit this one such as: >> >>[setheader cart=[cart]][formvariables name=__&exact=F][Showif >>+__ShipToZip+__Zip+^+[name]+][getchars start=3][name][/getchars]=[getchars >>start=1&end=5][value][/getchars][/Showif][hideif >>+__ShipToZip+__Zip+^+[value]+][getchars >>start=3][name][/getchars]=[url][value][/url][/hideif]&[/formvariables][/setheader] >> >>(Again Note, there are more than one instances of this in the master templates so >>make sure you find at least two. ;-)) >> >>If this is confusing you can take out the __ in the html inputs and create a >>separate set of setheaders just for >>these inputs. >> >>One last way to approach this would be to put a hard 5 character character limit on >>your html inputs. >>(that might be the easiest. ;-) >> >> >> >>A final note would be... If you want to keep track of the last 4 digits of the zip >>just incase you upgrade >>your gateway or for mailings. just put a html input right after it and set it to a >>header field... IE >> >> >>Optional Extended Zip>value=[Header35]> >> >>:-) >> >>I should really get back to work. But this is too much fun ;-) >> >>Donovan >> >> >>Gary Chiasson wrote: >> >>>Yes, storebuilder, I have had some luck editing inc, and tpl's >>>with a lot of help from the list and Donovan. >>> >>>I found the file, Checkout.inc which makes ref. to the [ShipToZip] in a >>>form. >>>So far it's the only palce I can see to place the getchars code. >>>snipit: >>> >>>Zip>>value=[ShipToZip] size=9> >>> >>>does this look like the right place? >>>Thanks, >>>Gary >>> >> >>-- >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------ >> >><><> Donovan Brooke <><>->ן >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------ >> >> >>------------------------------------------------------------- >>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://search.smithmicro.com/ > >------------------------------------------------------------- >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://search.smithmicro.com/------------------------------------------------------------ http://www.StrongGraphicDesign.com (208) 319-0137 | Toll-free p/f 877-561-1656 ------------------------------------------------------------ NEW! Do-It-Yourself Printing: http://sgd.cceasy.com------------------------------------------------------------- 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://search.smithmicro.com/ Dan Strong

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:

What am I missing (1997) Protect and Serve (1999) WebCat2 - [SendNews] (1997) Adding Header Values with [SetHeader] (1998) [WriteFile] problems (1997) Suffix Mapping (1997) How is it done? (1998) Authenticate (1997) Foreign Chars ( יאצה and so on) (1998) Changing Date Format in Field (1999) Upgrading old WebCat Database Files (1997) shipping costs (2000) [WebDNA] New Mountain Lion OSX Server (2013) Imagemagick and fonts (2004) webcat (2000) NTbeta18 corrupted? (1997) Date Bug (1998) Multiple catalog databases and showcart (1997) Include a big block of text (1997) WebCat2 - [include] tags (1997)