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
Thank you
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