Disable Quick Order

You're able to configure SuiteCommerce or SuiteCommerce Advanced (SCA) to disable the Quick Order feature. After disabling Quick Order, the hyperlink won't appear on your site.

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 hide the Quick Order link.

  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