Commit 0ad24e64 by lmf

优化产品id

parent cba179a8
...@@ -57,13 +57,12 @@ ...@@ -57,13 +57,12 @@
<div class="flash_sale"> <div class="flash_sale">
<strong role="heading" aria-level="2" >NEW ARRIVALS</strong> <a href="/newarrivals.html"><p class="flashsale-title">NEW ARRIVALS</p> </a>
<div class="flash-sale-wpt row" style="background: linear-gradient(to right, #ffffff, #ffffff);" > <div class="flash-sale-wpt row" style="background: linear-gradient(to right, #ffffff, #ffffff);" >
<div class="flash-sale-inner"> <div class="flash-sale-inner">
<?php <?php
$templateType = \Magento\Catalog\Block\Product\ReviewRendererInterface::SHORT_VIEW; $templateType = \Magento\Catalog\Block\Product\ReviewRendererInterface::SHORT_VIEW;
//$news_ids = explode(',',"1756,180,2199,1617,1565,1076"); $ids = explode(',',"180,1756,1878,1997,2246,1076");
$ids = explode(',',"180,1756,611,507,167,1076");
//$ids = explode(',',"1,2"); //$ids = explode(',',"1,2");
$objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $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