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: formula.db problems

This WebDNA talk-list message is from

1999


It keeps the original formatting.
numero = 23467
interpreted = N
texte = Right! On the previous page (shoppingcart.tpl) I have: This way I can show the shopper how much the shipping will be before they actually enter in their CC information. Then on the invoice.tpl page where the formula.db is invoked I have:[SetHeader cart=[cart]]&shipVia=[url][__shipVia][/url]&ShipToZip=[__ShipToZip]&CartIPAddress=[ipAddress][/SetHeader]On this same page my taxRate formula works so I know the ShipToZip is getting passed. taxRate [lookup db=PacBusTaxRates.db&lookInField=zipcode&value=[ShipToZip]&returnField=taxRate¬Found=0.00]btw I would also like to do [showif]'s too to determine what shipping formula will be used but guess what? I can't get shipVia to pass to the unitShipCost formula either. The shipVia is determined on the shoppingcart.tpl page too in the form using a drop down menu. This way I can show the shopper how much the shipping will be before they actually enter in their CC information. Then on the invoice.tpl page where the formula.db is invoked I have:[SetHeader cart=[cart]]&shipVia=[url][__shipVia][/url]&ShipToZip=[__ShipToZip]&CartIPAddress=[ipaddress][/SetHeader]On this same page my taxRate formula works so I know the ShipToZip is getting passed. taxRate [lookup db=PacBusTaxRates.db&lookInField=zipcode&value=[ShipToZip]&returnField=taxRate¬Found=0.00]btw I would also like to do [showif]'s too to determine what shipping formula will be used but guess what? I can't get shipVia to pass to the unitShipCost formula either. The shipVia is determined on the shoppingcart.tpl page too in the form using a drop down menu.