[+] FO : add files for combination

[*] FO : Create virtual products with no associated file

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8901 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
jmCollin
2011-09-29 16:40:44 +00:00
parent 1e13bf599b
commit 3e9e437ac1
12 changed files with 1009 additions and 222 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ class GetFileControllerCore extends FrontController
/* Access is authorized -> increment download value for the customer */
OrderDetail::incrementDownload($info['id_order_detail']);
$file = _PS_DOWNLOAD_DIR_.$info['physically_filename'];
$file = _PS_DOWNLOAD_DIR_.$info['filename'];
$filename = $info['display_filename'];
}