Disable Quotes

You can configure SuiteCommerce or SuiteCommerce Advanced to disable the Request a Quote functionality. This allows shoppers to view quotes and make purchases without creating quotes directly from your site.

To disable the Request a Quote functionality:

  1. Go to Commerce > Websites > Configuration.

  2. Select your website and domain and click Configure.

  3. Go to the My Account tab and the Quotes subtab.

  4. Clear the Show Request a Quote Hyperlink box to remove the Request a Quote hyperlink from your website.

  5. Click Save.

  6. Go to Setup > Users/Roles > Manage Roles.

  7. Click Customize next to the Customer Center role.

  8. Go to the Permissions tab and the Transactions subtab.

  9. Change the level of access for the Estimate/Quote permission to View.

  10. Click OK to accept the change.

  11. Click Save.

To disable the Request a Quote functionality (SuiteCommerce Advanced pre-Vinson):

  1. Using code editor software, open the distribution file (distro.json) in the root directory of the SuiteCommerce Advanced source code.

  2. See The distro.json and ns.package.json Files for information about the distribution file and its location.

    Note:

    This task requires developer experience.

  3. Delete (or disable within comment tags) any lines that include either of the following references:

    • RequestQuoteAccessPoints

    • RequestQuoteWizard

  4. Save and redeploy the distro.json file to NetSuite. See Deploy SCA Customizations to NetSuite for instructions.

Related Topics

Quotes for Commerce Websites
Customize Request a Quote Properties
Set the Customer Status Internal ID
Define an Invoice Form
Set Quote Expiration
Customize Sales Representative Information

General Notices