[-] FO : Fixed products without images

This commit is contained in:
Jáchym Toušek
2013-09-26 22:21:18 +02:00
parent 252ab56d75
commit 30367e6427

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')),
));