Hi again PHPFreaks
I'm building on my new local project in which I wish to create a working function for a future e-commerce. But I ran into a problem.
Please open following picture in order for me to illustrate my problem. http://i1227.photobucket.com/albums/ee433/rec0ill/example_zpsacd52b0c.jpg
The picture represents what I want. My only problem is that I have no idea how to make the "Total price:" value (which is 1.2€ on the picture) to match the quantities above.
Lets say a costumer chose 10 quantities - in that case i would like it to automaticly change the total price value to 12€ instead, so that it matches the amount of quantities chosen.
How would i be able to do this?
Thx in advance
- r e c 0 i l