Passing [quantity]
This WebDNA talk-list message is from 2000
It keeps the original formatting.
numero = 34998
interpreted = N
texte = I'm having a problem passing a [quantity] field to Invoice.tpl. It passesfrom the Results.tpl to the ShoppingCart.tpl, but when I go to Invoice.tpl,it's replaced by an 8-digit number.This is true for all items added to a cart and each gets the same 8-digitnumber in the [quantity] field of Invoice.tpl. Each cart gets a different8-digit number and each item in a cart has [quantity] replaced. When thetotals are determined on the Invoice.tpl, the 8-digit number in [quantity]makes for some major league orders.If I go back to ShoppingCart.tpl from Invoice.tpl, the 8-digit number thenreplaces [quantity] there, too.Here's the code from each page:Results.tpl-----------------------------------------------------
ShoppingCart.tpl-----------------------------------------------------