<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="theme">
    <name>default</name>
    <version>1.0.0</version>
    <creationDate>29.07.2006</creationDate>
    <author>soeren</author>
    <authorEmail>soeren|at|virtuemart.net</authorEmail>
    <authorUrl>http://www.virtuemart.net</authorUrl>
    <copyright><![CDATA[&copy; 2006 S&ouml;ren]]></copyright>
    <license>GNU/GPL</license>
    <description>
    The default theme is a clean and basic layout for VirtueMart.
    </description>
    <params>
		<param name="productListStyle" type="list" default="browse/includes/browse_layouttable.tpl.php" label="Product List Style" description="Select the style of the product listings (=browse page)">
			<option value="browse/includes/browse_layouttable.tpl.php">Product Listing with a table (default)</option>
			<option value="browse/includes/browse_listtable.tpl.php">Flat Product List (fixed to 1 product per row, using a table)</option>
			<option value="browse/includes/browse_notables.tpl.php">Product List (no table, div-based)</option>
		</param>
		
		<param name="@spacer" type="spacer" default="" label="" description="" />
		
		<!-- Begin Product Listing Configuration -->
		<param name="showFeedIcon" type="radio" default="1" label="Show the Feed Icon?" description="Show/Hide the Feed Icon Link so customers can subscribe for the Product News Syndication.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="showAddtocartButtonOnProductList" type="radio" default="1" label="Show the Add-to-cart Button on the product list?" description="Show/Hide the add-to-cart button on the main product listings. Customers will then be able to purchase the product from the details page only.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		
		<param name="@spacer" type="spacer" default="" label="" description="" />
		
		<!-- Begin Product Details Configuration -->
		<param name="showVendorLink" type="radio" default="1" label="Show Vendor Link?" description="Show/Hide the link to the vendor of a product">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="showManufacturerLink" type="radio" default="1" label="Show Manufacturer Link?" description="Show/Hide the link to the manufacturer of a product">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>

		<param name="showAvailability" type="radio" default="1" label="Show Availability Information?" description="Show/Hide the availability information of a product">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="showPathway" type="radio" default="0" label="Show additional Pathway on the Product Page?" description="Show/Hide the pathway on the product details page (The global pathway is updated anyway)">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="product_navigation" type="radio" default="1" label="Show Prev/Next Product Link?" description="Show Prev/Next product link on product detail/flypage">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
      
		<param name="@spacer" type="spacer" default="" label="" description="" />		
		
		<param name="useLightBoxImages" type="radio" default="1" label="Open Product Images in a LightBox?" description="Lightbox is an images showing widget. It opens the image in a centered position and hides the other part of the website under a gray overlay.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		
		<param name="useGreyBoxOnCheckout" type="radio" default="1" label="Customer Checkout in a popup (GreyBox)?" description="GreyBox is a webpage UI dialog widget. It opens the page in a new inline-window and hides the other part of the website under a gray overlay.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="useAjaxCartActions" type="radio" default="1" label="Use Ajax to add, update or delete products from the cart?" description="When enabled, the customer can put products into his/her cart without being redirected to a new page. Customers who have disabled Javascript will still be able to add/update/delete products to/from the cart.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
        
        <param name="@spacer" type="spacer" default="" label="" description="" />
        
        <param name="showFeatured" type="radio" default="0" label="Show featured products on frontpage?" description="When enabled, featured products will be shown on the front page of VirtueMart.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
        <param name="showlatest" type="radio" default="0" label="Show the latest products on the frontpage?" description="When enabled, latest products will be shown on the front page of VirtueMart.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
        <param name="showRecent" type="text" default="5" label="Number of recent products to Display?" description="The number of recently viwed products to display on the browse and detail pages of VirtueMart.">
		</param>
    </params>
</mosinstall>
