Adding New Sales Channel: Difference between revisions

From osCommerce Wiki
Jump to navigation Jump to search
(Created page with "While '''adding''' a new sales channel '''keep in mind''' the following scenarios: # If the new sales channel is just in '''another''' '''subfolder''' (for example, the '''ma...")
 
m (Protected "Adding New Sales Channel" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])
(No difference)

Revision as of 09:53, 3 November 2022

While adding a new sales channel keep in mind the following scenarios:

  1. If the new sales channel is just in another subfolder (for example, the main website address is https://mysite.com and the new sales channel is added to the subfolder, for example https://mysite.com/second) and if you want https://mysite.com/second to point to https://mysite.com, it will be neccesary to create symlink with the name second in the website root that will point to the root folder.
  2. If the new sales channel domain is different from the main website domain (for example, the main website address is https://mysite.com and the new sales channel is added, for example https://myothersite.com) and if you want https://myothersite.com to point to https://mysite.com, it will be neccesary to point https://myothersite.com to the same website root as it is done for https://mysite.com. Also bear in mind that the new sales channel domain should be registered accordingly.