Hi,
I have a php/mysql ordering system which basically inserts the orders into a database and sends the customer an email responder. There is only one product and the price is fixed but if someone orders more than one product, I want the email to reflect the total price.
I have the quantity in a selection list 1,2,3,4 etc. with corresponding values so that the database will show the ordered quantity. But how do I assign the price and match this to the quantity ordered? I'm sure it's probably fairly basic, but I've been working flat out for days and can't get my head around this one.
Any help appreciated!