Disabling WebShopApps Extensions When Installing ShipperHQ

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

  1. Navigate to the database and find the table called eav_attribute
  2. Find the attribute with a code of “warehouse” and source model of something like “dropcommon/dropship”
  3. Set the source model of this attribute to be null
  4. Now you can follow the standard disable extension procedure

Dimensional Shipping

  1. Navigate to the database and find the table called eav_attribute
  2. Find the attribute with a code of ship_possible_boxes” and source model of something like “boxmenu/boxmenu”
  3. Set the source model of this attribute to be null
  4. Now you can follow the standard disable extension procedure

Freight Shipping

FedEx/ProStar/Old Dominion Freight

  1. Navigate to the database and find the table called eav_attribute
  2. Find the attribute with a code of “<carrier_name>_freight_class”
  3. Set the source model of this attribute to be null
  4. Find the attribute with a code of “<carrier_name>_item_packaging”
  5. 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.

 

Was this doc helpful?