Customize Request a Quote Properties

You can customize the following Request a Quote properties for your website:

To customize the Request a Quote properties:

  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. Configure the following properties as required:

    • Request a Quote Bottom Message - Enter a message to display to your logged-in customers after they click Request a Quote.

    • Request A Quote Business Days - Enter a message to tell your customers when a sales representative will contact them. For example: "A sales representative will contact you within two business days."

    • Show ‘Request a Quote’ Hyperlink - Check this box to display the Request a Quote hyperlink on your website.

    • Hyperlink Text - Enter the text you want to use for the Request a Quote hyperlink.

  5. Click Save.

To customize the Request a Quote properties (SuiteCommerce Advanced pre-Vinson):

  1. Create a custom module that includes the SC.MyAccount.Configuration object as a dependency. See Create a Custom Module for instructions.

    Note:

    Do not edit the original RequestQuoteWizard.Configuration.js source file. See Best Practices for Customizing SCA for information and best practices for customizing JavaScript.

    Note:

    This task requires developer experience.

  2. Update the bottomMessage property in the custom module to match the text you want to display after a logged-in customer clicks Request a Quote.

  3. Update the confirmationMessage property in the custom module to match the text you want to display to tell your customers when a sales representative will contact them.

  4. To update the Request a Quote hyperlink text, you need to customize the template, requestquote_accesspoints_headerlink.tpl. See Develop SCA Customizations for instructions on customizing SCA source code.

  5. Refer to the SuiteCommerce Advanced pre-Vinson process in Disable Quotes to remove the Request a Quote hyperlink from your website.

  6. Save and deploy to your site.

Related Topics

General Notices