Setup Tasks

Perform the following setup tasks in your NetSuite account to enable the Multiple Ship To feature:

To enable Multiple Shipping Routes:

  1. Enable the Multiple Shipping Routes feature. See Multiple Shipping Routes for directions.

To set the scripting template:

  1. In NetSuite, go to Commerce > Websites > Web Site List.

  2. Click Edit for the website you want to edit.

  3. Go to the Preferences section of the Setup tab.

  4. Select the Standard Sales Order option in both the Scripting Template (Credit Card) field and Scripting Template (Invoice) field.

  5. Click Save.

Configure Feature Properties

Follow the correct configuration procedures below, depending on the version of SuiteCommerce Advanced you are implementing. For information about configurable properties, regardless of your implementation, see Checkout Tab.

To enable multiple shipping:

  1. Go to Commerce > Websites > Configuration.

  2. Select the website and domain you want to configure.

  3. Go to the Checkout tab.

  4. To enable MST, check the Enable Multiple Shipping checkbox.

  5. Click Save.

To enable multiple shipping (pre-Vinson):

  1. Create a custom module that includes the backend Configuration object as a dependency. See Configure Properties for details.

    Note:

    Do not edit the original Configuration.js source file directly. See Develop Your SCA Customization for information and best practices on customizing JavaScript.

  2. Redefine the isMultiShippingEnabled property in the custom module to true. This property is set to false by default.

  3. Save and deploy to your site.

Related Topics

Multiple Ship To
Known Limitations
Multiple Shipping Routes
Checkout Tab
Configure Properties

General Notices