Rendering a checkout button
Learn how to configure a checkout button that can be used to create a Prebuilt Checkout modal
digitalRiverCheckout.renderButton(buttonContainer, buttonOptions);Button container
<div id="button-container"></div>
...
const buttonContainer = '#button-container';Button options
Style the button
Customize the button's text
Hide elements
After button render actions
Button initialization event
Button click event
Checkout cancel event
Last updated