Add "Back to Website" link in Client Portal Menu

hadi

Active Member
If you are using ClientExec , after clicking on a order link or website your client will redirect to Billing Software;
In some cases your clients want to review or back to website to check something ;

I just wanted to share with you how I placed a link to my client portal for "Back to Website" ; it's simple ,fast and useful for your clients to Back to Webiste


Edit file /public_html/templates/default/views/layoutpartials/

Place this on

Code:
            <ul class="nav navbar-nav navbar-left">
            <li class="dropdown" ><a href="https://yourwebsite" target="_blank" >Back to WebSite</a></li>
            </ul>

Thank you
 
Hello
I saw some client portal has an item in their menu for example profile menu to "Back to website"
We can have this if possible.
Thanks
 
Back
Top