
Step 1 : create a template file called: new_products.phtml following code copy past in new_products.phtml file
getLocale()->date()->toString(Varien_Date::DATETIME_INTERNAL_FORMAT); $_productCollection=$this->getLoadedProductCollection(); $_productCollection = Mage::getResourceModel('catalog/product_collection') ->addAttributeToSelect('*') ->addAttributeToFilter('news_from_date', array('date' => true, 'to' => $todayDate)) ->addAttributeToFilter('news_to_date', array('or'=> array( 0 => array('date' => true, 'from' => $todayDate), 1 => array('is' => new Zend_Db_Expr('null'))) ), 'left'); $now = date("Y-m-d"); $newsFrom= substr($_productCollection->getData('news_from_date'),0,10); $newsTo= substr($_productCollection->getData('news_to_date'),0,10); foreach ($_productCollection as $_product) { // print_r($_product); get product Collection //get your product } ?>
step 2: create cms block
{{block type="catalog/product_list" template="catalog/product/new_products.phtml"}}
step 3: call block your requiremen
About Author:
Kalpesh Chavada
Kalpesh Chavada is Our Founder & CEO of Akshar Group Technologies. He is serving with 11+ years of experience in different technologies like Magento, WordPress, Laravel, jQuery, Shopify, Branding, and Digital Marketing. He is very good with creative logic and always ready to take on challenges.
