| |
| USAGE |
| [#FEATURED?5&IMAGE=MINI#] where 5 is the number of items to return, and mini specifies the dimensions of the image to be returned (mini/thumb/large) |
| |
| BEHAVIOUR |
| Returns as many featured items as you specify (see below) as an unordered list. As per the other product listing widgets, they are styled by means of common classes, but each widget has an individual ID in the containing DIV and a set of its own class names. |
| |
| CONTEXT |
- index.html
- product.html
- product_listing.html
- category descriptions
|
| |
| SCREENSHOT |
 |
| |
| NOTES |
|
| |
| SEE ALSO: |
| Product Listing Widgets |
/* CHUNK: FEATURED (1) */
#widget_featured { border: 1px solid #c4c1bc; margin: 10px 0; }
#widget_featured .widget-head { background: #f1f1f1; border-bottom: 1px solid #dddddd; padding: 3px 5px; }
#widget_featured .widget-head .span {}
#widget_featured .widget-body { padding: 5px; }
#widget_featured ul { list-style-type: none; padding: 0; }
#widget_featured ul li { border-bottom: 1px solid #e7e7e7; clear: both; display: block; overflow: auto; padding: 5px 0; }
#widget_featured ul .last { border-bottom: none; padding-bottom: 0; }
#widget_featured .pul-image { float: left; margin: 0 10px 0 0; }
#widget_featured .pul-image img { border: none; }
#widget_featured .pul-name { display: block; }
#widget_featured .price {}
.featured-msg {}