Announcement

Collapse
No announcement yet.

Why does Snapshot report that my generated section HTML files are missing?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Why does Snapshot report that my generated section HTML files are missing?

    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
    HTML Code:
    http://www.mydomain.com/cgi-bin/ss000001.pl?SECTIONID=Section1.html&NOLOGIN=1
    To link to a Product with reference number 19 use the URL

    HTML Code:
    http://www.mydomain.com/cgi-bin/ss000001.pl?PRODREF=19&NOLOGIN=1
Working...
X