Hi,
racking my brains on this one.
Have a list of postcodes which I want to be able to offer free shipping on all orders to.
The easiest option would seem to be to simply set the value generated by (I think) shippingCalc to 0, but I can't seem to find a way of making this happen. From what I can see it doesn't seem to be a value I can directly manipulate.
I've tried setting up an option in Shipping Options in BC, with the idea of hiding it and then displaying it after evaluating the entered postcode against an array and selecting it if it matches (using javascript), but no luck, alas.
Any suggestions would be extremely welcome, as this one is important to be able to implement. I've only recently launched into javascript, so would prefer to stick with what I'm currently learning rather than venture in to jQuery or json or Ajax, but if that's what it takes, please let me know.
On a more general note, I would also like to be able to input the postcode before the user clicks on the dropdown to select their shipping options - I presume my best bet there is to use javascript to get the values, hide the system-generated output and then pass them to my own output?
Cheers,
Jason