Sinauth Posted July 16, 2015 Share Posted July 16, 2015 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! Quote Link to comment Share on other sites More sharing options...
scootstah Posted July 16, 2015 Share Posted July 16, 2015 For what purpose? You're not going to want to rely on the price given by the client, otherwise the client can just change the price. 1 Quote Link to comment Share on other sites More sharing options...
Sinauth Posted July 16, 2015 Author Share Posted July 16, 2015 For what purpose? You're not going to want to rely on the price given by the client, otherwise the client can just change the price. This is how foxycart works. Please reply if you know how to correct my error. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.