Hide Buttons on Quote Detail Page

To hide a button, use this code:

quoteProcessor.setRenderInfo("deleteButton","hide",true)

The list of all button names is available in description of the method setRenderInfo().

Found an issue in documentation? Write to us.