I'm using the js cart simpleCart but am having a simple issue..
I have a modal pop up when the customer presses "checkout" and they have to fill in their contact details and what I have working is that the modal form on submit emails me with the filled information using the code (at the link below), however I can't figure out how to include in the same data array the shopping cart information (which I can expand on via PHP and make it look nice in their the email I receive).
Any ideas, I'm trying to get this dang thing finished asap? All and any help is appreciated!
Cart I'm using is https://github.com/wojodesign/simplecart-js or simplecartjs.com