I have site that sells items. I have created the cookies having a
- title,
- price,
- quantity
- total
I have an add to basket button which stores the cookie and i have a view basket button which links to another html page which onload reads the cookies for each product. Each product has an individual total but what i would like to do is add the totals together for an overall total. I do not know how to write a function to get the cookie total values.
Thanks