Re: 9 digit zip

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 45454
interpreted = N
texte = That looks like the right place.Change that to> value=[getchars start=1&end=5][ShipToZip][/getchars] size=9>And run a test to see what happens.Alternatively, you could simply change the html to> Zip value=[ShipToZip] size=5>Then they wouldn't be able to input more than 5 characters, no matter what...-WillOn Tuesday, November 19, 2002, at 11:28 AM, 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 > >> From: WJ Starck >> Reply-To: (WebCatalog Talk) >> Date: Tue, 19 Nov 2002 11:24:33 -0600 >> To: (WebCatalog Talk) >> Subject: Re: 9 digit zip >> >> Yikes...don't know! >> >> I assume you built your site with Store Builder, no? >> >> I'm totally unfamiliar with that, maybe someone who uses it can chime >> in... >> >> >> -Will >> >> >> On Tuesday, November 19, 2002, at 11:17 AM, Gary Chiasson wrote: >> >>> That's what I was hoping for, and at the risk of being a Web Cat >>> Dolt, >>> What file does it go in? >>> >>> Thank you, >>> lost in the code, >>> Gary >>> >>>> From: WJ Starck >>>> Reply-To: (WebCatalog Talk) >>>> Date: Tue, 19 Nov 2002 11:13:48 -0600 >>>> To: (WebCatalog Talk) >>>> Subject: Re: 9 digit zip >>>> >>>> Quick fix would be to clip off the last 4 digits with getchars: >>>> >>>> [getchars start=1&end=5][zip][/getchars] >>>> >>>> -Will >>>> >>>> On Tuesday, November 19, 2002, at 11:04 AM, Gary Chiasson wrote: >>>> >>>>> I have just noticed that the ups online shipping returns a 0.00 >>>>> value >>>>> when a >>>>> 9 digit zip is entered on the order page. >>>>> Is there a quick fix for this... please >>>>> Gary >>>>> -- >>>>> >>>>> >>>>> dtpub@shgroup.net >>>>> >>>>> >>>>> ------------------------------------------------------------- >>>>> 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/ >>>> >>> >>> >>> ------------------------------------------------------------- >>> 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/ >> > > > ------------------------------------------------------------- > 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/ 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)
That looks like the right place.Change that to> value=[getchars start=1&end=5][ShipToZip][/getchars] size=9>And run a test to see what happens.Alternatively, you could simply change the html to> Zip value=[ShipToZip] size=5>Then they wouldn't be able to input more than 5 characters, no matter what...-WillOn Tuesday, November 19, 2002, at 11:28 AM, 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 > >> From: WJ Starck >> Reply-To: (WebCatalog Talk) >> Date: Tue, 19 Nov 2002 11:24:33 -0600 >> To: (WebCatalog Talk) >> Subject: Re: 9 digit zip >> >> Yikes...don't know! >> >> I assume you built your site with Store Builder, no? >> >> I'm totally unfamiliar with that, maybe someone who uses it can chime >> in... >> >> >> -Will >> >> >> On Tuesday, November 19, 2002, at 11:17 AM, Gary Chiasson wrote: >> >>> That's what I was hoping for, and at the risk of being a Web Cat >>> Dolt, >>> What file does it go in? >>> >>> Thank you, >>> lost in the code, >>> Gary >>> >>>> From: WJ Starck >>>> Reply-To: (WebCatalog Talk) >>>> Date: Tue, 19 Nov 2002 11:13:48 -0600 >>>> To: (WebCatalog Talk) >>>> Subject: Re: 9 digit zip >>>> >>>> Quick fix would be to clip off the last 4 digits with getchars: >>>> >>>> [getchars start=1&end=5][zip][/getchars] >>>> >>>> -Will >>>> >>>> On Tuesday, November 19, 2002, at 11:04 AM, Gary Chiasson wrote: >>>> >>>>> I have just noticed that the ups online shipping returns a 0.00 >>>>> value >>>>> when a >>>>> 9 digit zip is entered on the order page. >>>>> Is there a quick fix for this... please >>>>> Gary >>>>> -- >>>>> >>>>> >>>>> dtpub@shgroup.net >>>>> >>>>> >>>>> ------------------------------------------------------------- >>>>> 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/ >>>> >>> >>> >>> ------------------------------------------------------------- >>> 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/ >> > > > ------------------------------------------------------------- > 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/ WJ Starck

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:

WEBCAT with SQL backend. Help please! (2000) Sending Email (2004) Word Break (1999) WebCat2: Master Counter snippet (1997) updating checkbox in a db (1998) PayPal Instant Payment Notification (IPN) (2002) [REPLACE] inside [FOUNDITEMS] (1998) WebCat2b12plugin - [search] is broken ... not! (1997) WebCat2b13MacPlugin - nested [xxx] contexts (1997) WebDNA Book? (2003) [WebDNA] OT: FCKeditor (2008) WebCatalog for Postcards ? (1997) Suffix or Line? (1999) Width & Height (1998) [WebDNA] Not even sure what to ask for help on. . . :( (2008) Email encryption (1998) [cart] not being interpreted inside [founditems] (1997) Clickable maps and WebCatalog? (1996) test (2000) [OT] (waaaay OT) (2004)