Scenario
Redirect a Site Builder Webstore to Another Web Store
Solution
Another way of redirecting web customers to another web site is as follows:
- 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 Save