Skip to main content
JavaScript
// Open the panel to the default page
SmileUI.openPanel();

// Open the panel to the points products page
SmileUI.openPanel({
  deep_link: 'points_products'
});

This method opens the loyalty panel to the specified page. If the loyalty panel has not yet finished loading, it will open once loading has finished. Otherwise, the loyalty panel will open immediately.

Parameters

options
object