What is WebDNA

WebDNA is a scripting and database system designed to easily build web applications.

WebDNA and BioType

BioType service is a biometric keystroke dynamic system. It will be part of WebDNA 8.5

Download WebDNA

Download WebDNA freeware, try it and register later if you want.

WebDNA resources

The list of all WebDNA instructions.
WebDNA
Software Corporation
Search WebDNA Site
 Menu


HOME


DOWNLOADS


LEARN


EDUCATION


NEWS


COMMUNITY


STORE


SUPPORT


CONTACT

Re: and more [shipcost]....

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 39002
interpreted = N
texte = How is the shipping charged for Photos? $ 1.95/Photo ?for gift certificates, you can probably subtract the amount from subtotal, call it subtotalX> [showif [subTotalX]<10.01]4.95[/showif]If this works for the gift certificates then we have to figure out a way to do the photos.Anup Setty ----- Original Message ----- From: Arturo Vargas To: WebCatalog Talk Sent: Tuesday, October 02, 2001 3:22 PM Subject: Re: and more [shipcost].... > that is the first thin I tried, but I still need to charge shipping for > people that are buying photos and other products > > Art > ----- Original Message ----- > From: Anup Setty > To: WebCatalog Talk > Sent: Tuesday, October 02, 2001 12:00 PM > Subject: Re: and more [shipcost].... > > > The New include file: > > [showif [shipvia]=UPSGround] > [showif [subTotal]<10.01]4.95[/showif] > [showif [subTotal]>10.00][showif [subTotal]<25.01]5.95[/showif][/showif] > [showif [subTotal]>25.00][showif [subTotal]<50.01]7.50[/showif][/showif] > [showif [subTotal]>50.00][showif [subTotal]<75.01]8.95[/showif][/showif] > [showif [subTotal]>75.00][showif [subTotal]<150.01]9.95[/showif][/showif] > [showif [subTotal]>150.00][math][subTotal]*.1[/math][/showif] > [/showif] > [showif [category]=gift certificates] > shipCost 0 > [/showif] > [showif [category]=photos] > shipCost 1.95 > [/showif] > > Will this work for you, this may need modification to fit your needs... > > HTH > > Anup Setty > > > ----- Original Message ----- > From: Arturo Vargas > To: WebCatalog Talk > Sent: Tuesday, October 02, 2001 2:58 PM > Subject: and more [shipcost].... > > > > I went searching at the archive and I found this really good reply by John > > Jakovich back in 1999 > > > > ----------------------------------- > > shipCost [Include file=shipcost_formula.inc] > > > > Here's the code I used in my include file: > > > > [showif [shipvia]=UPSGround] > > [showif [subTotal]<10.01]4.95[/showif] > > [showif [subTotal]>10.00][showif [subTotal]<25.01]5.95[/showif][/showif] > > [showif [subTotal]>25.00][showif [subTotal]<50.01]7.50[/showif][/showif] > > [showif [subTotal]>50.00][showif [subTotal]<75.01]8.95[/showif][/showif] > > [showif [subTotal]>75.00][showif [subTotal]<150.01]9.95[/showif][/showif] > > [showif [subTotal]>150.00][math][subTotal]*.1[/math][/showif] > > [/showif] > > -------------------------------- > > > > This works great; however, I NOT only need to generate different prices > > based on the subtotal. there are two categories in the store: gift > > certificates and photos that don't follow the formula above. > > > > Gift Certificates need to be free shipping > > and Photos only $1.95 > > > > any help would be greatly appreciated. > > > > Please........... > > > > Art > > > > > > > > ------------------------------------------------------------- > > 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: and more [shipcost].... (Arturo Vargas 2001)
  2. Re: and more [shipcost].... (Glenn Busbin 2001)
  3. Re: and more [shipcost].... (Arturo Vargas 2001)
  4. Re: and more [shipcost].... (Anup Setty 2001)
  5. Re: and more [shipcost].... (Arturo Vargas 2001)
  6. Re: and more [shipcost].... (Anup Setty 2001)
  7. and more [shipcost].... (Arturo Vargas 2001)
How is the shipping charged for Photos? $ 1.95/Photo ?for gift certificates, you can probably subtract the amount from subtotal, call it subtotalX> [showif [subTotalX]<10.01]4.95[/showif]If this works for the gift certificates then we have to figure out a way to do the photos.Anup Setty ----- Original Message ----- From: Arturo Vargas To: WebCatalog Talk Sent: Tuesday, October 02, 2001 3:22 PM Subject: Re: and more [shipcost].... > that is the first thin I tried, but I still need to charge shipping for > people that are buying photos and other products > > Art > ----- Original Message ----- > From: Anup Setty > To: WebCatalog Talk > Sent: Tuesday, October 02, 2001 12:00 PM > Subject: Re: and more [shipcost].... > > > The New include file: > > [showif [shipvia]=UPSGround] > [showif [subTotal]<10.01]4.95[/showif] > [showif [subTotal]>10.00][showif [subTotal]<25.01]5.95[/showif][/showif] > [showif [subTotal]>25.00][showif [subTotal]<50.01]7.50[/showif][/showif] > [showif [subTotal]>50.00][showif [subTotal]<75.01]8.95[/showif][/showif] > [showif [subTotal]>75.00][showif [subTotal]<150.01]9.95[/showif][/showif] > [showif [subTotal]>150.00][math][subTotal]*.1[/math][/showif] > [/showif] > [showif [category]=gift certificates] > shipCost 0 > [/showif] > [showif [category]=photos] > shipCost 1.95 > [/showif] > > Will this work for you, this may need modification to fit your needs... > > HTH > > Anup Setty > > > ----- Original Message ----- > From: Arturo Vargas > To: WebCatalog Talk > Sent: Tuesday, October 02, 2001 2:58 PM > Subject: and more [shipcost].... > > > > I went searching at the archive and I found this really good reply by John > > Jakovich back in 1999 > > > > ----------------------------------- > > shipCost [Include file=shipcost_formula.inc] > > > > Here's the code I used in my include file: > > > > [showif [shipvia]=UPSGround] > > [showif [subTotal]<10.01]4.95[/showif] > > [showif [subTotal]>10.00][showif [subTotal]<25.01]5.95[/showif][/showif] > > [showif [subTotal]>25.00][showif [subTotal]<50.01]7.50[/showif][/showif] > > [showif [subTotal]>50.00][showif [subTotal]<75.01]8.95[/showif][/showif] > > [showif [subTotal]>75.00][showif [subTotal]<150.01]9.95[/showif][/showif] > > [showif [subTotal]>150.00][math][subTotal]*.1[/math][/showif] > > [/showif] > > -------------------------------- > > > > This works great; however, I NOT only need to generate different prices > > based on the subtotal. there are two categories in the store: gift > > certificates and photos that don't follow the formula above. > > > > Gift Certificates need to be free shipping > > and Photos only $1.95 > > > > any help would be greatly appreciated. > > > > Please........... > > > > Art > > > > > > > > ------------------------------------------------------------- > > 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/ Anup Setty

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:

Beta Documentation (1997) shownext (2001) Summary search -- speed (1997) authnet good news (2003) Not really WebCat (1997) Running _every_ page through WebCat ? (1997) [group] ? (1997) Bug Report, maybe (1997) Re (2003) Setting up WebCatalog with Retail Pro data (1996) How true is this? (1999) Grep Question - NOT YET SOLVED (fwd) (2003) OK, here's a new one (2002) Verifying and adding new users (1997) WC2.0 Memory Requirements (1997) 4.5 Upgrade (2003) retain raw [cart] submitted value (2004) Webcatalog error, Plug-in for Webstar (1996) PCS Customer submissions ? (1997) Caching [include] files ... (1997)