Best Selling Products Extension
Best Selling Products Extension
Showcase the best selling products on the homepage or on any other page of your website. The products displayed are the current best selling ones in your website.
The extension also takes into account configurable products and their individual associated products as well, sorting them based on the most number of products sold.
- Enable/ Disable option
- Choose to display price/title/view buttons
- Customize the number of items to display
- Does not show "out of stock" products
- Fully responsive and works on all mobile devices and tablets
- Fully customizable looks with independent class names
The installation process consists of extracting the extension files from the archive, somewhere on your local computer (dzinehub_best_sellers_v1_1.0.0.1.tgz file that contains the extension files in the required folder structure) and copying them to the root folder of your Magento website.
Add this block of code in home/content.phtml to call the Dzine-hub bestseller module in the homepage of your website.
echo $this->getLayout()->createBlock('bestseller/product_bestsellers')->setTemplate('dzinehub/bestsellers.phtml')->toHtml();
Add this custom tag in home page to call the Dzine-hub bestseller module in the homepage of your website.
{{block type="bestseller/product_bestsellers" template="dzinehub/bestsellers.phtml"}}
Once you copy the files to magento root directory, Log off and Login in your admin.
Then, click- System->Configuration->dZine-Hub(on the left)->Bestseller->General and "enable" the extension.