// Open the panel to the default pageSmileUI.openPanel();// Open the panel to the points products pageSmileUI.openPanel({ deep_link: 'points_products'});
Panel actions
Open panel
SmileUI.openPanel(options?)
JavaScript
Copy
Ask AI
// Open the panel to the default pageSmileUI.openPanel();// Open the panel to the points products pageSmileUI.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.