I would like to add the Payment Status page as an option on the Dashboard page sidebar and not have it display on the Main menu at the top. Can you provide me with the code to add to the file template_dashboard.php so that it will add a link to the Dashboard Sidebar that will allow users to click on a link named "Payment Status" which will bring up the trans-notify-page. Thanks, Greg
Hello Greg, You can remove the payment status page from site's header top menu. To do this, just use the custom menu feature which is available in admin menu under appearance. And create a custom menu and add your desired pages as menu, except of payment status page and set them to main menu. On the point of you that you would like to add this link on dashboard sidebar, I want to suggest you, don't use/add this link anywhere on your site just keep live on backend. Because it is only used when returned back from payment gateway. Unless it wouldn't show proper content. Hope this helps you to fix your issue.
Thanks for the reply. Is there a way to have the Payment Status on the Menu Bar only when the user is logged in? Greg