Disabling WebShopApps Extensions When Installing ShipperHQ
Safely disable WebShopApps extensions during ShipperHQ installation for seamless migration
Overview
This document explains how to safely disable WebShopApps extensions when installing the ShipperHQ extension. 😊 The guide assumes you've already migrated the WebShopApps extension settings into ShipperHQ and are satisfied with the results.
Table of Contents
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 bit more effort to disable them safely.
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 "shippossibleboxes" 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 "
freightclass". - Set the source model of this attribute to be null.
- Find the attribute with a code of "
itempackaging". - Now you can follow the standard disable extension procedure.
Other Freight Carriers
If your freight shipping extension uses a drop-down menu to select the freight class on the product (and the attribute code is NOT freight_class
), follow all the steps above. If it uses a text field where you type the freight class, skip to step 5 above. 💡