Best Seller Products For Magento 1
| v2.1.1- A popular marketing tool to generate more sales.
- Show best sellers in a separate section on any page you want.
- The extension works with all types of products.
- Choose products manually or automatically.
- Easy configuration from the admin panel.
- You can display order status-wise best-selling products.
- The extension works on responsive design.
Free Magento Best Seller Products Extension
The free Magento extension is ideal for displaying your best-selling products attractively and effortlessly. Use the Magento best seller products extension to showcase the most popular products in your e-commerce store. You can even opt for automatic selection of best sellers so that you do not have to focus on curating the list every time.
Show the best-selling products in the page center, left column or right column within a few minutes. You can show/hide price, add to cart button, add to wishlist, ratings, etc. from the admin section.
Admin Overview
The administrator can easily configure the extension.
General Settings
- Manage custom labels, product types and sort order sequences quickly.
Template Settings
- Manage the number of products per row, total number of products and thumbnail dimensions.
- Specify time period in days for best seller products.
Show/Hide Options
DISPLAY ORDER STATUS-WISE BEST SELLER PRODUCTS
CHOOSE BEST-SELLING PRODUCTS MANUALLY
Front-end Overview
This extension shows the best seller products block in CMS, PHTML or XML pages.
Using the following simple lines of code, you can display the bestseller products on the frontend.
Best Seller Products on Front-end
Need help? Please contact us at support@magebees.com
-
Installation Guide Magebees Bestseller Products For Magento 1 Extension V2.1.1 download here
-
User Guide Magebees Bestseller Products For Magento 1 Extension. V2.1.1 download here
Support also latest php version 7.0.2.
2016-02-20 06:25:56- Supported also latest Php version 7.0.2.
- Display Bestseller using widget.
Our extension Works with Security Patches.
2015-11-02 13:21:57- Our extension works with SUPEE-6788 Security Patches.
Our extension works with SUPEE-6788 Security Patches.
2015-05-01 10:44:59- Our extension works with Security Patches.
Bug fixes and Added New Features
2015-05-01 10:44:59- You can select product manually from admin and set for bestseller products section.
- You can choose bestseller products from configuration like Auto, Manually or Both.
- You can also define sort order of bestseller products.
- You can show best seller products for completed, pending and processing order status or all these order status
Show only completed order status products into best seller
2014-09-23 05:54:19- Fixed particular store view maximum quantity issue.
- Show only completed order status products into best seller section.
Support php version 5.0.0 to 5.6.0
2014-09-03 07:34:03Works on Responsive Design
2014-07-02 11:52:13- Fixed Bugs
- It works on Responsive Design
Improve Extension
2014-01-31 07:43:10- Improve coding structure.
Best Selling Products for In stock and Out of Stock Products.
2014-01-02 10:42:44- Added Out of Stock items field to display best selling out of stock product on the listing or not.
Display all type of Products into bestseller section
2013-11-19 08:34:21- Added Show product price field to display best selling product price on the listing or not.
- Added Show reviews & ratings field to display best selling product ratings & reviews on the listing or not.
- Display in the left or right sidebar and any page.
- Display All Type of Products in bestseller (Simple, Configure, Group, Bundle).
Add new functionality
2012-07-21 06:17:13- Show/Hide Add to Card button, Add to Wishlist link, Add to Compare. Improve display layout
This extension is display best selling product of your store.
2012-02-06 09:05:45- This extension is display best selling product of your store. You can display best selling product of each store.
This extension is display best selling product of your store.
2010-12-22 13:02:42- This extension is display best selling product of your store. You can display best selling product of each store.
-
Q-1: Is it possible to show in left or right sidebar?
Ans: There are two Solution to display in left or right sidebar.
- Solution-1:
Go to app > design > frontend >your package > your theme > layout> catalog.xml in the xml we can call the best seller block in the following way:
Default Package (Magento 1.4 to 1.9):-
block type="bestseller/bestseller" name="bestseller" before="-" template="bestseller/bestseller.phtml"
Rwd Package (Magento 1.9) :-
block type="bestseller/bestseller" name="bestseller" before="-" template="bestseller/bestseller-responsive.phtml"
- Solution-2:
Step-1: Go to CMS->Static Blocks.
Step-2: Click on Add New Block Button.
Step-3: Default Package (Magento 1.4 to 1.9) :- block type="bestseller/bestseller" name="bestseller" before="-" template="bestseller/bestseller.phtml"
Rwd Package (Magento 1.9) :- block type="bestseller/bestseller" name="bestseller" before="-" template="bestseller/bestseller-responsive.phtml"
Put in to New Block content and Save Block.You will get Following Screen.
Step-4: Go to CMS->Widgets.
Step-5: Click on Add New Widgets instance Button.
Step-6: For the "Type" select "CMS Static Block". For the "Design" select "your package/your theme" and Click on Continue Button.
Step-7: Go to CMS->Static Blocks.
- Set Widget Instance Title. (Ex-Bestseller)
- Click on Add Layout Update Button. (Layout Updates Section)
- For the "Display On" Select Your Choice Locations. For the "Block Reference" Select "Left Column OR Right Column".
You will get Following Screen.
Step-8: Click on Widget Options Tab. (From left Navigations)
Step-9: Click "Select Block", and choose the "AddThis" block we created previously, and Save.
You will get Following Screen.
Step-10: Go to System -> Configuration -> CAPACITY WEB SOLUTIONS ->Best seller Products.
Step-11: Click on General Tab. Manage All Field and Save Config.
- Solution-1:
-
Q-2: I have installed bestseller products extension. But, when I click on bestseller tab in the config page, I get a 404 error.
Ans: After installing Bestseller Product Extension. Please Logout from admin account, re-login and refresh the cache.
-
Q-3: I have installed bestseller extension on magento 1.9 (rwd package) but ratings not displayed on front-end.
Ans :
- Step-1: Please open below file. SITEROOT/skin/frontend/rwd/default/css/madisonisland.css.
-
Step-2: Please find below code.
.cms-index-index .products-grid .ratings, .cms-index-index .products-grid .actions, .cms-index-noroute .products-grid .ratings, .cms-index-noroute .products-grid .actions { display: none; } -
Step-3: Please replace the code.
.cms-index-index .products-grid .ratings, .cms-index-index .products-grid .actions, .cms-index-noroute .products-grid .ratings, .cms-index-noroute .products-grid .actions { display:; }
After replacing the code, you will get below screen.
-
Q-4: How to use bestseller extension in other themes?
Ans: For using bestseller extension in other themes, you need to follow below steps:-
-
Step-1: Copy "bestseller" folder from SITE ROOT/app/design/frontend/base/default/template and put it in to your SITE ROOT/app/design/frontend/Your Package/Your theme/template/ folder.
-
Step-2: After successfully Copying File & folder, you need to clear/refresh all your cache.
-
Step-3: Now Check Bestseller Extension on Front-end.
-

