Customize Request a Quote Properties
You can customize the following Request a Quote properties for your website:
-
Request a Quote Bottom Message
-
Request a Quote Business Days
-
Show the ‘Request a Quote’ Hyperlink
-
Hyperlink Text
To customize the Request a Quote properties:
-
Go to Commerce > Websites > Configuration.
-
Select your website and domain and click Configure.
-
Go to the My Account tab and the Quotes subtab.
-
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.
-
-
Click Save.
To customize the Request a Quote properties (SuiteCommerce Advanced pre-Vinson):
-
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.
-
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. -
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. -
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. -
Refer to the SuiteCommerce Advanced pre-Vinson process in Disable Quotes to remove the Request a Quote hyperlink from your website.
-
Save and deploy to your site.