Overview
This document covers how to safely disable WebShopApps extensions when installing the ShipperHQ extension. It’s assumed at this point that you’ve already migrated the WebShopApps extension settings into ShipperHQ, and are happy that the results are correct.
Extension specific steps
These extensions can be disabled quite easily with no extra steps required:
- Address Validation
- Residential Selector
- Delivery Options for UPS
- Shipping Calendar
- UPS Calendar
- Store Pickup
- Admin Shipping
The extensions below require a little more work to safely disable them
DropShip / Ship Manager
- Navigate to the database and find the table called eav_attribute
- Find the attribute with a code of “warehouse” and source model of something like “dropcommon/dropship”
- Set the source model of this attribute to be null
- Now you can follow the standard disable extension procedure
Dimensional Shipping
- Navigate to the database and find the table called eav_attribute
- Find the attribute with a code of ship_possible_boxes” and source model of something like “boxmenu/boxmenu”
- Set the source model of this attribute to be null
- Now you can follow the standard disable extension procedure
Freight Shipping
FedEx/ProStar/Old Dominion Freight
- Navigate to the database and find the table called eav_attribute
- Find the attribute with a code of “<carrier_name>_freight_class”
- Set the source model of this attribute to be null
- Find the attribute with a code of “<carrier_name>_item_packaging”
- Now you can follow the standard disable extension procedure
Other Freight Carriers
If your freight shipping extension utilizes a drop down menu to select the freight class on the product (and the attribute code is NOT freight_class), you will need to follow all of the steps above.
If it uses a text field in which you type the freight class, skip to step 5 above.