You can use this guide If you have a blog category like 'news' and want to display latest in some place of your magento store. This guide is related to the free AW_Blog extension
1. Download this zip file blog_sidebar.zip
2. Unpack it and place the file to app/design/frontend/default/default/template/aw_blog/folder
3. Under CMS->Pages section or Under CMS->Static blocks section place such code
Parsing results from the search results page
Web Data Extraction Engine acquires data and images of search results (product pages) obtained on the target site using the list of search phrases.Read More
Nov 28, 2018
More
Some questions regarding setup of the Web Data Extraction Engine
Could you please respond to the addition or change of functions as needed? Also, can you respond to changes in the display composition etc. of data acquisition target site?Read More
Nov 23, 2018
Test of Amazon sales estimators
We do not have an access to absolute sales, but we may check some indirect valuesRead More
Oct 4, 2018
Automatic ASIN grabber tools
How to scrape Amazon prices and products using various Amazon scrapers? Check the tools for collecting ASINs from Amazon.Read More
Sep 10, 2018
Where do most dropshippers order their products?
Where do most dropshippers order their products? Why do sellers scrape ASINs? Is there a way to automatically add a product from Amazon and other e-commerce platforms to your store?Read More
Sep 6, 2018
Replace available options according to your needs:
sidebar_category - is the blog category which posts to be displayed
posts_limit - the number of posts to be displayed
posts_title - block header
posts_link - a link to blog category page or any other link.
Flush the cache and check how it looks.
If you need to change block html structure or add any other option, please modify the blog_sidebar.phtml file.
For example, you need to add another option. Like my_new_option="6"
In the blog_sidebar.phtml file you can access it like $option = $this->getMyNewOption();