Starting information:
Website read only link
Please see page "Rings REWOKRING TOTALS"
Webpage with issue - Not linked in the website just yet. I have an alternative without the pages I am trying to link to.
My most recent attempt at getting it to work - jQuery sum up the text values from the spans
So I have been racking my brain on this for DAYS now. I have been unable to get a final answer to my problem and I really hope someone can help me.
Basically I have an form that has a ton of items in a collection list that posts to my email.
I need the ability to have the user enter the quantity next to the item and calculate a total.
(Price value also in collection) Right now I have it multiplying by 6, the price for most everything except the multipack.
Here you can see I have tried 2 different inputs. See below code for the code for the second column one. The first was a simple input for the form…
I also used unique identifiers here to separate the script. The script is part of the collection so it is run for each item listed.
In the form I have the form total the output using jQuery for the total to display in the field
I would like to have the total calculated price show(and send) just above the submit button.
(I have attempted this multiple ways now…)
This final total calculation and output is the problem I face.
Can someone point me in the right direction on the final calculation?