Page 1 of 1
File upload in category description
Posted: Thu May 28, 2015 4:59 am
by mbartens
Within the description of one of the categories there needs to be a link to download a file. Is there a way to do this in the WYSIWYG editor?
Re: File upload in category description
Posted: Thu May 28, 2015 6:58 am
by nadeem
Yes, click on HTML icon on WYSIWYG editor toolbar and put your link to the download file and save. Alternatively, you can disable WYSIWYG editor from
Administration > Configure > Store > General and put your HTML directly to the category description filed.
Re: File upload in category description
Posted: Thu May 28, 2015 11:09 am
by mbartens
Thank you. Is there a way for the client to use the admin and link to a file without FTP access?
Re: File upload in category description
Posted: Fri May 29, 2015 12:50 am
by nadeem
You can upload a file from Asset Manager (Administration > Catalog > Categories > Images and Assets) and then add a link to the file for download inside category description something like this:
Code: Select all
<a href="/Assets/YourFileToDownload.zip">Download</a>
NOTE: You can add a valid file extension (zip, txt, pdf etc.) from Administration > Configure > Security > System Settings
Hope this helps.
Re: File upload in category description
Posted: Fri May 29, 2015 3:39 am
by mbartens
Yes, it does! Thank you!