Comments Patricio Aguero started the conversationSeptember 8, 2021 at 12:27pmHi there.I would like to know how I add an additional item to the sales king menu 2,214WebWizards repliedSeptember 9, 2021 at 12:16pmHi Patricio,Thank you for purchasing our plugin,If you wanted to add an additional item to the menu, you would first have to update to the attached plugin version (will be live on CodeCanyon soon).To update to this version: - first deactivate the current plugin version in your site - then upload and activate the attached plugin versionThen you can add the following PHP snippet: add_action('salesking_extend_menu', function(){ ?> <li class="nk-menu-item"> <a href="<?php echo esc_attr(get_page_link(get_option( 'salesking_agents_page_setting', 'disabled' ))).'yournewpage';?>" class="nk-menu-link"> <span class="nk-menu-icon"><em class="icon ni ni-account-setting-fill"></em></span> <span class="nk-menu-text"><?php esc_html_e('Your New Link', 'salesking');?></span> </a> </li> <?php }, 100); In the above link, you can set the href to any link you want, such as href="https://yoursite.com"If you want to add a custom page to be shown in the dashboard, I can give details on that as well, let me know.Attachment will follow in the next message.Kind regards,Stefan WebWizards replied privatelyPablo repliedOctober 26, 2021 at 7:35pmHi, I need to add a custom page to be shown in the dashboard pls! 2,214WebWizards repliedOctober 28, 2021 at 12:15amHi Pablo,I replied to you in a separate ticket. Please see my reply there. Have a nice day, Sign in to reply ...
Hi there.
I would like to know how I add an additional item to the sales king menu
Hi Patricio,
Thank you for purchasing our plugin,
If you wanted to add an additional item to the menu, you would first have to update to the attached plugin version (will be live on CodeCanyon soon).
To update to this version:
- first deactivate the current plugin version in your site
- then upload and activate the attached plugin version
Then you can add the following PHP snippet:
In the above link, you can set the href to any link you want, such as href="https://yoursite.com"
If you want to add a custom page to be shown in the dashboard, I can give details on that as well, let me know.
Attachment will follow in the next message.
Kind regards,
Stefan
Hi, I need to add a custom page to be shown in the dashboard pls!
Hi Pablo,
I replied to you in a separate ticket. Please see my reply there. Have a nice day,