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_date attributes set values

  • attribute news_from_date works till end of today's date (23:59:59) , attribute news_to_date works begin of today's date (00:00:00)

when there @ least 1 product meet requirements block rendered. flushing cache , reindexing data well.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -