Hi Paul, there is no changes when updating as this is all done on the front end of the site in the cart.asp/.php page. There was one hiccup when some of the classes were changed in the ect code, but that not something that normally changed between updates. Thanks, David
quote:Yes, my post in the tips and tricks is outdated it seems. I'll try to get it updated soon.
quote:$(inputbill).keyup(function(event) { if($(this).val().length > 6) { var menu = $(".autocompletemenubill"); if ($("#country option:selected").text()=='United States of America') { var textInput = inputbill.val(); $(inputbill).focusout(function() {menubill.hide()}); if (textInput) { menubill.show(); getSuggestions(textInput,"",'bill'); } else { menubill.hide(); }}}});
$(inputship).keyup(function(event) { if($(this).val().length > 6) { var menu = $(".autocompletemenuship"); if ($("#scountry option:selected").text()=='United States of America') { var textInput = inputship.val(); $(inputship).focusout(function() {menuship.hide()}); if (textInput) { menuship.show(); getSuggestions(textInput,"",'ship'); } else { menuship.hide(); }}}});
Looking forward to an update as well. I could not find any of this in the sample. Thanks in advance