Hi all,
In category view I can add how many items I want to buy, and it also show how much cost each one, until that everything seems to be ok.
What I'm looking for is a away to display the total cost per item per quantity as requested by the user...
Item 1 Cost 10.00
Item 2 Cost 5.00
If user want 5 of item 1 then it should show
item 1 cost 10.00 | 5 units total 50.00
and the same for the rest of the item in the same page
item 2 cost 5 | 2 units total 10.00
until now it works ok.. it shows the price for each item and the add to cart with quantity box, but I can't make it show the total price after ading more item from the same product.. please see the image...
(http://i43.tinypic.com/2djea1.jpg)
How can I do that?
I already have the add to car by quantity I just need the total...
Thank you
Did you find the answer? I have the same problem.