Products - dynamic

At the top of the page an intro text explains what types of products our company sells. The intro text is a simple node.  Underneath
is a list with the 10 latest product items in reverse chronical order, a
more link on the bottom of the page leads to an overview that contains
all the products. The list is a block view that shows only 10 items. a more link leads to a page view with the
complete list of products (using a pager). An RSS feed is provided that broadcasts the 10 last added products. This is the feed display for the same view as the products page. For each product there is: the product's name; an image; a price and a description This
is a CCK content type. The title becomes the product's name, body is used for the description, the image is an image field. ImageAPI is used to process
the uploaded images so they get the right dimensions. The price is an integer field. An extra block with the image of a random product can be enabled on the site. The random product block is a block display with 1 element with a random sorting order, the image links to the product node.


Fatal error: Call to undefined function batch_get() in /var/www/specsbuilder/sites/all/modules/patterns/patterns.module on line 2083