Issue: If the customer may still have the access to the old website, we have to redirect the users to new website.
Redirect a Site Builder Webstore to Another Web Store
- Navigate to Commerce > Websites > Website List
- Click Edit on a website
- Click the Appearance subtab
- Go to Web Site Templates section.
- Take note of the theme that is in the Web Site Theme field.
- Navigate to Commerce > SiteBuilder > Themes.
- Click Edit or Customize on the theme that was mentioned in step 2.
- Go to General subtab
- Go to Addition to <head>.
- On the top most line of the text area place the following code:
<script type=“text/javascript”> window.location=” http:// yournewdomaintoredirect . com “; </script>
- Click the Save button.