Commit cba179a8 by lmf

修改首页产品ID

parent d88133f8
......@@ -62,7 +62,8 @@
<div class="flash-sale-inner">
<?php
$templateType = \Magento\Catalog\Block\Product\ReviewRendererInterface::SHORT_VIEW;
$news_ids = explode(',',"1756,180,2199,1617,1565,1076");
//$news_ids = explode(',',"1756,180,2199,1617,1565,1076");
$ids = explode(',',"180,1756,611,507,167,1076");
//$ids = explode(',',"1,2");
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment