Showing
1 changed file
with
0 additions
and
1 deletions
@@ -58,7 +58,6 @@ class NewsaleController extends AbstractAction | @@ -58,7 +58,6 @@ class NewsaleController extends AbstractAction | ||
58 | $this->channelTrans($channel); | 58 | $this->channelTrans($channel); |
59 | 59 | ||
60 | $data = array(); | 60 | $data = array(); |
61 | - $data['discount'] = true; | ||
62 | $data['headerBanner'] = \Product\NewsaleModel::getNewFocus($channel); | 61 | $data['headerBanner'] = \Product\NewsaleModel::getNewFocus($channel); |
63 | $goodsList = \Product\NewsaleModel::getSaleProducts($channel, 60); | 62 | $goodsList = \Product\NewsaleModel::getSaleProducts($channel, 60); |
64 | if (!empty($goodsList)) { | 63 | if (!empty($goodsList)) { |
-
Please register or login to post a comment