Copyright © 2010 Olebox – Shaun Oleson. All Rights Reserved. Snowblind by Themes by bavotasan.com. Powered by WordPress.
Recently, we have run into an issue with some Magento E-Commerce carts with regard to their shipping and billing addresses. The cart defaults to prompting the customer to enter a billing address and a shipping address. However, under most circumstances, the addresses match. I have updated my clients cart to default the shipping address to match the billing address. If a customer would like to separate the two, they have that option; although, most don’t utilize it. In this article, I explain the simple solution.
Here are the simple instructions to update your Magento Commerce website to default the shipping address to match the billing address:
- Log into your database. This may involve using an interface such as Navicat or PHPMyAdmin.
- Open the table: “sales_flat_quote_address”
- Locate the column: “same_as_billing” and modify the structure of this field
- Change the “same_as_billing” default value to 1. (It should have been set to 0 upon installation.)
This should resolve your billing/shipping issues and should remain in tact through upgrades. Good luck on sales and check out http://www.bellafragrance.com, our newly released Fragrance Discount Superstore!

