Displays list of products/services usually being advertised for sale by way of an image and accompanying text information. The component will display an unlimited amount of items and takes it's data from an external xml file which provides the following information:
* Address of the server-side script handling the e-mail facility.
* Label string for the button
* Path to the folder of each item for sale
* The item's reference number
* Price of the item
To add or delete items included simply either
Add:
Copy <product path='forSale/yogi' refNo='1134' price="345,000 pounds" />
and paste it in the place you want it to appear.
Delete:
Delete the entry you want to remove.
Full instructions and sample files and suggested folder architecture are included with the component. |