Disable Quantity Pricing

You can configure SuiteCommerce or SuiteCommerce Advanced (SCA) to disable the Quantity Pricing feature. After you disable Quantity Pricing, quantity pricing data will not appear on your website.

Note:

Disabling the Quantity Pricing feature in NetSuite prevents quantity pricing data from appearing on your website. You should disable this feature by editing the distro.json file. This method enhances response time and customer experience in your Commerce web store.

To disable the Quantity Pricing feature in NetSuite:

  1. Go to Setup > Company > Enable Features.

  2. Go to the Transactions tab.

  3. In the Sales area, clear the Quantity Pricing box to disable the Quantity Pricing feature.

  4. Click Save.

To disable the Quantity Pricing feature by editing the distro.json file:

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

    Note:

    This task requires developer experience.

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

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

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

Related Topics

General Notices