@@ -54,7 +54,7 @@ |
||
54 | 54 | { |
55 | 55 | if( $product = $listItem->getRefItem() ) { |
56 | 56 | $varAttr[$product->getId()] = $product->getRefItems( 'attribute', null, 'variant' )->col( 'attribute.id', 'attribute.type' ); |
57 | - } |
|
57 | + } |
|
58 | 58 | } |
59 | 59 | } |
60 | 60 |
@@ -144,10 +144,10 @@ |
||
144 | 144 | $view->summaryBasket = $order; |
145 | 145 | |
146 | 146 | } else { |
147 | - $view->noOrder = true; |
|
148 | - } |
|
147 | + $view->noOrder = true; |
|
148 | + } |
|
149 | 149 | |
150 | - return parent::data($view, $tags, $expire); |
|
150 | + return parent::data($view, $tags, $expire); |
|
151 | 151 | } |
152 | 152 | |
153 | 153 |