You can handle downloads in two different ways. Through FoxyCart or through FoxEE. We opted to handle file downloads locally for our own reasons and use the download tag to allow customers to access their downloads. FoxEE tracks which downloads are available to the customer and only allows them to access downloads they have purchased.
{exp:foxee:downloads}
name:{download_name} {download_size}<br />
{download_desc}<br />
<h3>EULA</h3>
<p>{download_eula}</p>
<a href="{download_accept_eula}">Accept and Download</a>
{/exp:foxee:downloads}
To explore using FoxyCart to handle downloads you can READ HERE.
