Calculate the total cost of the products within the shopping cart and displaying it at the bottom rather than manual input
问题 I have made a checkout form that displays the cost of a product, the subtotal, GST cost, delivery cost, and total price. What id like to do is take the cost of each product which has the class class = "price" (but id assume that they may need an id), and add them together to get the total. This total would be calculated with an increase of 15% from the value of the subtotal plus the cost of delivery. Here is the checkout form (sorry for the length) ~ there is some styling that isn't relevant