Restrict Access to Pricing Information

You can restrict which website visitors can view pricing information using two methods:

Use the second setup procedure if you are using a pre-Vinson version of SuiteCommerce Advanced.

To restrict access to pricing information:

  1. In NetSuite, go to Commerce > Websites > Website List.

  2. Click Edit next to the website for which you want to restrict pricing information.

  3. Go to the Shopping tab.

  4. Check the Require Login for Pricing field.

To restrict access to pricing information (pre-Vinson):

  1. Create a custom module that includes the backend Configuration object as a dependency. See Configure Properties for details.

    Note:

    Do not edit the original Configuration.js source file directly. See Develop Your SCA Customization for information and best practices on customizing JavaScript.

  2. Redefine the loginToSeePrices property in the custom module to true.

  3. Save and deploy to your site.

Related Topics

General Notices