Disable Quick Order

You can configure SuiteCommerce or SuiteCommerce Advanced (SCA) to disable the Quick Order feature. After you disable Quick Order, the Quick Order hyperlink will not appear on your website.

To disable the Quick Order feature:

  1. Go to Commerce > Websites > Configuration.

  2. Select your website and domain and click Configure.

  3. Go to the Shopping tab and the Quick Order subtab.

  4. Clear the Show ‘Quick Order’ Hyperlink box to remove the Quick Order hyperlink from your website.

  5. Click Save.

To disable the Quick Order feature (SCA 2018.2 and earlier):

  1. Open the distro.json file in the root directory of the SuiteCommerce Advanced source code.

    Note:

    This task requires developer experience.

  2. Delete (or disable within comment tags) the following lines:

                    "suitecommerce/QuickOrder": "X.X.X",
    "suitecommerce/QuickOrderAccessPoints": "X.X.X", 
    
                  
  3. Delete (or disable within comment tags) any lines that include QuickOrder or QuickOrderAccessPoints.

  4. Save and redeploy the distro.json file to NetSuite. For more information, see Deploy SCA Customizations to NetSuite.

Related Topics

General Notices