Hi there,
I need a little bit of help. I am trying to create a pricing table for my website, see here: http://www.vault-backup.com/test.html
My problem is when I click on BUY my generated URL from my javascript file needs to be in a slightly different format.
I need it to also output the price, something like this for example: https://vaultbackup.foxycart.com/cart?name=premier&price=10&duration=36&additionalstorageamount=0
At the moment it is outputting as (minus the price): https://vaultbackup.foxycart.com/cart?name=premier&duration=36&additionalstorageamount=0
My javascript code: http://pastebin.com/aiDNHwZD (LINE 66 - This is what outputs my URL - LINES 278,279 and 280 - Have my pricing)
Any ideas would be greatly appreciated!