Shilohcity
Technical User
Hi there
I am still working my way through this seemingly straight forward problem....
I have a page which passes variables related to price and quantity to an asp page which display a proxy order for confirmation with subtotals and total price. So far I have produced a sub total
subtotal = Request("quantity" * Request("price"
This produces subtotal price for each item but I am having trouble getting the total of all the subtotal prices.
Any suggestions would be most welcome.
I am still working my way through this seemingly straight forward problem....
I have a page which passes variables related to price and quantity to an asp page which display a proxy order for confirmation with subtotals and total price. So far I have produced a sub total
subtotal = Request("quantity" * Request("price"
This produces subtotal price for each item but I am having trouble getting the total of all the subtotal prices.
Any suggestions would be most welcome.