| |
| USAGE |
| [#NEW?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 newly created 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: NEW (1) */
#widget_new { border: 1px solid #c4c1bc; margin: 10px 0; }
#widget_new .widget-head { background: #f1f1f1; border-bottom: 1px solid #dddddd; padding: 3px 5px; }
#widget_new .widget-head .span {}
#widget_new .widget-body { padding: 5px; }
#widget_new ul { list-style-type: none; padding: 0; }
#widget_new ul li { border-bottom: 1px solid #e7e7e7; clear: both; display: block; overflow: auto; padding: 5px 0; }
#widget_new ul .last { border-bottom: none; padding-bottom: 0; }
#widget_new .pul-image { float: left; margin: 0 10px 0 0; }
#widget_new .pul-image img { border: none; }
#widget_new .pul-name { display: block; }
#widget_new .price {}
.new-msg {}