ItemPicture

Description
Displays an item picture, item number, customer's price, "On Sale" indicator, short item description, and stock status. Attribute values determine the item information that is displayed. The "On Sale" indicator (illustrated below as "SPECIAL") will appear if the item has a sale price in the ACCPAC price list, and the current theme has an image entry named "specials" in the idmap.properties file. 

Appearance

Attributes
NameValue
DetailPage Name of product detail page. Default value is "item_detail.aspx". The displayed Item Number and item image are hyperlinked to this page.
ViewCartPage Name of page to redirect after user clicks the "Buy" button. Default value is "view_cart.aspx".
ItemNumber ACCPAC Item Number
ShowNumber "True" if formatted item number should appear above the picture. "False" if the item number should not be displayed. Default value is "True"
ShowDescription "True" if the item short description should appear below the item picture. "False" if the description should not appear. Default value is "True".
ShowPrice "True" if the customer price should appear below the item picture. "False" if the price should not be displayed. Default value is "True".
ShowListPrice "True" if the item base price should appear above the selling price. "False" if the base price should not appear. Default value is "True"
ShowStock "True" if stock status "In Stock" or "Back Ordered" should appear, according to the current inventory level. "False" if the stock status should not appear. Default value is "True"
ShowQuantity "True" if inventory quantity avalable should be displayed. "False" if inventory quantity available shold not appear. Default value is "True"
ShowBuyButton "True" if the Buy button should appear below the item picture. "False" if the Buy button should not appear. Default value is "True".
DragEnable "True" if user can drag and drop the item picture on to the shopping cart to add the item to the order. "False" if the drag/drop feature should not be enabled. Default value is "True"
height This value is assigned to the height attribute of the item <img> element. Default value is "150" pixels.
width This value is assigned to the width attribute of the item <img> element. Default value is "150" pixels.
CssClass Defines a CSS Class name for the item number, description and other text elements surrounding the item picture. Default value is "".