StoreFront 1912 LTSR reached end-of-life on 18-Dec-2024. It is recommended that you upgrade to a newer version of StoreFront.

X

Add a help button

Add the following customization code to script.js:

CTXS.ExtensionAPI.addHelpButton( function onClick() { CTXS.ExtensionAPI.openUrl("http://www.example.com"); } );

Before adding the customization code:

Screenshot of toolbar without help button

After adding the customization code, here is what it looks like:

Screenshot of toolbar with help button

Add a help button