Hi all,

I'm new, and I've been trying out nopCommerce.  I was interested in the download products options, and it took me a little bit of digging in the forums to set it up.  The Download link now shows up in the My Downloadable Products section, but I ran into a small error.  The file I was testing was a .jpg file.

So basically in the product variant info section, I uploaded a .jpg file (which is the product you are purchasing), but IIS returned an error saying that the file was not found.  It gave me the full path, and I double checked the dbo.Nop_Download table in SQL Server, and the path was missing the .jpg extension.  I manually edited in record in SQL Server, and the download link works now, but I have yet to look at the source code of why it's doing this.

Just wanted to report the bug.  That's all.

Ray