To assign files (e.g. PDF documents) to a product:
- Create a directory on your server (e.g. manuals) and upload all the desired files to it.
- Log in your administrator panel and click on the Manage products link in the CATALOG side box on the left.
- Click on the desired product link.
- Add this line of the code:
<a href="PATH_TO_YOUR_FILE/YOUR_FILE_NAME.pdf" >The file name</a>
where PATH_TO_YOUR_FILE is the full path to the desired file on your server (e.g. http://www.your_domain.com/cscart_directory/manuals/) and YOUR_FILE_NAME is the name of the file (e.g. test.pdf),
to the Full description input field.
- Click on the Save changes button.