Product Attachments module allows downloading files, manuals, media files, audio files and other.
Product Attachments extension provides uploading of multiple audio (QuickTime), video, pdf, and many other files and download or view these files on product page using content-disposition property. Supported extensions "jpg", "jpeg", "gif", "png", "bmp", "txt", "csv", "htm", "html", "xml", "css", "doc", "docx", "xls", "rtf", "ppt", "pdf", "swf", "flv", "avi", "wmv", "mov", "wav", "mp3", "zip" and many more.
The "original" Version is found here:
- http://www.magentocommerce.com/magento-connect/product-attachments-extension.html
- http://store.unicodesystems.in/extensions/product-attachments-extension.html
It is designed to be used in Magento Version 1.3-1.7
Compatibility for Magento Version 1.9
Add File:
- etc/adminhtml.xml
Fixes:
- Some misspellings
Add localization for 'de_DE' and 'es_ES'.
Add File:
- locale/de_DE/Uni_Fileuploader.csv
- locale/en_US/Uni_Fileuploader.csv
- locale/es_ES/Uni_Fileuploader.csv
Fixes:
- Fix some code stuff for localization.
Add localization for 'fr_FR' and 'pt_PT'.
Add File:
- locale/fr_FR/Uni_Fileuploader.csv
- locale/pt_PT/Uni_Fileuploader.csv
Fixes:
- locale/de_DE/Uni_Fileuploader.csv
- locale/es_ES/Uni_Fileuploader.csv
Updated Admin Routing to make this module compatible with Patch SUPEE-6788 (MatthijsIJ)