coter wrote on Apr 21st, 2007 at 3:33pm:I see the payment and download links use php, so am I supposed to convert these files to php? Am I supposed to convert the salesletter.html to my index file and then delete it?
To follow on to Gary's explanation, index.php is the main script that loads the template (*.html) files. You will leave the names just as they are; you will only edit the .html files to reflect your website design and the products you are offering.
Your .htaccess file may need to have a new entry to tell the server to load index.php as the index page:
Code:DirectoryIndex index.php
Quote:Also, when a script update occurs, do I have to go thru the whole script installation process over again?
You make it sound like the installation itself was difficult.

You will replace, at the very least, index.php (the main script) and ipn.php (the PayPal notification handler), and perhaps settings.php (the settings file you edited) if Jon adds more variables. So, you'll upload three files and copy/paste some settings if you choose to update -- not a big deal. The .html files stay as they are.