Mage World

Search Site

You're currently on:

Advance Featured Products Extension

More Views

  • Advance Featured Products Extension
  • Advance Featured Products Extension
  • Advance Featured Products Extension
  • Advance Featured Products Extension
  • Advance Featured Products Extension
  • Advance Featured Products Extension
  • Advance Featured Products Extension
  • Advance Featured Products Extension

Quick Overview

Version 1.2.1

Support Magento Version: 1.3.*
Advance Featured Product allows managing featured products efficiently on the frontend with nice sliders.
This extension is developed and supported by Hello-Magento™

 

magento featured product extension

magento featured product extension

magento featured product extension

magento featured product extension

Email to a Friend

Availability: In stock.

$69.00

* Required Fields

$69.00
Add Items to Cart

Advance Featured Products Extension is the ideal solution for any online shop to get a nice shop interface as well as maximum flexibility and convenience. It offers a great deal of optimal functions to display and sort your products and assist your customers in searching and choosing. It also provides the best admin management with flexible support and toolbar. Now with Advance Featured Products Extension, your featured products will be effectively managed and shown on the front-end with nice sliders.

 

Product Features


  1.  Easy to use, easy to manage, easy to customize
   2. Admin backend management support
   3. Display featured products with 3 modes: sort by date, random, sort order.
   4. Sort by date mode will display featured products by date created
   5. Random mode will display featured products randomly
   6. Sort order mode can set order for each featured product and these featured products will be showed by the order.
   7. Allow to auto filter by category. This function will turn on in admin
   8. Support many positions: body, left, right bar
   9. Support many slide shows
  10. Support toolbar
  11. Easy to install, just copy and run

 

Featured Products Display Mode


The extension supports to display many modes with nice effects:

   1. Slider
   2. Auto scrolling
   3. Default magento row
   4. Simple tool bar
   5. Advance toolbar
   6. Simple side bar
   7. Vertical auto scrolling


Live Demo


Demo for Slider, Default Magento row, simple side bar, Vertical auto scrolling
http://demo4.hello-magento.com/featured

Demo for Auto scrolling and Simple Toolbar
http://demo4.hello-magento.com/featured/autoscrolling_toolbar

Demo for Advance Toolbar                                  
http://demo4.hello-magento.com/featured/advancetoolbar

Sell Mode Normal
Live Demo http://demo4.hello-magento.com/featured
Installation Guide

1. Copy folder app to magento root folder.( This do not override any file in your magento)

2. Copy folder skin to magento root folder.( This do not override any file in your magento)

3. Make sure to clear cache in admin of magento

4. Create attribute for featured products
(The extension supports 3 modes: sort by date, random, sort order)
If using sort by date or random mode you just need to create an attribute is "featured"
If using sort order mode, you need create 2 attributes:'featured" and "featured_sort_order"
The attribute "featured_sort_order" allow to set sort order of a product

4.1. Create attribute "featured"
Go to admin-> Catalog-> Attributes-> Manage Attributes-> Add new attribute:

Attribute Properties
Attribute Identifier: featured
Scope: Store View
Catalog Input Type for Store Owner: Yes/No
Unique Value (not shared with other products): No
Values Required: No
Input Validation for Store Owner: None
Apply To: All Product Types

Front End Properties
Use in quick search: No
Use in advanced search: Yes
Comparable on Front-end: No
Use In Layered Navigation (Can be used only with catalog input type ‘Dropdown’): No


Manage Label/Options
Default: Featured Product
English: Featured Product


 
4.2. Creat attribute "featured_sort_order"

( Note that if you use sort by create, random mode, this attribute is not necessary)

Attribute Properties
Attribute Identifier: featured_sort_order
Scope: Store View
Catalog Input Type for Store Owner: Text Field
Unique Value (not shared with other products): No
Values Required: No
Input Validation for Store Owner: None
Apply To: All Product Types

Front End Properties
Use in quick search: No
Use in advanced search: Yes
Comparable on Front-end: No
Use In Layered Navigation (Can be used only with catalog input type ‘Dropdown’): No

Manage Label/Options
Default: Featured Product Sort Order
English: Featured Product Sort Order

 
4.3. Adding these attributes to attribute set.
After creating attributes, you need to add them into attribute sets, if you use defaul attribute set ( or any attribute set you define), please add these attributes into the attribute set you used. ( Below is exmaple for Default Attribute Set)

 
5. Config in admin:
Goto admin->system->configuration->Featured Products in left side:
1, Mode: select mode to display featured products: ( sort by date mode, random mode, sort order mode)
2, Number of random: Just apply for random mode. Example you have 8 featured products, and number of random is 6, then the extension will display random 6 of 8 products.
3, Category filter: Select YES if you want to auto filter by category.

6. Display the featured products on frontent:
- You can use 2 normal ways: adding block direct on cms page or adding block on xml layout

6.1. Adding the featured product directly on static page
In the case you want to display the featured product in the home page or some special page, you should use this way to add the featured products directy on cms page:
- For displaying with default magento row: Please insert this code:
{{block type="featuredproducts/featuredproducts" show_total="6" name="featuredproducts"
template="featuredproducts/featuredproducts.phtml" }}
 

- For displaying with advance slider
{{block type="featuredproducts/featuredproducts" show_total="6" name="featuredproducts_slider"
template="featuredproducts/featuredproducts_slider.phtml" }}

 
- For displaying with auto scrolling
{{block type="featuredproducts/featuredproducts" show_total="6"  name="featuredproducts_autoscrolling"
template="featuredproducts/featuredproducts_autoscrolling.phtml" }}


- For displaying with toolbar:
  + Advance Toolbar with ajax
{{block type="featuredproducts/featuredproductstoolbar" name="featuredproducts_toolbar"
template="featuredproducts/featuredproducts_toolbar.phtml" }}
 
  +Simple Toolbar
{{block type="featuredproducts/featuredproductstoolbar" name="featuredproducts_simpletoolbar"
template="featuredproducts/featuredproducts_simpletoolbar.phtml" }}

 
- For displaying vertical autoscrolling
{{block type="featuredproducts/featuredproducts" show_total="6" name="featuredproducts_autosidebar"
template="featuredproducts/featuredproducts_autosidebar.phtml" }}
 

- For displaying static vertical side bar
{{block type="featuredproducts/featuredproducts" show_total="6" name="featuredproducts_staticsidebar"
template="featuredproducts/featuredproducts_staticsidebar.phtml" }}

 
6.2. Adding the featured product by using xml layout page.
If you want to display in the left or right side bar or any where and apply for every pages, please use this way.
Example:
- For display on the right side bar
 <block type="featuredproducts/featuredproducts" name="featuredproducts_autosidebar" template="featuredproducts/featuredproducts_autosidebar.phtml">
     <action method="setShowTotal"><show_total>6</show_total></action>
  </block>

Please goto /app/design/frondend/default/default/layout/hm_featuredproducts.xml see the comment from line 10 to line 22, we have called these block in the left and side right bar. This Just is example, you can call any block in any where in xml layout


Note that:
1.Show_total is number of featured products will be displayed. If you use the dispalying with toolbar, show_total is not necessary, because this mode displays all ordered products and sort by ordered quantity.
2.Displaying on the toolbar do not support random and sort order mode
3.If you use any editor in backend, you need call the block in source mode of that editor

Add Your Tags:
Use spaces to separate tags. Use single quotes (') for phrases.
  1. Excellent Product with Great Support Review by Robert Mirabito
    Value
    Quality
    Support
    Price

    I purchased this extension. The extension worked as it should as I tested the module on a staging server. On my production server I had some problems due to my magento setup and the support team worked with me endlessly to get the problem resolved. I have very rarely seen such great support and I wouldn't hesitate to recommend this and other modules for your magento site. Mage World, you exceeded my expectations. Keep up the great work! (Posted on 1/25/10)


Write Your Own Review

You're reviewing: Advance Featured Products Extension

How do you rate this product?*
  1 star 2 stars 3 stars 4 stars 5 stars
Support
Price
Value
Quality



You may also be interested in the following product(s)

 
Keep your eyes open for our special Back to School items and save A LOT!

My Cart

You have no items in your shopping cart.

Keep your eyes open for our special Back to School items and save A LOT!

Community Poll

How do you think about Mage World?
 
 
 
 

Newsletter

Newsletter