Does anyone know how to add extra file types that can be attached to products ie in the extended info etc..?
Announcement
Collapse
No announcement yet.
file types
Collapse
X
-
To add in a link to any file type simply point to the URL for the file eg: in the extended infomation field under the extended info tabs add in the following:
the above assume a file called myfile.pdf is saved in the root of the site folder and will open in a new window (_blank) ... dpending on the file extension and the security settings of the users browser the file will either display in the browser window or download for them to save and open. Often good practice to give the file size in kb to let people know what they are in for before opening.Code:!!<<a href="http://site.com/myfile.pdf" target="_blank">Click for my PDF file</a>>!!
HTH

Comment