If a SellerDeck-generated file such as Section1.html is referenced in a template directly as <a href="Section1.html"> then the Snapshot facility tries to include the file. As the file is in the SiteHTML folder rather than the site folder, snapshot does not find it.
When making hard links to specific sections or products, you should use the SearchScript.
For example:
To link to a section page called Section1.html use the URL
To link to a Product with reference number 19 use the URL
When making hard links to specific sections or products, you should use the SearchScript.
For example:
To link to a section page called Section1.html use the URL
HTML Code:
http://www.mydomain.com/cgi-bin/ss000001.pl?SECTIONID=Section1.html&NOLOGIN=1
HTML Code:
http://www.mydomain.com/cgi-bin/ss000001.pl?PRODREF=19&NOLOGIN=1