Merge pull request #749 from enumag/patch-1

[-] FO : Fixed products without images
This commit is contained in:
Gregory Roussac
2013-09-27 00:56:46 -07:00
committed by gRoussac
parent 6b30cc5084
commit 33c2669692

View File

@@ -372,6 +372,7 @@ class ParentOrderControllerCore extends FrontController
'currencyFormat' => $this->context->currency->format,
'currencyBlank' => $this->context->currency->blank,
'show_option_allow_separate_package' => $show_option_allow_separate_package,
'smallSize' => Image::getSize(ImageType::getFormatedName('small')),
));