Old MyOrderDesk links do not forward to new Skin sites - MKB 0085 Follow
PROBLEM:
If you started using your MyOrderDesk account with the website address "www.myorderdesk.com/ABCprintshop", then your end users might have saved that as a favorite or bookmark in their web browser.
After upgrading to a MyOrderDesk skin or Wordpress skin, your website address changes to something like, www.ABCPrintshop.com
When your end users use their favorite or bookmark, they are not taken to the correct site.
FIX:
To auto forward your customers to your new skin site, insert this code under My Account > Site Settings > Elements > Click on the "Home" link
Paste the following code on the home page. Be sure to change out www.ABCPrintshop.com out for your website.
<script type="text/javascript">
<!--
if (location.href.indexOf("myorderdesk.com") > -1) { top.location.href = 'http://www.ABCPrintshop.com/';; }
//-->
</script>