- Go to the SuiteCommerce website
- Press Escape
- Login as using credentials with Administrator or any role with SMT access
- Navigate to an item
- Click the item to redirect to it’s product details page.
- On the Site Management Tools Toolbar click Edit Mode > Click Add Content mode
- Drag the CMS HTML content to the Productdetails.full.view Pages area
- On the HTML Code text area insert the following script below.
- <script>
- if(document.querySelector(‘.quantity-pricing-container’) != null)
- {
- document.querySelector(‘.quantity-pricing-container’).style.display = ‘none’;
- }
- </script>
- Click Save
- Click Review & Publish Changes
- Select the unpublished CMS_HTML code and click Publish
- A pop up will show asking if you would like to continue > Click Yes
- Click Preview mode to check if changes were applied