Creating Lists

Add lists to the store quickly and easily using the Transact e-commerce Admin Tool. First, choose the Product Center button. In the toolbar, pull down on List and select Add New List.

Creating a List

Name Suggested Value
List_Name The name used to identify this list. Any alphanumeric word.
Image The file name of an image potentially used in the template. Optional
Template The file name of a Template used to display the list. This is only read and used if the list block contains <!-- TEMPLATE --> . Optional
Description A description of the list.
Parts Select the Part Numbers of items you wish to have in this list. You can order them using the numbers in the left hand column.

Using Lists

To display a list of the products, use the following block to access this information. The section between the PRODUCT_LIST and /PRODUCT_LIST is repeated once per item.

<!-- PRODUCT_LIST "New Products" -->
<a href="showproduct.html?PartNumber=<!-- PRODUCT: PartNumber -->">
	<img src="<!-- PRODUCT: Image1 -->" align="left">
	<!-- PRODUCT: Description --></a>
<!-- /PRODUCT_LIST -->
Main Menu Next Page