Hi there,
I have an Ecommerce template with code like this:
<a href="/Files/Files/ProductSpecSheets/<!--@Ecom:Product.Number-->.pdf"><i class="fa fa-file-text"></i> Spec Sheet (PDF)</a>
However, when rendered in the browser the path is changed to:
<a href="/Admin/Public/DWSDownload.aspx?File=%2fFiles%2fFiles%2fProductSpecSheets%2fW4120.pdf"><i class="fa fa-file-text"></i> Spec Sheet (PDF)</a>
Note the inclusion of the DWSDownload.aspx file. This in turn forces the browser to show the Save As dialog for the PDF document.
Is there any way to prevent this from happening?
Imar