Magento new products are not showing in homepage -
in magento want show new products in home page. have searched many blogs , forums. of them have got using
{{block type="catalog/product_new" block_id="new.products" template="catalog/product/new.phtml"}}
in cms -> homepage content new products. still not getting products. have tried change date active . not showing products. can kindly tell me issue here? , suggestions appreciable. thanks
in default magento implementation of catalog/product_new block rules are:
the product should visible in catalog
the product should have both
news_from_date,news_to_dateattributes set values- attribute
news_from_dateworks till end of today's date (23:59:59) , attributenews_to_dateworks begin of today's date (00:00:00)
when there @ least 1 product meet requirements block rendered. flushing cache , reindexing data well.
Comments
Post a Comment