[+] FO : add files for combination

[*] FO : Create virtual products with no associated file
This commit is contained in:
jmCollin
2011-09-29 16:40:44 +00:00
parent 0709464a74
commit 8c1e2b8bf2
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'];
}