shipping

document.getElementById('shippingFirstName').value="John"; document.getElementById('shippingLastName').value="Doe"; document.getElementById('shippingAddressOne').value="415 E 90th ST"; document.getElementById('shippingAddressCity').value="New York"; document.getElementById('shippingZipCode').value="10128"; document.getElementById('shippingPhoneNumber').value="(212) 828-9014"; document.getElementById('shippingMethod-default').checked=true; document.getElementById('shippingCountry').value="US"; document.getElementById('shippingState').value="NY";

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.