How to copy the shipping address to billing address
- by Jerry
Hi all
I like to know if I can copy the shipping address to billing address. I got most of the parts done but I am not sure how to copy select menu (states) value to billing address. I really appreciate any helps.
My code
$(document).ready(function(){
Jquery
$('#same').click(function(){
if($('#same').attr('checked')){
…