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.