When checking out, if "Pick Up From Store" is checked it returns an error. Screen shot at https://www.floridaboyscaladiums.com/working/250204/screenshots.png It's the latest version, v7.7.8 What have I done wrong?
Hi Kevin I think this may be because of setting the willpickupcost parameter to an empty string like...
willpickupcost=""
I think if you just remove that from the includes.asp file (assuming there is no cost) it might solve the problem but I've added a fix to the inccart.asp script in the updater anyway.
Hi Kevin I see what the problem is now and I've fixed it on your site. When using the Will Pickup feature the cart tries to get the tax rate for your home state but you've got all the US states disabled so a NULL value was returned and it caused an error. I've put in a check for that now and its working on your site. But saying that, it's quite a good feature having a drop down menu for states so maybe worth re-enabling the states.