Ok, my create_account form has some custom fields where I get seperate Student information, that will have a different address than the billing information. I have this student information being inserted into the address_book, and customers tables. Instead of the database automatically using the billing address as the shipping address, I want to pull the student data and automatically set the shipping to be student data that I have gotten in the form. (The products can only be delivered to students). I think I can accomplish this by setting the delivery fields ( delivery_name, delivery_street_address, etc..) in the orders table to be the student information, while leaving the billing parts alone. So that being said, I can't find where/how things are being inserted into the orders table to do this?? If anyone knows that it would be very helpful.