Skip to content
  • There are no suggestions because the search field is empty.

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

  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 "shippossibleboxes" 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 " freightclass".
  3. Set the source model of this attribute to be null.
  4. Find the attribute with a code of " itempackaging".
  5. 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. 💡