Restrict Access to Pricing Information

You can control who sees pricing information on your website using two methods:

Note:

If you're using a pre-Vinson version of SuiteCommerce Advanced, use the second setup procedure.

To restrict access to pricing information:

  1. Go to Commerce > Websites > Website List.

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

  3. Go to the Shopping subtab.

  4. Check the Require Login for Pricing box.

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

  1. Create a custom module that includes the backend Configuration object as a dependency. For details, see Configure Properties.

    Note:

    Don't edit the original Configuration.js source file directly. For guidance on customizing JavaScript, see Develop Your SCA Customization.

  2. Set the loginToSeePrices property to true in your custom module.

  3. Save your changes and deploy them to your site.

Related Topics

General Notices