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...")
 
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
While '''adding''' a new sales channel '''keep in mind''' the following scenarios:
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 '''main''' website address is '''<nowiki>https://mysite.com</nowiki>''' and the new sales channel is added to the subfolder, for example '''<nowiki>https://mysite.com/second</nowiki>''') and if you want <nowiki>https://mysite.com/second</nowiki> to '''point''' to <nowiki>https://mysite.com</nowiki>, it will be neccesary to create '''symlink''' with the name '''second''' in the website '''root''' that will point to the root folder.    
#<p>If the new sales channel is just in '''another''' '''subfolder''' (for example, the '''main''' website address is '''<nowiki>https://mysite.com</nowiki>''' and the new sales channel is added to the subfolder, for example '''<nowiki>https://mysite.com/second</nowiki>''') and if you want <nowiki>https://mysite.com/second</nowiki> to '''point''' to <nowiki>https://mysite.com</nowiki>, it will be neccesary to create '''symlink''' with the name '''second''' in the website '''root''' that will point to the root folder.</p>
# If the new sales channel domain is '''different''' from the main website domain (for example, the '''main''' website address is '''<nowiki>https://mysite.com</nowiki>''' and the new sales channel is added, for example '''<nowiki>https://myothersite.com</nowiki>''') and if you want '''<nowiki>https://myothersite.com</nowiki>''' to '''point''' to <nowiki>https://mysite.com</nowiki>, it will be neccesary to '''point <nowiki>https://myothersite.com</nowiki>''' to the '''same website root''' as it is done for '''<nowiki>https://mysite.com</nowiki>'''. Also '''bear in mind''' that the new sales channel domain should be '''registered''' accordingly.
#<p>If the new sales channel domain is '''different''' from the main website domain (for example, the '''main''' website address is '''<nowiki>https://mysite.com</nowiki>''' and the new sales channel is added, for example '''<nowiki>https://myothersite.com</nowiki>''') and if you want '''<nowiki>https://myothersite.com</nowiki>''' to '''point''' to <nowiki>https://mysite.com</nowiki>, it will be neccesary to '''point <nowiki>https://myothersite.com</nowiki>''' to the '''same website root''' as it is done for '''<nowiki>https://mysite.com</nowiki>'''. Also '''bear in mind''' that the new sales channel domain should be '''registered''' accordingly.</p>

Latest revision as of 14:43, 24 February 2023

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.