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. For details, see Multiple Shipping Routes.

To set the scripting template:

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

  2. Click Edit next to the website you'd like to change.

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

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

  5. Click Save to finish.

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’d like to configure.

  3. Go to the Checkout subtab.

  4. To enable the Multiple Ship To feature, check the Enable Multiple Shipping checkbox.

  5. Click Save to finish.

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:

    Don't 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

General Notices