steveosoule
7/25/2016 - 8:08 PM

Miva - master_provide.xml

Miva - master_provide.xml

<Provision oncomplete="archive|delete">
	<Domain>
		<Store_Create>
			<Code>GES</Code>
			<Name>Garth's Equipment Shoppe</Name>
			<Manager>admin</Manager>
			<LicenseNumber>mvsup-3NMBCP01101</LicenseNumber>
			<Owner>McCollough Enterprises</Owner>
			<Email>noreply@miva.com</Email>
			<Company>miva test</Company>
			<Address>123 main</Address>
			<City>San Diego</City>
			<State>CA</State>
			<Zip>92040</Zip>
			<Country>US</Country>
			<Phone>858-490-2570</Phone>
			<Fax>858.490-2570</Fax>
			<WeightUnits></WeightUnits>
			<BasketTimeout>60</BasketTimeout>
			<PriceGroupOverlap>HIGHEST</PriceGroupOverlap>
			<FirstOrderNumber>1000</FirstOrderNumber>
			<CharacterSet>utf-8</CharacterSet>
			<ScheduledTaskAdvance>3600</ScheduledTaskAdvance>
			<ScheduledTaskMinRemaining>30</ScheduledTaskMinRemaining>
			<SalesTaxModule>devat</SalesTaxModule>
			<CurrencyModule>gencurr</CurrencyModule>
			<RequireShipping>No</RequireShipping>
			<RequireTax>No</RequireTax>
			<RequireShippingForFreeOrders>No</RequireShippingForFreeOrders>
			<UserInterface>mmui</UserInterface>
			<MaintenanceIPAddresses>10.130.5.1/12</MaintenanceIPAddresses>
		</Store_Create>

		<Country_Add>
			<Name>Burchtopia</Name>
			<Code>BR</Code>
			<ISO_Code>123</ISO_Code>
		</Country_Add>

		<Country_Update name="Burchtopia">
			<Name>Burchtopia is great</Name>
			<Code>BG</Code>
			<ISO_Code>321</ISO_Code>
		</Country_Update>

		<Country_Delete name="Burchtopia is great" />

		<User_Add>
			<Name>Test</Name>
			<Password>password</Password>
			<DefaultPagination>10</DefaultPagination>

			<DefaultBatchListLoadCount type="auto" />
			-- or --
			<DefaultBatchListLoadCount type="custom">500</DefaultBatchListLoadCount>

			<Administrator>Yes</Administrator>
			<CanCreateUsers>No</CanCreateUsers>
			<StartInSimpleMode>No</StartInSimpleMode>
			<ForcePasswordChange>Yes</ForcePasswordChange>
			<WordWrapProductDescription>Yes</WordWrapProductDescription>
			<LowResolutionNavigationThreshold>570</LowResolutionNavigationThreshold>
			<TextEditorRichTextVisibleByDefault>Yes|No</TextEditorRichTextVisibleByDefault>
			<TextEditorLineNumbersVisibleByDefault>Yes|No</TextEditorLineNumbersVisibleByDefault>

			<ExpiresIn units="minutes,hours,days">10</ExpiresIn>
				- or -
			<ExpirationDate>
				<Year>2012</Year>
				<Month>7</Month>
				<Day>5</Day>
				<Hour>13</Hour>
				<Minute>50</Minute>
				<Second>23</Second>
			</ExpirationDate>

			<License type="concurrent,developer" />
				- or -
			<License type="reserved">testv-VVVV8VSC9SC</License>
		</User_Add>

		<User_Update name="username">
			<Name>Test</Name>
			<Password>password</Password>
			<DefaultPagination>10</DefaultPagination>

			<DefaultBatchListLoadCount type="auto" />
			-- or --
			<DefaultBatchListLoadCount type="custom">500</DefaultBatchListLoadCount>

			<Administrator>Yes</Administrator>
			<CanCreateUsers>No</CanCreateUsers>
			<StartInSimpleMode>No</StartInSimpleMode>
			<ForcePasswordChange>Yes</ForcePasswordChange>
			<WordWrapProductDescription>No</WordWrapProductDescription>
			<LowResolutionNavigationThreshold>570</LowResolutionNavigationThreshold>
			<TextEditorRichTextVisibleByDefault>Yes|No</TextEditorRichTextVisibleByDefault>
			<TextEditorLineNumbersVisibleByDefault>Yes|No</TextEditorLineNumbersVisibleByDefault>

			<ExpiresIn units="minutes,hours,days">10</ExpiresIn>
				- or -
			<ExpirationDate>
				<Year>2012</Year>
				<Month>7</Month>
				<Day>5</Day>
				<Hour>13</Hour>
				<Minute>50</Minute>
				<Second>23</Second>
			</ExpirationDate>

			<License type="concurrent,developer" />
				- or -
			<License type="reserved">testv-VVVV8VSC9SC</License>
		</User_Update>

		<Settings_Update>
			<ForcePasswordAfterDays>10</ForcePasswordAfterDays>
			<PasswordReuse>5</PasswordReuse>
			<MinimumPasswordLength>3</MinimumPasswordLength>
			<PasswordComplexity>none</PasswordComplexity>
			<ImageJPEGQuality>12</ImageJPEGQuality>
		</Settings_Update>

		<TrackingLink_Add type="Target">www.url.com</TrackingLink_Add>
		<TrackingLink_Update type="Target">www.target.com</TrackingLink_Update>
		<TrackingLink_Delete type="Target" />
	</Domain>
	<Store code="GES">
		<MivaMailerSettings_Update>
			<Account></Account>
			<Server></Server>
		</MivaMailerSettings_Update>
		<!-- See GEM#M5-764 for notes on finishing documenting Miva Mailer provisioning documentation -->
		<Skin_Select code="fresh1" />
		<CustomerFields_Update>
			<Billing>Hidden</Billing>
			<FirstName>Required</FirstName>
			<LastName>Required</LastName>
			<Email>Required</Email>
			<Phone>Required</Phone>
			<Fax>Hidden</Fax>
			<Company>Optional</Company>
			<Address>Required</Address>
			<City>Required</City>
			<State>Required</State>
			<Zip>Required</Zip>
			<Country>Hidden</Country>
		</CustomerFields_Update>
		<InventorySettings_Update>
			<TrackInventory>Yes</TrackInventory>
			<InStockMessageShort><![CDATA[Fully stocked]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[We've got plenty so order away]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>10</LowStockLevel>
			<LowStockMessageShort><![CDATA[Limited supply]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[There are only a few left in stock, so you better get em while you can]]></LowStockMessageLong>
			<TrackOutOfStockProducts>Yes</TrackOutOfStockProducts>
			<TrackOutOfStockLevel>-5</TrackOutOfStockLevel>
			<HideOutOfStockProducts>No</HideOutOfStockProducts>
			<OutOfStockMessageShort><![CDATA[Out Of Stock]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[This product is <B>SOLD OUT</B> but hopefully we'll get more in soon]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[I know you want these, but we only have %inv_available% left. Try ordering a smaller amount]]></LimitedStockMessage>
		</InventorySettings_Update>
		<InventoryEmailNotification_Update>
			<SendEmailOnLowStock>No</SendEmailOnLowStock>
			<SendEmailOnNoStock>Yes</SendEmailOnNoStock>
			<EmailFrom>noreply@miva.com</EmailFrom>
			<EmailTo>noreply@miva.com</EmailTo>
			<EmailCC></EmailCC>
			<Subject>Inventory tracking message</Subject>
			<Message>Product- %product_name% (%product_code%) is out of stock (Currently at %inv_available%)</Message>
		</InventoryEmailNotification_Update>
		<AffiliateOptions_Update>
			<Active>No</Active>
			<ApplicationStatus>Approved</ApplicationStatus>
			<DefaultCommissionHit>0.0000</DefaultCommissionHit>
			<DefaultCommissionPercentOfOrder>0.00</DefaultCommissionPercentOfOrder>
			<DefaultCommissionOrderFlatFee>0.00</DefaultCommissionOrderFlatFee>
			<PayoutThreshold>0.00</PayoutThreshold>
			<LinkImage></LinkImage>
			<LinkText></LinkText>
			<Terms></Terms>
		</AffiliateOptions_Update>
		<AffiliateLostPasswordEmail_Update>
			<EmailFrom>noreply@miva.com</EmailFrom>
			<EmailCC></EmailCC>
			<Subject>Your affiliate password</Subject>
			<HeaderText>Here is the Affiliate Account information you requested.</HeaderText>
		</AffiliateLostPasswordEmail_Update>
		<AffiliateEmailNotification_Update>
			<SendEmailOnAffiliateSignups>No</SendEmailOnAffiliateSignups>
			<EmailFrom>noreply@miva.com</EmailFrom>
			<EmailTo>noreply@miva.com</EmailTo>
			<EmailCC></EmailCC>
			<Subject>New Affiliate Created</Subject>
			<HeaderText>The following affiliate has been created:</HeaderText>
		</AffiliateEmailNotification_Update>

		<CustomerSettings_Update>
			<MinimumPasswordLength>3</MinimumPasswordLength>
			<PasswordComplexity>none,alphanum,mixed</PasswordComplexity>
			<ResetLinkExpiration>1440</ResetLinkExpiration>
			<PasswordChangeRequiresReauth>Yes</PasswordChangeRequiresReauth>
		</CustomerSettings_Update>

		<CustomerLostPasswordEmail_Update>
			<EmailFrom>noreply@miva.com</EmailFrom>
			<EmailCC></EmailCC>
			<Subject>Your  password</Subject>
			<HeaderText>Here is the account information you requested.</HeaderText>
		</CustomerLostPasswordEmail_Update>

		<UpsellSettings_Update>
			<ProductsToShow>3</ProductsToShow>
			<MaxProductsToSelect>3</MaxProductsToSelect>
		</UpsellSettings_Update>
		<Group_Add name="View">
			<Privilege code="AFLT" view="1" add="0" modify="0" delete="0" />
			<Privilege code="AGRP" view="1" add="0" modify="0" delete="0" />
			<Privilege code="ATMP" view="1" add="0" modify="0" delete="0" />
			<Privilege code="CRYP" view="0" add="0" modify="0" delete="0" />
			<Privilege code="CTGY" view="1" add="0" modify="0" delete="0" />
			<Privilege code="CURR" view="1" add="0" modify="0" delete="0" />
			<Privilege code="CUST" view="1" add="0" modify="0" delete="0" />
			<Privilege code="FUFL" view="1" add="0" modify="0" delete="0" />
			<Privilege code="INVT" view="1" add="0" modify="0" delete="0" />
			<Privilege code="LOGM" view="1" add="0" modify="0" delete="0" />
			<Privilege code="MMCF" view="0" add="0" modify="0" delete="0" />
			<Privilege code="MMPD" view="0" add="0" modify="0" delete="0" />
			<Privilege code="MMRP" view="0" add="0" modify="0" delete="0" />
			<Privilege code="MONY" view="1" add="0" modify="0" delete="0" />
			<Privilege code="ORDR" view="1" add="0" modify="0" delete="0" />
			<Privilege code="PGRP" view="1" add="0" modify="0" delete="0" />
			<Privilege code="PMNT" view="1" add="0" modify="0" delete="0" />
			<Privilege code="PROD" view="1" add="0" modify="0" delete="0" />
			<Privilege code="SHIP" view="1" add="0" modify="0" delete="0" />
			<Privilege code="STAT" view="1" add="0" modify="0" delete="0" />
			<Privilege code="STAX" view="1" add="0" modify="0" delete="0" />
			<Privilege code="STCT" view="1" add="0" modify="0" delete="0" />
			<Privilege code="STOR" view="1" add="0" modify="0" delete="0" />
			<Privilege code="SUTL" view="1" add="0" modify="0" delete="0" />
			<Privilege code="SYSM" view="1" add="0" modify="0" delete="0" />
			<Privilege code="UPSL" view="1" add="0" modify="0" delete="0" />
		</Group_Add>
		<Group_Add name="Add">
			<Privilege code="AFLT" view="0" add="1" modify="0" delete="0" />
			<Privilege code="AGRP" view="0" add="1" modify="0" delete="0" />
			<Privilege code="ATMP" view="0" add="1" modify="0" delete="0" />
			<Privilege code="CRYP" view="0" add="0" modify="0" delete="0" />
			<Privilege code="CTGY" view="0" add="1" modify="0" delete="0" />
			<Privilege code="CURR" view="0" add="1" modify="0" delete="0" />
			<Privilege code="CUST" view="0" add="1" modify="0" delete="0" />
			<Privilege code="FUFL" view="0" add="1" modify="0" delete="0" />
			<Privilege code="INVT" view="0" add="1" modify="0" delete="0" />
			<Privilege code="LOGM" view="0" add="1" modify="0" delete="0" />
			<Privilege code="MMCF" view="0" add="0" modify="0" delete="0" />
			<Privilege code="MMPD" view="0" add="0" modify="0" delete="0" />
			<Privilege code="MMRP" view="0" add="0" modify="0" delete="0" />
			<Privilege code="MONY" view="0" add="1" modify="0" delete="0" />
			<Privilege code="ORDR" view="0" add="1" modify="0" delete="0" />
			<Privilege code="PGRP" view="0" add="1" modify="0" delete="0" />
			<Privilege code="PMNT" view="0" add="1" modify="0" delete="0" />
			<Privilege code="PROD" view="0" add="1" modify="0" delete="0" />
			<Privilege code="SHIP" view="0" add="1" modify="0" delete="0" />
			<Privilege code="STAT" view="0" add="1" modify="0" delete="0" />
			<Privilege code="STAX" view="0" add="1" modify="0" delete="0" />
			<Privilege code="STCT" view="0" add="1" modify="0" delete="0" />
			<Privilege code="STOR" view="0" add="1" modify="0" delete="0" />
			<Privilege code="SUTL" view="0" add="1" modify="0" delete="0" />
			<Privilege code="SYSM" view="0" add="1" modify="0" delete="0" />
			<Privilege code="UPSL" view="0" add="1" modify="0" delete="0" />
		</Group_Add>
		<Group_Add name="Modify">
			<Privilege code="AFLT" view="0" add="0" modify="1" delete="0" />
			<Privilege code="AGRP" view="0" add="0" modify="1" delete="0" />
			<Privilege code="ATMP" view="0" add="0" modify="1" delete="0" />
			<Privilege code="CRYP" view="0" add="0" modify="0" delete="0" />
			<Privilege code="CTGY" view="0" add="0" modify="1" delete="0" />
			<Privilege code="CURR" view="0" add="0" modify="1" delete="0" />
			<Privilege code="CUST" view="0" add="0" modify="1" delete="0" />
			<Privilege code="FUFL" view="0" add="0" modify="1" delete="0" />
			<Privilege code="INVT" view="0" add="0" modify="1" delete="0" />
			<Privilege code="LOGM" view="0" add="0" modify="1" delete="0" />
			<Privilege code="MMCF" view="0" add="0" modify="0" delete="0" />
			<Privilege code="MMPD" view="0" add="0" modify="0" delete="0" />
			<Privilege code="MMRP" view="0" add="0" modify="0" delete="0" />
			<Privilege code="MONY" view="0" add="0" modify="1" delete="0" />
			<Privilege code="ORDR" view="0" add="0" modify="1" delete="0" />
			<Privilege code="PGRP" view="0" add="0" modify="1" delete="0" />
			<Privilege code="PMNT" view="0" add="0" modify="1" delete="0" />
			<Privilege code="PROD" view="0" add="0" modify="1" delete="0" />
			<Privilege code="SHIP" view="0" add="0" modify="1" delete="0" />
			<Privilege code="STAT" view="0" add="0" modify="1" delete="0" />
			<Privilege code="STAX" view="0" add="0" modify="1" delete="0" />
			<Privilege code="STCT" view="0" add="0" modify="1" delete="0" />
			<Privilege code="STOR" view="0" add="0" modify="1" delete="0" />
			<Privilege code="SUTL" view="0" add="0" modify="1" delete="0" />
			<Privilege code="SYSM" view="0" add="0" modify="1" delete="0" />
			<Privilege code="UPSL" view="0" add="0" modify="1" delete="0" />
		</Group_Add>
		<Group_Add name="Delete">
			<Privilege code="AFLT" view="0" add="0" modify="0" delete="1" />
			<Privilege code="AGRP" view="0" add="0" modify="0" delete="1" />
			<Privilege code="ATMP" view="0" add="0" modify="0" delete="1" />
			<Privilege code="CRYP" view="0" add="0" modify="0" delete="0" />
			<Privilege code="CTGY" view="0" add="0" modify="0" delete="1" />
			<Privilege code="CURR" view="0" add="0" modify="0" delete="1" />
			<Privilege code="CUST" view="0" add="0" modify="0" delete="1" />
			<Privilege code="FUFL" view="0" add="0" modify="0" delete="1" />
			<Privilege code="INVT" view="0" add="0" modify="0" delete="1" />
			<Privilege code="LOGM" view="0" add="0" modify="0" delete="1" />
			<Privilege code="MMCF" view="0" add="0" modify="0" delete="0" />
			<Privilege code="MMPD" view="0" add="0" modify="0" delete="0" />
			<Privilege code="MMRP" view="0" add="0" modify="0" delete="0" />
			<Privilege code="MONY" view="0" add="0" modify="0" delete="1" />
			<Privilege code="ORDR" view="0" add="0" modify="0" delete="1" />
			<Privilege code="PGRP" view="0" add="0" modify="0" delete="1" />
			<Privilege code="PMNT" view="0" add="0" modify="0" delete="1" />
			<Privilege code="PROD" view="0" add="0" modify="0" delete="1" />
			<Privilege code="SHIP" view="0" add="0" modify="0" delete="1" />
			<Privilege code="STAT" view="0" add="0" modify="0" delete="1" />
			<Privilege code="STAX" view="0" add="0" modify="0" delete="1" />
			<Privilege code="STCT" view="0" add="0" modify="0" delete="1" />
			<Privilege code="STOR" view="0" add="0" modify="0" delete="1" />
			<Privilege code="SUTL" view="0" add="0" modify="0" delete="1" />
			<Privilege code="SYSM" view="0" add="0" modify="0" delete="1" />
			<Privilege code="UPSL" view="0" add="0" modify="0" delete="1" />
		</Group_Add>
		<Countries_Replace>
			<Country code="US" />
		</Countries_Replace>
		<State_DeleteAll />
		<State_Add code="" name="Outside the Realms" />
		<State_Add code="AR" name="Anauroch" />
		<State_Add code="CA" name="Candlekeep" />
		<State_Add code="CO" name="Cormyr" />
		<State_Add code="CT" name="Chult" />
		<State_Add code="DE" name="Delver's Deep" />
		<State_Add code="GA" name="Greyhawk" />
		<State_Add code="HI" name="Hommlet" />
		<State_Add code="ID" name="Icewind Dale" />
		<State_Add code="IL" name="Illefarn" />
		<State_Add code="IN" name="Inner Sea" />
		<State_Add code="KY" name="Krynn" />
		<State_Add code="LA" name="Lankhmar" />
		<State_Add code="MA" name="Maztica" />
		<State_Add code="MD" name="Myth Drannor" />
		<State_Add code="MN" name="Menzoberranzen" />
		<State_Add code="MO" name="Moonshae" />
		<State_Add code="NE" name="Netheril" />
		<State_Add code="NV" name="Neverwinter" />
		<State_Add code="RI" name="Ravenloft" />
		<State_Add code="SD" name="Shadow Dale" />
		<State_Add code="TN" name="Tsojcanth" />
		<State_Add code="TS" name="Tristram" />
		<State_Add code="WA" name="Waterdeep" />
		<State_Add code="WI" name="White Plume Mountain" />
		<State_Add code="WY" name="Forest of Wyrms" />
		<AttributeTemplate_Delete code="spikes" />
		<AttributeTemplate_Add code="spikes-armor" prompt="Armor Spikes" />
		<AttributeTemplateAttribute_Add template_code="spikes-armor">
			<Code>spikes</Code>
			<Type>checkbox</Type>
			<Prompt><![CDATA[Would you like to add spikes to the armor? (+500 sp)]]></Prompt>
			<Image></Image>
			<Price>500.00</Price>
			<Cost>375.00</Cost>
			<Weight>0.00</Weight>
			<Required>No</Required>
		</AttributeTemplateAttribute_Add>
		<AttributeTemplate_Add code="spikes-shield" prompt="Shield Spikes" />
		<AttributeTemplateAttribute_Add template_code="spikes-shield">
			<Code>spikes</Code>
			<Type>checkbox</Type>
			<Prompt><![CDATA[Would you like to add spikes to the shield? (+100 sp)]]></Prompt>
			<Image></Image>
			<Price>100.00</Price>
			<Cost>75.00</Cost>
			<Weight>0.00</Weight>
			<Required>No</Required>
		</AttributeTemplateAttribute_Add>
		<ProductAttribute_Add_Template product_code="product1">
			<AttributeTemplateCode>spikes-shield</AttributeTemplateCode> 	(required)
			<AttributeCode>armor</AttributeCode> 							(optional)
			<AttributePrompt>Armor</AttributePrompt> 						(optional)
		</ProductAttribute_Add_Template>
		<ProductAttribute_Add_TemplateCopy product_code="product1" attribute_template_code="spikes-shield" />
		<Category_Add>
			<Code>Weapons</Code>
			<Name><![CDATA[Weapons]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Smp_Melee</Code>
			<Name><![CDATA[Simple Melee Weapons]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Smp_Range</Code>
			<Name><![CDATA[Simple Ranged Weapons]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Mrtl_Melee</Code>
			<Name><![CDATA[Martial Melee Weapons]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Mrtl_Range</Code>
			<Name><![CDATA[Martial Ranged Weapons]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Exotic</Code>
			<Name><![CDATA[Exotic Weapons]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Armor</Code>
			<Name><![CDATA[Armor]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Armor_Light</Code>
			<Name><![CDATA[Light Armor]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Armor_Medium</Code>
			<Name><![CDATA[Medium Armor]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Armor_Heavy</Code>
			<Name><![CDATA[Heavy Armor]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Shields</Code>
			<Name><![CDATA[Shields]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Goods</Code>
			<Name><![CDATA[Goods]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Gear</Code>
			<Name><![CDATA[Gear]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Tools</Code>
			<Name><![CDATA[Class Tools and Skill Kits]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Clothing</Code>
			<Name><![CDATA[Clothing]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Add>
			<Code>Food</Code>
			<Name><![CDATA[Food and Drink]]></Name>
			<Active>Yes</Active>
		</Category_Add>
		<Category_Update code="Smp_Melee">
			<ParentCategoryCode>Weapons</ParentCategoryCode>
		</Category_Update>
		<Category_Update code="Smp_Range">
			<ParentCategoryCode>Weapons</ParentCategoryCode>
		</Category_Update>
		<Category_Update code="Mrtl_Melee">
			<ParentCategoryCode>Weapons</ParentCategoryCode>
		</Category_Update>
		<Category_Update code="Mrtl_Range">
			<ParentCategoryCode>Weapons</ParentCategoryCode>
		</Category_Update>
		<Category_Update code="Exotic">
			<ParentCategoryCode>Weapons</ParentCategoryCode>
		</Category_Update>
		<Category_Update code="Armor_Light">
			<ParentCategoryCode>Armor</ParentCategoryCode>
		</Category_Update>
		<Category_Update code="Armor_Medium">
			<ParentCategoryCode>Armor</ParentCategoryCode>
		</Category_Update>
		<Category_Update code="Armor_Heavy">
			<ParentCategoryCode>Armor</ParentCategoryCode>
		</Category_Update>
		<Category_Update code="Shields">
			<ParentCategoryCode>Armor</ParentCategoryCode>
		</Category_Update>
		<Category_Update code="Gear">
			<ParentCategoryCode>Goods</ParentCategoryCode>
		</Category_Update>
		<Category_Update code="Tools">
			<ParentCategoryCode>Goods</ParentCategoryCode>
		</Category_Update>
		<Category_Update code="Clothing">
			<ParentCategoryCode>Goods</ParentCategoryCode>
		</Category_Update>
		<Category_Update code="Food">
			<ParentCategoryCode>Goods</ParentCategoryCode>
		</Category_Update>
		<Category_Delete code="Food" />
		<Product_Add>
			<Code>ale-gallon</Code>
			<SKU>sku</SKU>
			<Name><![CDATA[Ale, gallon jug]]></Name>
			<Price>2.00</Price>
			<Cost>1.50</Cost>
			<Weight>8.00</Weight>
			<Description><![CDATA[A gallon jug of quality ale.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<CanonicalCategoryCode>food</CanonicalCategoryCode>
			<AlternateDisplayPage>PROD</AlternateDisplayPage>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
			<PageTitle>This is my page title</PageTitle>
		</Product_Add>
		<Product_Update code="existing_product_code">
			<Code>ale-gallon</Code>
			<SKU>sku</SKU>
			<Name><![CDATA[Ale, gallon jug]]></Name>
			<Price>2.00</Price>
			<Cost>1.50</Cost>
			<Weight>8.00</Weight>
			<Description><![CDATA[A gallon jug of quality ale.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<CanonicalCategoryCode>food</CanonicalCategoryCode>
			<AlternateDisplayPage>PROD</AlternateDisplayPage>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
			<PageTitle>This is my page title</PageTitle>
		</Product_Update>
		<CategoryProduct_Assign category_code="Food" product_code="ale-gallon" />
		<InventoryProductSettings_Update product_code="ale-gallon">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<CurrentStock>1000</CurrentStock>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>ale-mug</Code>
			<Name><![CDATA[Ale, mug full]]></Name>
			<Price>0.40</Price>
			<Cost>0.30</Cost>
			<Weight>1.00</Weight>
			<Description><![CDATA[A mug with a sealed lid. Pull off the lid and enjoy the fine spirits.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Food" product_code="ale-mug" />
		<InventoryProductSettings_Update product_code="ale-mug">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>armor-leather</Code>
			<Name><![CDATA[Leather Armor]]></Name>
			<Price>100.00</Price>
			<Cost>75.00</Cost>
			<Weight>15.00</Weight>
			<Description><![CDATA[The breastplate and shoulder protectors of this armor are made of leather that has been stiffened by boiling in oil. The rest of the armor is softer and more flexable leather. (+2 to AC)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Armor_Light" product_code="armor-leather" />
		<InventoryProductSettings_Update product_code="armor-leather">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>armor-padded</Code>
			<Name><![CDATA[Padded Armor]]></Name>
			<Price>50.00</Price>
			<Cost>37.50</Cost>
			<Weight>10.00</Weight>
			<Description><![CDATA[Padded armor features quilted layers of cloth and batting(+1 to AC)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Armor_Light" product_code="armor-padded" />
		<InventoryProductSettings_Update product_code="armor-padded">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>armor-stdleather</Code>
			<Name><![CDATA[Studded Leather Armor]]></Name>
			<Price>250.00</Price>
			<Cost>187.50</Cost>
			<Weight>20.00</Weight>
			<Description><![CDATA[This armor is made from tough but flexable leather (Not hardened leather as with normal leather armor) reinforced with close-set metal rivets. (+3 to AC)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Armor_Light" product_code="armor-stdleather" />
		<InventoryProductSettings_Update product_code="armor-stdleather">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>arrows</Code>
			<Name><![CDATA[Arrows(20)]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>3.00</Weight>
			<Description><![CDATA[Arrows come in a leather quiver that holds 20 arrows.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Range" product_code="arrows" />
		<InventoryProductSettings_Update product_code="arrows">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>5000</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>arrows-silver</Code>
			<Name><![CDATA[Silvered Arrow (each)]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>0.50</Weight>
			<Description><![CDATA[A silvered arrow functions as a normal arrow, but very useful against creatures that can only be hurt by silver weapons.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Range" product_code="arrows-silver" />
		<InventoryProductSettings_Update product_code="arrows-silver">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>100</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>axe-battle</Code>
			<Name><![CDATA[Battle Axe]]></Name>
			<Price>100.00</Price>
			<Cost>75.00</Cost>
			<Weight>7.00</Weight>
			<Description><![CDATA[The battleaxe is the most common melee weapon among dwarves (1d8 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Melee" product_code="axe-battle" />
		<InventoryProductSettings_Update product_code="axe-battle">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>axe-great</Code>
			<Name><![CDATA[Great Axe]]></Name>
			<Price>200.00</Price>
			<Cost>150.00</Cost>
			<Weight>20.00</Weight>
			<Description><![CDATA[This big, heavy axe is a favorite fo barbarians or anybody else who wants the capability to deal out incredible damage(1d12 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Melee" product_code="axe-great" />
		<InventoryProductSettings_Update product_code="axe-great">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>axe-hand</Code>
			<Name><![CDATA[Handaxe]]></Name>
			<Price>60.00</Price>
			<Cost>45.00</Cost>
			<Weight>5.00</Weight>
			<Description><![CDATA[Dwarves favor these axes as off-hand weapons (1d6 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Melee" product_code="axe-hand" />
		<InventoryProductSettings_Update product_code="axe-hand">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>axe-throw</Code>
			<Name><![CDATA[Throwing Axe]]></Name>
			<Price>80.00</Price>
			<Cost>60.00</Cost>
			<Weight>4.00</Weight>
			<Description><![CDATA[A throwing axe is lighter than a handaxe and is balanced for throwing. (1d6 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Melee" product_code="axe-throw" />
		<InventoryProductSettings_Update product_code="axe-throw">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>backpack</Code>
			<Name><![CDATA[Backpack (Empty)]]></Name>
			<Price>20.00</Price>
			<Cost>15.00</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[A leather pack carried on the back, typically with straps to secure it]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="backpack" />
		<InventoryProductSettings_Update product_code="backpack">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>bedroll</Code>
			<Name><![CDATA[Bedroll]]></Name>
			<Price>1.00</Price>
			<Cost>0.80</Cost>
			<Weight>5.00</Weight>
			<Description><![CDATA[Adventures never know where they're going to sleep! A bedroll is bedding and a blanket thin enough to be rolled up and tied.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="bedroll" />
		<InventoryProductSettings_Update product_code="bedroll">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>blanket</Code>
			<Name><![CDATA[Winter Blanket]]></Name>
			<Price>5.00</Price>
			<Cost>3.80</Cost>
			<Weight>3.00</Weight>
			<Description><![CDATA[A thick, quilted wool blanket]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="blanket" />
		<InventoryProductSettings_Update product_code="blanket">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>450</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>bolts</Code>
			<Name><![CDATA[Crossbow Bolts(10)]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>1.00</Weight>
			<Description><![CDATA[Bolts come in a wooden case that holds ten bolts.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Smp_Range" product_code="bolts" />
		<InventoryProductSettings_Update product_code="bolts">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>5000</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>bolts-silver</Code>
			<Name><![CDATA[Silvered Bolt (each)]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>0.50</Weight>
			<Description><![CDATA[A silvered bolt functions as a normal bolt, but very useful against creatures that can only be hurt by silver weapons.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Smp_Range" product_code="bolts-silver" />
		<InventoryProductSettings_Update product_code="bolts-silver">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>100</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>bow-long</Code>
			<Name><![CDATA[Longbow]]></Name>
			<Price>750.00</Price>
			<Cost>562.50</Cost>
			<Weight>3.00</Weight>
			<Description><![CDATA[You need at least two hands to use a bow, regardless of size. (1d8 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Range" product_code="bow-long" />
		<InventoryProductSettings_Update product_code="bow-long">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>100</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>bow-short</Code>
			<Name><![CDATA[Shortbow]]></Name>
			<Price>300.00</Price>
			<Cost>225.00</Cost>
			<Weight>3.00</Weight>
			<Description><![CDATA[You need at least two hands to use a bow, regardless of size. (1d6 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Range" product_code="bow-short" />
		<InventoryProductSettings_Update product_code="bow-short">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>100</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>bread</Code>
			<Name><![CDATA[Loaf of Bread]]></Name>
			<Price>0.20</Price>
			<Cost>0.20</Cost>
			<Weight>0.50</Weight>
			<Description><![CDATA[A wrapped, uncut loaf of hearty bread.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Food" product_code="bread" />
		<InventoryProductSettings_Update product_code="bread">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>9999</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>No</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>No</TrackOutOfStockLevel>
			<HideOutOfStockProducts>No</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>caltrops</Code>
			<Name><![CDATA[Caltrops]]></Name>
			<Price>1.00</Price>
			<Cost>0.80</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[Caltrops resembles large metal jacks with sharpened points on the ends of their arms. They are designed to always have one point facing up. Each bag will cover 5 square feet]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="caltrops" />
		<InventoryProductSettings_Update product_code="caltrops">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>750</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>candle</Code>
			<Name><![CDATA[Candle]]></Name>
			<Price>0.10</Price>
			<Cost>0.10</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[A candle clearly illuminates a 5-foot radius and burns for one hour.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="candle" />
		<InventoryProductSettings_Update product_code="candle">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>9999</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>No</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>No</TrackOutOfStockLevel>
			<HideOutOfStockProducts>No</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>cheese</Code>
			<Name><![CDATA[Hunk of Cheese]]></Name>
			<Price>1.00</Price>
			<Cost>0.80</Cost>
			<Weight>0.50</Weight>
			<Description><![CDATA[A half-pound wedge of cheese wrapped in cloth for protection.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Food" product_code="cheese" />
		<InventoryProductSettings_Update product_code="cheese">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>9999</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>No</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>No</TrackOutOfStockLevel>
			<HideOutOfStockProducts>No</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>chest</Code>
			<Name><![CDATA[Treasure Chest(Empty)]]></Name>
			<Price>20.00</Price>
			<Cost>15.00</Cost>
			<Weight>25.00</Weight>
			<Description><![CDATA[Standard adventurer's treasure chest. Traps and locks are optional.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="chest" />
		<ProductAttribute_Add product_code="chest">
			<Code>lock</Code>
			<Type>select</Type>
			<Prompt><![CDATA[Lock]]></Prompt>
			<Image></Image>
			<Price>0.00</Price>
			<Cost>0.00</Cost>
			<Weight>0.00</Weight>
			<Required>Yes</Required>
		</ProductAttribute_Add>
		<ProductAttributeOption_Add product_code="chest" attribute_code="lock">
			<Code>none</Code>
			<Prompt><![CDATA[None]]></Prompt>
			<Image></Image>
			<Price>0.00</Price>
			<Cost>0.00</Cost>
			<Weight>0.00</Weight>
			<DefaultOption>Yes</DefaultOption>
		</ProductAttributeOption_Add>
		<ProductAttributeOption_Add product_code="chest" attribute_code="lock">
			<Code>simple</Code>
			<Prompt><![CDATA[Simple (+200 sp)]]></Prompt>
			<Image></Image>
			<Price>200.00</Price>
			<Cost>100.00</Cost>
			<Weight>0.00</Weight>
		</ProductAttributeOption_Add>
		<ProductAttributeOption_Add product_code="chest" attribute_code="lock">
			<Code>average</Code>
			<Prompt><![CDATA[Average (+400 sp)]]></Prompt>
			<Image></Image>
			<Price>400.00</Price>
			<Cost>200.00</Cost>
			<Weight>0.00</Weight>
		</ProductAttributeOption_Add>
		<ProductAttributeOption_Add product_code="chest" attribute_code="lock">
			<Code>good</Code>
			<Prompt><![CDATA[Good (+800 sp)]]></Prompt>
			<Image></Image>
			<Price>800.00</Price>
			<Cost>400.00</Cost>
			<Weight>0.00</Weight>
		</ProductAttributeOption_Add>
		<ProductAttributeOption_Add product_code="chest" attribute_code="lock">
			<Code>amazing</Code>
			<Prompt><![CDATA[Amazing (+1500 sp)]]></Prompt>
			<Image></Image>
			<Price>1500.00</Price>
			<Cost>750.00</Cost>
			<Weight>0.00</Weight>
		</ProductAttributeOption_Add>
		<ProductAttribute_Add product_code="chest">
			<Code>trap</Code>
			<Type>select</Type>
			<Prompt><![CDATA[Trap]]></Prompt>
			<Image></Image>
			<Price>0.00</Price>
			<Cost>0.00</Cost>
			<Weight>0.00</Weight>
			<Required>Yes</Required>
		</ProductAttribute_Add>
		<ProductAttributeOption_Add product_code="chest" attribute_code="trap">
			<Code>none</Code>
			<Prompt><![CDATA[None]]></Prompt>
			<Image></Image>
			<Price>0.00</Price>
			<Cost>0.00</Cost>
			<Weight>0.00</Weight>
			<DefaultOption>Yes</DefaultOption>
		</ProductAttributeOption_Add>
		<ProductAttributeOption_Add product_code="chest" attribute_code="trap">
			<Code>dagger</Code>
			<Prompt><![CDATA[Dagger (+200 sp)]]></Prompt>
			<Image></Image>
			<Price>200.00</Price>
			<Cost>100.00</Cost>
			<Weight>0.00</Weight>
		</ProductAttributeOption_Add>
		<ProductAttributeOption_Add product_code="chest" attribute_code="trap">
			<Code>poison</Code>
			<Prompt><![CDATA[Poison Needle (+400 sp)]]></Prompt>
			<Image></Image>
			<Price>400.00</Price>
			<Cost>200.00</Cost>
			<Weight>0.00</Weight>
		</ProductAttributeOption_Add>
		<ProductAttributeOption_Add product_code="chest" attribute_code="trap">
			<Code>acid</Code>
			<Prompt><![CDATA[Acid (+800 sp)]]></Prompt>
			<Image></Image>
			<Price>800.00</Price>
			<Cost>400.00</Cost>
			<Weight>0.00</Weight>
		</ProductAttributeOption_Add>
		<ProductAttributeOption_Add product_code="chest" attribute_code="trap">
			<Code>fireball</Code>
			<Prompt><![CDATA[Fireball (+ 1500 sp)]]></Prompt>
			<Image></Image>
			<Price>1500.00</Price>
			<Cost>750.00</Cost>
			<Weight>0.00</Weight>
		</ProductAttributeOption_Add>
		<ProductAttributeOption_Update product_code="chest" attribute_code="trap" option_code="fireball">
			<Code>fireballz</Code>
			<Prompt><![CDATA[Fireball (+ 500 sp)]]></Prompt>
			<Image></Image>
			<Price>500.00</Price>
			<Cost>700.00</Cost>
			<Weight>0.00</Weight>
			<DefaultOption>No</DefaultOption>
		</ProductAttributeOption_Update>
		<ProductAttributeOption_Delete product_code="chest" attribute_code="trap" option_code="fireballz" />
		<InventoryProductSettings_Update product_code="chest">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>200</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>club</Code>
			<Name><![CDATA[Club]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>3.00</Weight>
			<Description><![CDATA[A wooden club, hand crafted and hardened to be more resilient that what you'd find on the side of the road. (1d6 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Smp_Melee" product_code="club" />
		<InventoryProductSettings_Update product_code="club">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>1000</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>crossbow-hv</Code>
			<Name><![CDATA[Heavy Crossbow]]></Name>
			<Price>500.00</Price>
			<Cost>375.00</Cost>
			<Weight>9.00</Weight>
			<Description><![CDATA[A heavy crossbow requires two hands to use, and is drawn back by a winch. (1d10 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Smp_Range" product_code="crossbow-hv" />
		<InventoryProductSettings_Update product_code="crossbow-hv">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>crossbow-lt</Code>
			<Name><![CDATA[Light Crossbow]]></Name>
			<Price>350.00</Price>
			<Cost>262.50</Cost>
			<Weight>6.00</Weight>
			<Description><![CDATA[A light crossbow requires two hands to use to, regardless of the users size. (1d8 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Smp_Range" product_code="crossbow-lt" />
		<InventoryProductSettings_Update product_code="crossbow-lt">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>crowbar</Code>
			<Name><![CDATA[Crowbar]]></Name>
			<Price>2.00</Price>
			<Cost>1.50</Cost>
			<Weight>5.00</Weight>
			<Description><![CDATA[An iron bar for levering things open.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="crowbar" />
		<InventoryProductSettings_Update product_code="crowbar">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>750</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>dagger</Code>
			<Name><![CDATA[Dagger]]></Name>
			<Price>20.00</Price>
			<Cost>15.00</Cost>
			<Weight>1.00</Weight>
			<Description><![CDATA[The dagger is a common seconary weapon. (1d4 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Smp_Melee" product_code="dagger" />
		<InventoryProductSettings_Update product_code="dagger">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>dagger-silver</Code>
			<Name><![CDATA[Silvered Dagger]]></Name>
			<Price>100.00</Price>
			<Cost>75.00</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[A silvered dagger functions as a normal dagger, but very useful against creatures that can only be hurt by silver weapons.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Smp_Melee" product_code="dagger-silver" />
		<InventoryProductSettings_Update product_code="dagger-silver">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>100</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>dart</Code>
			<Name><![CDATA[Darts]]></Name>
			<Price>5.00</Price>
			<Cost>3.80</Cost>
			<Weight>0.50</Weight>
			<Description><![CDATA[A dart is the size of a large arrow and has a weighted head.(1d4 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Smp_Range" product_code="dart" />
		<InventoryProductSettings_Update product_code="dart">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>750</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>firewood</Code>
			<Name><![CDATA[Firewood bundle]]></Name>
			<Price>1.00</Price>
			<Cost>0.80</Cost>
			<Weight>20.00</Weight>
			<Description><![CDATA[A bundle of split wood, and small kindling to help start the pile burning]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="firewood" />
		<InventoryProductSettings_Update product_code="firewood">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>9999</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>No</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>No</TrackOutOfStockLevel>
			<HideOutOfStockProducts>No</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>flint</Code>
			<Name><![CDATA[Flint And Steel]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>0.10</Weight>
			<Description><![CDATA[Striking the steel and flint together creates sparks. By knocking the sparks into tinder, you can start a small flame.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="flint" />
		<InventoryProductSettings_Update product_code="flint">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>150</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>gauntlet</Code>
			<Name><![CDATA[Gauntlets]]></Name>
			<Price>50.00</Price>
			<Cost>37.50</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[These metal gloves protect your hands and let you deal normal damage with unarmed strikes. (1d4 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Smp_Melee" product_code="gauntlet" />
		<InventoryProductSettings_Update product_code="gauntlet">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>grphook</Code>
			<Name><![CDATA[Grappling Hook]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>4.00</Weight>
			<Description><![CDATA[Tied to the end of a rope, the hook can secure the rope to battlements, windows, tree limbs, and so forth.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="grphook" />
		<InventoryProductSettings_Update product_code="grphook">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>250</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>hammer</Code>
			<Name><![CDATA[Standard hammer]]></Name>
			<Price>5.00</Price>
			<Cost>3.80</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[A one-handed hammer with an iron head that is useful for pounding pitons.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="hammer" />
		<InventoryProductSettings_Update product_code="hammer">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>250</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>holy-silver</Code>
			<Name><![CDATA[Holy Symbol, silver]]></Name>
			<Price>250.00</Price>
			<Cost>187.50</Cost>
			<Weight>1.00</Weight>
			<Description><![CDATA[A holy symbol focuses positive energy. Can be used as the focus of spells and as tools for turning undead. Although silver works no better than wood, it makes for a great status symbol.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Tools" product_code="holy-silver" />
		<InventoryProductSettings_Update product_code="holy-silver">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>250</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>holy-wooden</Code>
			<Name><![CDATA[Holy Symbol, wooden]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>0.10</Weight>
			<Description><![CDATA[A holy symbol focuses positive energy. Can be used as the focus of spells and as tools for turning undead.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Tools" product_code="holy-wooden" />
		<InventoryProductSettings_Update product_code="holy-wooden">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>250</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>holywater</Code>
			<Name><![CDATA[Holy Water]]></Name>
			<Price>250.00</Price>
			<Cost>187.50</Cost>
			<Weight>0.50</Weight>
			<Description><![CDATA[Holy water damages undead and evil 'outsiders' almost as if it were acid. (2d4 damage to evil, 1 splash damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Tools" product_code="holywater" />
		<InventoryProductSettings_Update product_code="holywater">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>1000</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>inkpen</Code>
			<Name><![CDATA[Ink and Inkpen]]></Name>
			<Price>9.00</Price>
			<Cost>6.80</Cost>
			<Weight>0.10</Weight>
			<Description><![CDATA[The inkpen is a wooden stick with a special tip at the end. The tip draws ink in when dipped in a vial and leaves ink trails when drawn across the surface. The ink in black in color. Other colors are available for an additional fee.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="inkpen" />
		<InventoryProductSettings_Update product_code="inkpen">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>9999</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>No</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>No</TrackOutOfStockLevel>
			<HideOutOfStockProducts>No</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>instrument</Code>
			<Name><![CDATA[Common Musical Instrument]]></Name>
			<Price>50.00</Price>
			<Cost>37.50</Cost>
			<Weight>3.00</Weight>
			<Description><![CDATA[Choose your favorite instrument from our wide selection]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Tools" product_code="instrument" />
		<ProductAttribute_Add product_code="instrument">
			<Code>instrument</Code>
			<Type>radio</Type>
			<Prompt><![CDATA[Choose the instrument type]]></Prompt>
			<Image></Image>
			<Price>0.00</Price>
			<Cost>0.00</Cost>
			<Weight>0.00</Weight>
			<Required>Yes</Required>
		</ProductAttribute_Add>
		<ProductAttributeOption_Add product_code="instrument" attribute_code="instrument">
			<Code>fife</Code>
			<Prompt><![CDATA[Fife]]></Prompt>
			<Image></Image>
			<Price>0.00</Price>
			<Cost>0.00</Cost>
			<Weight>0.00</Weight>
		</ProductAttributeOption_Add>
		<ProductAttributeOption_Add product_code="instrument" attribute_code="instrument">
			<Code>recorder</Code>
			<Prompt><![CDATA[Recorder]]></Prompt>
			<Image></Image>
			<Price>0.00</Price>
			<Cost>0.00</Cost>
			<Weight>0.00</Weight>
		</ProductAttributeOption_Add>
		<ProductAttributeOption_Add product_code="instrument" attribute_code="instrument">
			<Code>lute</Code>
			<Prompt><![CDATA[Lute]]></Prompt>
			<Image></Image>
			<Price>0.00</Price>
			<Cost>0.00</Cost>
			<Weight>0.00</Weight>
			<DefaultOption>Yes</DefaultOption>
		</ProductAttributeOption_Add>
		<ProductAttributeOption_Add product_code="instrument" attribute_code="instrument">
			<Code>mandolin</Code>
			<Prompt><![CDATA[Mandolin]]></Prompt>
			<Image></Image>
			<Price>0.00</Price>
			<Cost>0.00</Cost>
			<Weight>0.00</Weight>
		</ProductAttributeOption_Add>
		<ProductAttributeOption_Add product_code="instrument" attribute_code="instrument">
			<Code>shalm</Code>
			<Prompt><![CDATA[Shalm]]></Prompt>
			<Image></Image>
			<Price>0.00</Price>
			<Cost>0.00</Cost>
			<Weight>0.00</Weight>
		</ProductAttributeOption_Add>
		<InventoryProductSettings_Update product_code="instrument">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>1500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>kama</Code>
			<Name><![CDATA[Kama]]></Name>
			<Price>20.00</Price>
			<Cost>15.00</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[A monk using a kama can strike with his or her unarmed attack bonus. (1d4 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Exotic" product_code="kama" />
		<InventoryProductSettings_Update product_code="kama">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>kit-climbers</Code>
			<Name><![CDATA[Climber's Kit]]></Name>
			<Price>800.00</Price>
			<Cost>600.00</Cost>
			<Weight>5.00</Weight>
			<Description><![CDATA[Special pitons, boot tips, gloves, and a harness that aids in all sorts of climbing.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Tools" product_code="kit-climbers" />
		<InventoryProductSettings_Update product_code="kit-climbers">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>200</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>kit-disguise</Code>
			<Name><![CDATA[Disguise Kit]]></Name>
			<Price>500.00</Price>
			<Cost>375.00</Cost>
			<Weight>8.00</Weight>
			<Description><![CDATA[A bag containing cosmetics, hair dye, and small physical props. Good for about 10 uses.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Tools" product_code="kit-disguise" />
		<InventoryProductSettings_Update product_code="kit-disguise">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>200</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>kit-healers</Code>
			<Name><![CDATA[Healer's Kit]]></Name>
			<Price>500.00</Price>
			<Cost>375.00</Cost>
			<Weight>1.00</Weight>
			<Description><![CDATA[This kit is full of herbs, salves, bandages, and other useful materials. Good for about 10 uses.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Tools" product_code="kit-healers" />
		<InventoryProductSettings_Update product_code="kit-healers">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>200</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>kukri</Code>
			<Name><![CDATA[Kukri]]></Name>
			<Price>80.00</Price>
			<Cost>60.00</Cost>
			<Weight>3.00</Weight>
			<Description><![CDATA[This heavy, curved dagger has its sharp edge on the inside of the curve. (1d4 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Exotic" product_code="kukri" />
		<InventoryProductSettings_Update product_code="kukri">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>lab-alchem</Code>
			<Name><![CDATA[Alchemist's Lab]]></Name>
			<Price>5000.00</Price>
			<Cost>3750.00</Cost>
			<Weight>40.00</Weight>
			<Description><![CDATA[This includes beakers, bottles, mixing and measuring equipment and a miscellany of chemicals and substances.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Tools" product_code="lab-alchem" />
		<InventoryProductSettings_Update product_code="lab-alchem">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>75</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>lamp-bull</Code>
			<Name><![CDATA[Lantern, Bullseye]]></Name>
			<Price>120.00</Price>
			<Cost>90.00</Cost>
			<Weight>3.00</Weight>
			<Description><![CDATA[A bullseye lantern has only a single shutter, with it's sides being highly polished inside to reflect the light in a single direction. It illuminates a cone 60 feet long and 20 feet wide at the end and burns for 6 hours on a pint of oil.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="lamp-bull" />
		<InventoryProductSettings_Update product_code="lamp-bull">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>350</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>lamp-comm</Code>
			<Name><![CDATA[Lamp, Common]]></Name>
			<Price>1.00</Price>
			<Cost>0.80</Cost>
			<Weight>1.00</Weight>
			<Description><![CDATA[A lamp clearly illuminates things in a 15-foot radius and burns for 6 hours on a pint of oil. It burns more even than a torch.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="lamp-comm" />
		<InventoryProductSettings_Update product_code="lamp-comm">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>550</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>lamp-hood</Code>
			<Name><![CDATA[Lantern, Hooded]]></Name>
			<Price>70.00</Price>
			<Cost>52.50</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[A hooded lantern is a standard lantern with shuttered or hinged sides. You can carry a lantern in one hand. It clearly illuminates a 30-foot radius and burns for 6 hours on a pint of oil.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="lamp-hood" />
		<InventoryProductSettings_Update product_code="lamp-hood">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>150</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>longspear</Code>
			<Name><![CDATA[Long Spear]]></Name>
			<Price>50.00</Price>
			<Cost>37.50</Cost>
			<Weight>9.00</Weight>
			<Description><![CDATA[A longspear has reach. You can strike oppenents 10-feet away with it, but you can't use it against an adjacent foe. (1d8 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Melee" product_code="longspear" />
		<InventoryProductSettings_Update product_code="longspear">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>mace</Code>
			<Name><![CDATA[Mace]]></Name>
			<Price>50.00</Price>
			<Cost>37.50</Cost>
			<Weight>6.00</Weight>
			<Description><![CDATA[The mace is made of matel, even the haft, making it quite heavy and very hard to break. (1d6 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Smp_Melee" product_code="mace" />
		<InventoryProductSettings_Update product_code="mace">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>mail-chain</Code>
			<Name><![CDATA[Chainmail]]></Name>
			<Price>1500.00</Price>
			<Cost>1125.00</Cost>
			<Weight>40.00</Weight>
			<Description><![CDATA[This armor is made of interlocking metal rings. It includes a layer of quilted faberic underneath to prevent chafing and to cushion the impact of blows. It also includes gauntlets (+5 to AC)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Armor_Medium" product_code="mail-chain" />
		<ProductAttribute_Add_Template product_code="mail-chain">
			<Code>att_spikes</Code>
			<Prompt><![CDATA[Fear Factor]]></Prompt>
			<AttributeTemplateCode>spikes-armor</AttributeTemplateCode>
		</ProductAttribute_Add_Template>
		<InventoryProductSettings_Update product_code="mail-chain">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>100</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>mail-fullplate</Code>
			<Name><![CDATA[Full Platemail]]></Name>
			<Price>15000.00</Price>
			<Cost>11250.00</Cost>
			<Weight>50.00</Weight>
			<Description><![CDATA[This armor consists of shaped and fitted metal plates riveted and interlocked to cover the entire body. In includes gauntlets, heavy leather boots, and a visored helmet. This set also includes a think layer of padding for underneath. Buckles and straps distribute the weight over the body, so full plate hampers movement less than splint mail even though splint in lighter.<BR>Each suit of full plate mail must be individually fitted to it's owner by our master armorsmith. (+8 to AC)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Armor_Heavy" product_code="mail-fullplate" />
		<ProductAttribute_Add_Template product_code="mail-fullplate">
			<Code>att_spikes</Code>
			<Prompt><![CDATA[Fear Factor]]></Prompt>
			<AttributeTemplateCode>spikes-armor</AttributeTemplateCode>
		</ProductAttribute_Add_Template>
		<InventoryProductSettings_Update product_code="mail-fullplate">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>5</AdjustStockBy>
			<InStockMessageShort><![CDATA[Custom Ordered]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[We still have a few left, but it still needs custom fitting]]></InStockMessageLong>
			<TrackLowStockLevel>No</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>0</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[Sorry, but these are hand crafted works. I cannot create that many at once. Try 1 or 2 at a time.]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>mail-plate</Code>
			<Name><![CDATA[Platemail]]></Name>
			<Price>6000.00</Price>
			<Cost>4500.00</Cost>
			<Weight>50.00</Weight>
			<Description><![CDATA[This armor is a combination of chainmail with metal plates covering vital areas. Buckles and straps hold the whole suit together and distribute the weight, but the amor still hangs more loosely than full platemail. It includes gauntlets. (+7 to AC)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Armor_Heavy" product_code="mail-plate" />
		<ProductAttribute_Add_Template product_code="mail-plate">
			<Code>att_spikes</Code>
			<Prompt><![CDATA[Fear Factor]]></Prompt>
			<AttributeTemplateCode>spikes-armor</AttributeTemplateCode>
		</ProductAttribute_Add_Template>
		<InventoryProductSettings_Update product_code="mail-plate">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>mail-scale</Code>
			<Name><![CDATA[Scalemail]]></Name>
			<Price>500.00</Price>
			<Cost>375.00</Cost>
			<Weight>30.00</Weight>
			<Description><![CDATA[This is a coat and leggings (and perhaps a separate skirt) of leather covered with overlapping pieces of metal, much like the scales of a fish. It includes gauntlets (+4 to AC)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Armor_Medium" product_code="mail-scale" />
		<ProductAttribute_Add product_code="mail-scale">
			<Code>skirt</Code>
			<Type>checkbox</Type>
			<Prompt><![CDATA[Include the skirting (+90 sp)]]></Prompt>
			<Image></Image>
			<Price>90.00</Price>
			<Cost>68.00</Cost>
			<Weight>0.00</Weight>
			<Required>No</Required>
		</ProductAttribute_Add>
		<ProductAttribute_Update product_code="mail-scale" attribute_code="skirt">
			<Code>skirt</Code>
			<Type>checkbox</Type>
			<Prompt><![CDATA[Include the skirting (+90 sp)]]></Prompt>
			<Image></Image>
			<Price>90.00</Price>
			<Cost>68.00</Cost>
			<Weight>0.00</Weight>
			<Required>No</Required>
			<Inventory>Yes</Inventory>
		</ProductAttribute_Update>
		<ProductAttribute_Delete product_code="mail-scale" attribute_code="skirt" />
		<ProductAttribute_Delete_All product_code="mail-scale" />
		<ProductAttribute_Add_Template product_code="mail-scale">
			<Code>att_spikes</Code>
			<Prompt><![CDATA[Fear Factor]]></Prompt>
			<AttributeTemplateCode>spikes-armor</AttributeTemplateCode>
		</ProductAttribute_Add_Template>
		<InventoryProductSettings_Update product_code="mail-scale">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>75</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>mail-splint</Code>
			<Name><![CDATA[Splintmail]]></Name>
			<Price>2000.00</Price>
			<Cost>1500.00</Cost>
			<Weight>45.00</Weight>
			<Description><![CDATA[This armor is made of narrow, vertical strips of metal rivited to a backing of leather that is worn over cloth padding. Includes gauntlets. (+6 to AC)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Armor_Heavy" product_code="mail-splint" />
		<ProductAttribute_Add_Template product_code="mail-splint">
			<Code>att_spikes</Code>
			<Prompt><![CDATA[Fear Factor]]></Prompt>
			<AttributeTemplateCode>spikes-armor</AttributeTemplateCode>
		</ProductAttribute_Add_Template>
		<InventoryProductSettings_Update product_code="mail-splint">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>75</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>meat</Code>
			<Name><![CDATA[Chunk of Meat]]></Name>
			<Price>3.00</Price>
			<Cost>2.30</Cost>
			<Weight>0.50</Weight>
			<Description><![CDATA[Cured meat - Lasts for long adventures]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Food" product_code="meat" />
		<InventoryProductSettings_Update product_code="meat">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>9999</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>No</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>No</TrackOutOfStockLevel>
			<HideOutOfStockProducts>No</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>mirror</Code>
			<Name><![CDATA[Mirror]]></Name>
			<Price>100.00</Price>
			<Cost>75.00</Cost>
			<Weight>0.50</Weight>
			<Description><![CDATA[A polished steel mirror is handy when you want to look around corners, signal friends with reflected sunlight, keep an eye on a medusa, make sure you look good enough to present yourself to the queen, or examine wounds that you've received on hard-to-see parts of your body.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="mirror" />
		<InventoryProductSettings_Update product_code="mirror">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>1000</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>nunchaku</Code>
			<Name><![CDATA[Nunchaku]]></Name>
			<Price>20.00</Price>
			<Cost>15.00</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[A monk using a nunchaku can strike with his or her unarmed attack bonus. (1d6 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Exotic" product_code="nunchaku" />
		<InventoryProductSettings_Update product_code="nunchaku">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>oil</Code>
			<Name><![CDATA[Oil (1-pint flask)]]></Name>
			<Price>1.00</Price>
			<Cost>0.80</Cost>
			<Weight>1.00</Weight>
			<Description><![CDATA[A pint of oil burns for 6-hours in a lantern.It can also be thrown as a weapon, or spilled on the ground to cover a 5 foot area.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="oil" />
		<InventoryProductSettings_Update product_code="oil">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>5000</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>outfit-cleric</Code>
			<Name><![CDATA[Cleric's Vestments]]></Name>
			<Price>50.00</Price>
			<Cost>37.50</Cost>
			<Weight>6.00</Weight>
			<Description><![CDATA[Ecclesiastical clothes for performing priestly functions, not for adventuring.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Clothing" product_code="outfit-cleric" />
		<InventoryProductSettings_Update product_code="outfit-cleric">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>outfit-cold</Code>
			<Name><![CDATA[Cold Weather Gear]]></Name>
			<Price>80.00</Price>
			<Cost>60.00</Cost>
			<Weight>7.00</Weight>
			<Description><![CDATA[A wool coat, linen shirt, wool cap, heavy cloak, think pants or skirt, and boots.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Clothing" product_code="outfit-cold" />
		<InventoryProductSettings_Update product_code="outfit-cold">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>outfit-entertain</Code>
			<Name><![CDATA[Entertainer's Outfit]]></Name>
			<Price>30.00</Price>
			<Cost>22.50</Cost>
			<Weight>4.00</Weight>
			<Description><![CDATA[A set of flashy, perhaps even gaudy, clothes for entertaining.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Clothing" product_code="outfit-entertain" />
		<InventoryProductSettings_Update product_code="outfit-entertain">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>outfit-explorer</Code>
			<Name><![CDATA[Explorer's Outfit]]></Name>
			<Price>100.00</Price>
			<Cost>75.00</Cost>
			<Weight>8.00</Weight>
			<Description><![CDATA[This is a full set of clothes for someone who never knows what to expect. It includes sturdy boots, leather breeches or a skirt, a belt, a shirt, a vest, gloves, and a cloak.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Clothing" product_code="outfit-explorer" />
		<InventoryProductSettings_Update product_code="outfit-explorer">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>outfit-monk</Code>
			<Name><![CDATA[Monk's Outfit]]></Name>
			<Price>50.00</Price>
			<Cost>37.50</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[This simple outfit includes sandals, loose breeches, and a loose shirt, and is all bound together with sashes. Although it looks casual, the outfit is designed to give you maximum mobility, and is made from high-quality fabric.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Clothing" product_code="outfit-monk" />
		<InventoryProductSettings_Update product_code="outfit-monk">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>outfit-peasant</Code>
			<Name><![CDATA[Peasant's Outfit]]></Name>
			<Price>1.00</Price>
			<Cost>0.80</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[A loose shirt and baggy breeches. Cloth wrappings are used for shoes.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Clothing" product_code="outfit-peasant" />
		<InventoryProductSettings_Update product_code="outfit-peasant">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>outfit-traveler</Code>
			<Name><![CDATA[Traveler's Outfit]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>5.00</Weight>
			<Description><![CDATA[Boots, a wool skirt or breeches, a sturdy belt, a shirt, a vest, and an ample cloak with a hood.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Clothing" product_code="outfit-traveler" />
		<InventoryProductSettings_Update product_code="outfit-traveler">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>pouch</Code>
			<Name><![CDATA[Belt Pouch]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>3.00</Weight>
			<Description><![CDATA[This leather pounch straps to your belt. It's good for holding things that you may need in a hurry, such as potions.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Clothing" product_code="pouch" />
		<CategoryProduct_Assign category_code="Gear" product_code="pouch" />
		<InventoryProductSettings_Update product_code="pouch">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>9999</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>No</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>No</TrackOutOfStockLevel>
			<HideOutOfStockProducts>No</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>punchdagger</Code>
			<Name><![CDATA[Punch Daggers]]></Name>
			<Price>20.00</Price>
			<Cost>15.00</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[This dagger puts the full force of the wielder's punch behind it. (1d4 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Smp_Melee" product_code="punchdagger" />
		<InventoryProductSettings_Update product_code="punchdagger">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>quarterstaff</Code>
			<Name><![CDATA[Quarterstaff]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>4.00</Weight>
			<Description><![CDATA[This is the favored weapon of travels, peasants, merchants, and wizards. (1d6/1d6 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Smp_Melee" product_code="quarterstaff" />
		<InventoryProductSettings_Update product_code="quarterstaff">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>1000</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>rations</Code>
			<Name><![CDATA[Trail Rations (1 day)]]></Name>
			<Price>5.00</Price>
			<Cost>3.80</Cost>
			<Weight>1.00</Weight>
			<Description><![CDATA[Trail rations are compact, dry, high-energy foods, suitable for travel; such as jerky, dried fruit, hardtack, and nuts.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Food" product_code="rations" />
		<InventoryProductSettings_Update product_code="rations">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>9999</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>No</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>No</TrackOutOfStockLevel>
			<HideOutOfStockProducts>No</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>rope-hemp</Code>
			<Name><![CDATA[Rope, Hemp (50 ft)]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>10.00</Weight>
			<Description><![CDATA[Standard rope.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="rope-hemp" />
		<InventoryProductSettings_Update product_code="rope-hemp">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>rope-silk</Code>
			<Name><![CDATA[Rope, Silk (50 ft)]]></Name>
			<Price>100.00</Price>
			<Cost>75.00</Cost>
			<Weight>5.00</Weight>
			<Description><![CDATA[A little bit better quality rope. It is stronger than hemp rope and improves your chances on everything you do; rope-wise that is.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="rope-silk" />
		<InventoryProductSettings_Update product_code="rope-silk">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>sap</Code>
			<Name><![CDATA[Sap]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>3.00</Weight>
			<Description><![CDATA[A sap comes in handy when you want to knock an opponent out instead of killing him. (1d6 subdual damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Melee" product_code="sap" />
		<InventoryProductSettings_Update product_code="sap">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>scythe</Code>
			<Name><![CDATA[Scythe]]></Name>
			<Price>180.00</Price>
			<Cost>135.00</Cost>
			<Weight>12.00</Weight>
			<Description><![CDATA[While it resembles the standard farm implement of the same name, this scythe is balanced and strengthened for war. (2d4 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Melee" product_code="scythe" />
		<InventoryProductSettings_Update product_code="scythe">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>shield-large</Code>
			<Name><![CDATA[Large Wooden Shield]]></Name>
			<Price>70.00</Price>
			<Cost>52.50</Cost>
			<Weight>15.00</Weight>
			<Description><![CDATA[You strap a shield to your forearm and grip it with your hand. This shield is too heavy to let you carry any items in the same hand. (+2 to AC)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Shields" product_code="shield-large" />
		<ProductAttribute_Add_Template product_code="shield-large">
			<Code>att_spikes</Code>
			<Prompt><![CDATA[Fear Factor]]></Prompt>
			<AttributeTemplateCode>spikes-shield</AttributeTemplateCode>
		</ProductAttribute_Add_Template>
		<InventoryProductSettings_Update product_code="shield-large">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>shield-small</Code>
			<Name><![CDATA[Small Wooden Shield]]></Name>
			<Price>30.00</Price>
			<Cost>22.50</Cost>
			<Weight>5.00</Weight>
			<Description><![CDATA[You strap a shield to your forearm and grip it with your hand. This shield is small enough to let you carry other items in the same hand. (+1 to AC)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Shields" product_code="shield-small" />
		<ProductAttribute_Add_Template product_code="shield-small">
			<Code>att_spikes</Code>
			<Prompt><![CDATA[Fear Factor]]></Prompt>
			<AttributeTemplateCode>spikes-shield</AttributeTemplateCode>
		</ProductAttribute_Add_Template>
		<InventoryProductSettings_Update product_code="shield-small">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>shuriken</Code>
			<Name><![CDATA[Shuriken]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>0.10</Weight>
			<Description><![CDATA[You can throw three of these at one target in the same time most people can only make one attack. Unfortunately, you don't get any bonuses for strength. (1 damage each)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Exotic" product_code="shuriken" />
		<InventoryProductSettings_Update product_code="shuriken">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>siangham</Code>
			<Name><![CDATA[Siangham]]></Name>
			<Price>30.00</Price>
			<Cost>22.50</Cost>
			<Weight>1.00</Weight>
			<Description><![CDATA[A monk using a siangham can strike with his or her unarmed attack bonus. (1d6 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Exotic" product_code="siangham" />
		<InventoryProductSettings_Update product_code="siangham">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>spellbook</Code>
			<Name><![CDATA[Wizard's Spellbook (blank)]]></Name>
			<Price>150.00</Price>
			<Cost>112.50</Cost>
			<Weight>3.00</Weight>
			<Description><![CDATA[A large, leatherbound book that serves as a wizard's reference. 100 pages.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Tools" product_code="spellbook" />
		<CategoryProduct_Assign category_code="Gear" product_code="spellbook" />
		<InventoryProductSettings_Update product_code="spellbook">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>100</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>spellpouch</Code>
			<Name><![CDATA[Spell Component Pouch]]></Name>
			<Price>50.00</Price>
			<Cost>37.50</Cost>
			<Weight>3.00</Weight>
			<Description><![CDATA[A small, watertight leather belt pouch with many small compartments.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Clothing" product_code="spellpouch" />
		<CategoryProduct_Assign category_code="Gear" product_code="spellpouch" />
		<InventoryProductSettings_Update product_code="spellpouch">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>250</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>sunrod</Code>
			<Name><![CDATA[Sunrod]]></Name>
			<Price>20.00</Price>
			<Cost>15.00</Cost>
			<Weight>1.00</Weight>
			<Description><![CDATA[This 1-foot long, gold-tipped, iron rod glows brightly when struck. It clearly illuminates a 30-foot radius and glows for 6 hours, after which the gold tip is burnt out and is worthless.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="sunrod" />
		<InventoryProductSettings_Update product_code="sunrod">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>sword-long</Code>
			<Name><![CDATA[Longsword]]></Name>
			<Price>150.00</Price>
			<Cost>112.50</Cost>
			<Weight>4.00</Weight>
			<Description><![CDATA[This classic, straight blade is the weapon of knighthood and valor. It is the favored weapon of paladins. (1d8 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Melee" product_code="sword-long" />
		<InventoryProductSettings_Update product_code="sword-long">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>sword-short</Code>
			<Name><![CDATA[Shortsword]]></Name>
			<Price>100.00</Price>
			<Cost>75.00</Cost>
			<Weight>3.00</Weight>
			<Description><![CDATA[This weapon is popular as an off-hand weapon or as a primary weapon for smaller folk (1d6 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Melee" product_code="sword-short" />
		<InventoryProductSettings_Update product_code="sword-short">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>tool-artisan</Code>
			<Name><![CDATA[Artisian's Tools]]></Name>
			<Price>50.00</Price>
			<Cost>37.50</Cost>
			<Weight>5.00</Weight>
			<Description><![CDATA[This is the special tools needed for any task]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Tools" product_code="tool-artisan" />
		<InventoryProductSettings_Update product_code="tool-artisan">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>100</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>tool-thief</Code>
			<Name><![CDATA[Thieves' Tools]]></Name>
			<Price>300.00</Price>
			<Cost>225.00</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[The kit includes one or more skeleton keys, long metal picks and pries, a long nosed-clamp, a small hand saw, and a small wedge and hammer.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Tools" product_code="tool-thief" />
		<InventoryProductSettings_Update product_code="tool-thief">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>250</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>torch</Code>
			<Name><![CDATA[Torch]]></Name>
			<Price>0.10</Price>
			<Cost>0.10</Cost>
			<Weight>1.00</Weight>
			<Description><![CDATA[A wooden rod capped with twisted flax soaked in tallow or a similar item. A torch clearly illuminates a 20-foot radius and burns for one hour.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="torch" />
		<InventoryProductSettings_Update product_code="torch">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>9999</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>No</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>No</TrackOutOfStockLevel>
			<HideOutOfStockProducts>No</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>warhammer</Code>
			<Name><![CDATA[Warhammer]]></Name>
			<Price>120.00</Price>
			<Cost>90.00</Cost>
			<Weight>8.00</Weight>
			<Description><![CDATA[This weapon, favored by dwarves, is a one-handed sledge or maul with a large, heavy head. (1d8 damage)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Melee" product_code="warhammer" />
		<InventoryProductSettings_Update product_code="warhammer">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>50</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>waterskin</Code>
			<Name><![CDATA[Waterskin]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>4.00</Weight>
			<Description><![CDATA[A leather pouch with a narrow neck that is used for holding water or other liquids.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Gear" product_code="waterskin" />
		<InventoryProductSettings_Update product_code="waterskin">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>whip</Code>
			<Name><![CDATA[Whip]]></Name>
			<Price>10.00</Price>
			<Cost>7.50</Cost>
			<Weight>2.00</Weight>
			<Description><![CDATA[The whip deals sudual damage. It deals no damage to any creature that has an armor bonus. Although always kept in hand, it works like a projectile weapon with a maximum range of 15 feet and no range penalties. (1d2 subdual damage) (Considered an exotic weapon)]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Mrtl_Range" product_code="whip" />
		<InventoryProductSettings_Update product_code="whip">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>500</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>Yes</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>Yes</TrackOutOfStockLevel>
			<HideOutOfStockProducts>Yes</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>wine-bottle</Code>
			<Name><![CDATA[Bottle of Fine Wine]]></Name>
			<Price>100.00</Price>
			<Cost>75.00</Cost>
			<Weight>1.50</Weight>
			<Description><![CDATA[A bottle of the towns finest wine. Grown and aged at a nearby monastery]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Food" product_code="wine-bottle" />
		<InventoryProductSettings_Update product_code="wine-bottle">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>9999</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>No</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>No</TrackOutOfStockLevel>
			<HideOutOfStockProducts>No</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<Product_Add>
			<Code>wine-pitcher</Code>
			<Name><![CDATA[Pitcher of Common Wine]]></Name>
			<Price>2.00</Price>
			<Cost>1.50</Cost>
			<Weight>6.00</Weight>
			<Description><![CDATA[Bottled pitchers of wine, fresh from the local tavern.]]></Description>
			<Taxable>Yes</Taxable>
			<Active>Yes</Active>
			<ThumbnailImage></ThumbnailImage>
			<FullSizeImage></FullSizeImage>
		</Product_Add>
		<CategoryProduct_Assign category_code="Food" product_code="wine-pitcher" />
		<InventoryProductSettings_Update product_code="wine-pitcher">
			<TrackProduct>Yes</TrackProduct>
			<AdjustStockBy>9999</AdjustStockBy>
			<InStockMessageShort><![CDATA[]]></InStockMessageShort>
			<InStockMessageLong><![CDATA[]]></InStockMessageLong>
			<TrackLowStockLevel>No</TrackLowStockLevel>
			<LowStockLevel>Default</LowStockLevel>
			<LowStockMessageShort><![CDATA[]]></LowStockMessageShort>
			<LowStockMessageLong><![CDATA[]]></LowStockMessageLong>
			<TrackOutOfStockLevel>No</TrackOutOfStockLevel>
			<HideOutOfStockProducts>No</HideOutOfStockProducts>
			<OutOfStockLevel>Default</OutOfStockLevel>
			<OutOfStockMessageShort><![CDATA[]]></OutOfStockMessageShort>
			<OutOfStockMessageLong><![CDATA[]]></OutOfStockMessageLong>
			<LimitedStockMessage><![CDATA[]]></LimitedStockMessage>
		</InventoryProductSettings_Update>
		<ProductRelatedProduct_Assign product_code="bolts" relatedproduct_code="bolts-silver" />
		<ProductRelatedProduct_Assign product_code="bow-long" relatedproduct_code="arrows" />
		<ProductRelatedProduct_Assign product_code="bow-long" relatedproduct_code="bow-short" />
		<ProductRelatedProduct_Assign product_code="bow-short" relatedproduct_code="arrows" />
		<ProductRelatedProduct_Assign product_code="bow-short" relatedproduct_code="bow-long" />
		<ProductRelatedProduct_Assign product_code="crossbow-hv" relatedproduct_code="bolts" />
		<ProductRelatedProduct_Assign product_code="crossbow-hv" relatedproduct_code="crossbow-lt" />
		<ProductRelatedProduct_Assign product_code="crossbow-lt" relatedproduct_code="bolts" />
		<ProductRelatedProduct_Assign product_code="crossbow-lt" relatedproduct_code="crossbow-hv" />
		<ProductRelatedProduct_Assign product_code="dagger" relatedproduct_code="punchdagger" />
		<ProductRelatedProduct_Assign product_code="firewood" relatedproduct_code="flint" />
		<ProductRelatedProduct_Assign product_code="grphook" relatedproduct_code="rope-hemp" />
		<ProductRelatedProduct_Assign product_code="grphook" relatedproduct_code="rope-silk" />
		<ProductRelatedProduct_Assign product_code="lamp-bull" relatedproduct_code="flint" />
		<ProductRelatedProduct_Assign product_code="lamp-bull" relatedproduct_code="oil" />
		<ProductRelatedProduct_Assign product_code="lamp-comm" relatedproduct_code="flint" />
		<ProductRelatedProduct_Assign product_code="lamp-comm" relatedproduct_code="oil" />
		<ProductRelatedProduct_Assign product_code="lamp-hood" relatedproduct_code="flint" />
		<ProductRelatedProduct_Assign product_code="lamp-hood" relatedproduct_code="oil" />
		<ProductRelatedProduct_Assign product_code="arrows" relatedproduct_code="arrows-silver" />
		<ProductRelatedProduct_Assign product_code="torch" relatedproduct_code="flint" />
		<UpsoldProduct_Add>
			<ProductCode>backpack</ProductCode>
			<Display>Total</Display>
			<Required_Amount>50.00</Required_Amount>
			<Pricing>AbsolutePrice</Pricing>
			<Price>17.00</Price>
		</UpsoldProduct_Add>
		<UpsoldProduct_Add>
			<ProductCode>shield-large</ProductCode>
			<Display>Total</Display>
			<Required_Amount>0.00</Required_Amount>
			<Pricing>PercentOfPrice</Pricing>
			<Price>85.00</Price>
		</UpsoldProduct_Add>
		<UpsoldProductRequiredProduct_Assign upsoldproduct_code="shield-large" requiredproduct_code="mail-chain" />
		<UpsoldProductRequiredProduct_Assign upsoldproduct_code="shield-large" requiredproduct_code="mail-fullplate" />
		<UpsoldProductRequiredProduct_Assign upsoldproduct_code="shield-large" requiredproduct_code="mail-plate" />
		<UpsoldProductRequiredProduct_Assign upsoldproduct_code="shield-large" requiredproduct_code="mail-scale" />
		<UpsoldProductRequiredProduct_Assign upsoldproduct_code="shield-large" requiredproduct_code="mail-splint" />
		<UpsoldProduct_Add>
			<ProductCode>shield-small</ProductCode>
			<Display>Total</Display>
			<Required_Amount>0.00</Required_Amount>
			<Pricing>PercentOfPrice</Pricing>
			<Price>85.00</Price>
		</UpsoldProduct_Add>
		<UpsoldProductRequiredProduct_Assign upsoldproduct_code="shield-small" requiredproduct_code="armor-leather" />
		<UpsoldProductRequiredProduct_Assign upsoldproduct_code="shield-small" requiredproduct_code="armor-padded" />
		<UpsoldProductRequiredProduct_Assign upsoldproduct_code="shield-small" requiredproduct_code="armor-stdleather" />
		<UpsoldProductRequiredProduct_Assign upsoldproduct_code="shield-small" requiredproduct_code="mail-chain" />
		<UpsoldProductRequiredProduct_Assign upsoldproduct_code="shield-small" requiredproduct_code="mail-fullplate" />
		<UpsoldProductRequiredProduct_Assign upsoldproduct_code="shield-small" requiredproduct_code="mail-plate" />
		<UpsoldProductRequiredProduct_Assign upsoldproduct_code="shield-small" requiredproduct_code="mail-scale" />
		<UpsoldProductRequiredProduct_Assign upsoldproduct_code="shield-small" requiredproduct_code="mail-splint" />
		<Customer_Add>
			<Login>c1</Login>
			<LostPasswordEmail>noreply@miva.com</LostPasswordEmail>
			<Password>c1</Password>
			<ShipFirstName>Testy</ShipFirstName>
			<ShipLastName>Testerman</ShipLastName>
			<ShipEmail>noreply@miva.com</ShipEmail>
			<ShipPhone>555-555-5555</ShipPhone>
			<ShipFax>555-555-1212</ShipFax>
			<ShipCompany>MivaCorp</ShipCompany>
			<ShipAddress>5060 Santa Fe St</ShipAddress>
			<ShipCity>San Diego</ShipCity>
			<ShipStateCode>CA</ShipStateCode>
			<ShipZip>92109</ShipZip>
			<ShipCountryCode>US</ShipCountryCode>
			<BillFirstName>Testy</BillFirstName>
			<BillLastName>Testerman</BillLastName>
			<BillEmail>noreply@miva.com</BillEmail>
			<BillPhone>555-555-5555</BillPhone>
			<BillFax>555-555-1212</BillFax>
			<BillCompany>MivaCorp</BillCompany>
			<BillAddress>5060 Santa Fe St</BillAddress>
			<BillCity>San Diego</BillCity>
			<BillStateCode>CA</BillStateCode>
			<BillZip>92109</BillZip>
			<BillCountryCode>US</BillCountryCode>
		</Customer_Add>
		<Customer_Add>
			<Login>barbarian</Login>
			<LostPasswordEmail>noreply@miva.com</LostPasswordEmail>
			<Password>barbarian</Password>
			<ShipFirstName>Krusk</ShipFirstName>
			<ShipLastName>Eroogdush</ShipLastName>
			<ShipEmail>noreply@miva.com</ShipEmail>
			<ShipPhone>555-555-5555</ShipPhone>
			<ShipFax></ShipFax>
			<ShipCompany>Fellowship of the sword</ShipCompany>
			<ShipAddress>Bear and Ogre</ShipAddress>
			<ShipCity>Sidsilver</ShipCity>
			<ShipStateCode>NV</ShipStateCode>
			<ShipZip>89701</ShipZip>
			<ShipCountryCode>US</ShipCountryCode>
			<BillFirstName>Krusk</BillFirstName>
			<BillLastName>Eroogdush</BillLastName>
			<BillEmail>noreply@miva.com</BillEmail>
			<BillPhone>555-555-5555</BillPhone>
			<BillFax></BillFax>
			<BillCompany>Fellowship of the sword</BillCompany>
			<BillAddress>Bear and Ogre</BillAddress>
			<BillCity>Sidsilver</BillCity>
			<BillStateCode>NV</BillStateCode>
			<BillZip>89701</BillZip>
			<BillCountryCode>US</BillCountryCode>
		</Customer_Add>
		<Customer_Add>
			<Login>bard</Login>
			<LostPasswordEmail>noreply@miva.com</LostPasswordEmail>
			<Password>bard</Password>
			<ShipFirstName>Devis</ShipFirstName>
			<ShipLastName>GreenSword</ShipLastName>
			<ShipEmail>noreply@miva.com</ShipEmail>
			<ShipPhone>555-555-5555</ShipPhone>
			<ShipFax></ShipFax>
			<ShipCompany>Fellowship of the sword</ShipCompany>
			<ShipAddress>Lamb's Head</ShipAddress>
			<ShipCity>Brisshire</ShipCity>
			<ShipStateCode>SD</ShipStateCode>
			<ShipZip>57501</ShipZip>
			<ShipCountryCode>US</ShipCountryCode>
			<BillFirstName>Devis</BillFirstName>
			<BillLastName>GreenSword</BillLastName>
			<BillEmail>noreply@miva.com</BillEmail>
			<BillPhone>555-555-5555</BillPhone>
			<BillFax></BillFax>
			<BillCompany>Fellowship of the sword</BillCompany>
			<BillAddress>Lamb's Head</BillAddress>
			<BillCity>Brisshire</BillCity>
			<BillStateCode>SD</BillStateCode>
			<BillZip>57501</BillZip>
			<BillCountryCode>US</BillCountryCode>
		</Customer_Add>
		<Customer_Add>
			<Login>cleric</Login>
			<LostPasswordEmail>noreply@miva.com</LostPasswordEmail>
			<Password>cleric</Password>
			<ShipFirstName>Fozan</ShipFirstName>
			<ShipLastName>Jareila</ShipLastName>
			<ShipEmail>noreply@miva.com</ShipEmail>
			<ShipPhone>555-555-5555</ShipPhone>
			<ShipFax></ShipFax>
			<ShipCompany>Fellowship of the sword</ShipCompany>
			<ShipAddress>Elf and Beaver</ShipAddress>
			<ShipCity>Upleatage</ShipCity>
			<ShipStateCode>WI</ShipStateCode>
			<ShipZip>53701</ShipZip>
			<ShipCountryCode>US</ShipCountryCode>
			<BillFirstName>Fozan</BillFirstName>
			<BillLastName>Jareila</BillLastName>
			<BillEmail>noreply@miva.com</BillEmail>
			<BillPhone>555-555-5555</BillPhone>
			<BillFax></BillFax>
			<BillCompany>Fellowship of the sword</BillCompany>
			<BillAddress>Elf and Beaver</BillAddress>
			<BillCity>Upleatage</BillCity>
			<BillStateCode>WI</BillStateCode>
			<BillZip>53701</BillZip>
			<BillCountryCode>US</BillCountryCode>
		</Customer_Add>
		<Customer_Add>
			<Login>druid</Login>
			<LostPasswordEmail>noreply@miva.com</LostPasswordEmail>
			<Password>druid</Password>
			<ShipFirstName>Vadania</ShipFirstName>
			<ShipLastName>Megrin</ShipLastName>
			<ShipEmail>noreply@miva.com</ShipEmail>
			<ShipPhone>555-555-5555</ShipPhone>
			<ShipFax></ShipFax>
			<ShipCompany>Fellowship of the sword</ShipCompany>
			<ShipAddress>Fairy's Head</ShipAddress>
			<ShipCity>Bibury</ShipCity>
			<ShipStateCode>HI</ShipStateCode>
			<ShipZip>96814</ShipZip>
			<ShipCountryCode>US</ShipCountryCode>
			<BillFirstName>Vadania</BillFirstName>
			<BillLastName>Megrin</BillLastName>
			<BillEmail>noreply@miva.com</BillEmail>
			<BillPhone>555-555-5555</BillPhone>
			<BillFax></BillFax>
			<BillCompany>Fellowship of the sword</BillCompany>
			<BillAddress>Fairy's Head</BillAddress>
			<BillCity>Bibury</BillCity>
			<BillStateCode>HI</BillStateCode>
			<BillZip>96814</BillZip>
			<BillCountryCode>US</BillCountryCode>
		</Customer_Add>
		<Customer_Add>
			<Login>fighter</Login>
			<LostPasswordEmail>noreply@miva.com</LostPasswordEmail>
			<Password>fighter</Password>
			<ShipFirstName>Tordek</ShipFirstName>
			<ShipLastName>Thoran</ShipLastName>
			<ShipEmail>noreply@miva.com</ShipEmail>
			<ShipPhone>555-555-5555</ShipPhone>
			<ShipFax></ShipFax>
			<ShipCompany>Fellowship of the sword</ShipCompany>
			<ShipAddress>Mug and Coin</ShipAddress>
			<ShipCity>Taunton</ShipCity>
			<ShipStateCode>ID</ShipStateCode>
			<ShipZip>83711</ShipZip>
			<ShipCountryCode>US</ShipCountryCode>
			<BillFirstName>Tordek</BillFirstName>
			<BillLastName>Thoran</BillLastName>
			<BillEmail>noreply@miva.com</BillEmail>
			<BillPhone>555-555-5555</BillPhone>
			<BillFax></BillFax>
			<BillCompany>Fellowship of the sword</BillCompany>
			<BillAddress>Mug and Coin</BillAddress>
			<BillCity>Taunton</BillCity>
			<BillStateCode>ID</BillStateCode>
			<BillZip>83711</BillZip>
			<BillCountryCode>US</BillCountryCode>
		</Customer_Add>
		<Customer_Add>
			<Login>monk</Login>
			<LostPasswordEmail>noreply@miva.com</LostPasswordEmail>
			<Password>monk</Password>
			<ShipFirstName>Ember</ShipFirstName>
			<ShipLastName>Wenamari</ShipLastName>
			<ShipEmail>noreply@miva.com</ShipEmail>
			<ShipPhone>555-555-5555</ShipPhone>
			<ShipFax></ShipFax>
			<ShipCompany>Fellowship of the sword</ShipCompany>
			<ShipAddress>Bronze Lion</ShipAddress>
			<ShipCity>Lavington</ShipCity>
			<ShipStateCode>MD</ShipStateCode>
			<ShipZip>21202</ShipZip>
			<ShipCountryCode>US</ShipCountryCode>
			<BillFirstName>Ember</BillFirstName>
			<BillLastName>Wenamari</BillLastName>
			<BillEmail>noreply@miva.com</BillEmail>
			<BillPhone>555-555-5555</BillPhone>
			<BillFax></BillFax>
			<BillCompany>Fellowship of the sword</BillCompany>
			<BillAddress>Bronze Lion</BillAddress>
			<BillCity>Lavington</BillCity>
			<BillStateCode>MD</BillStateCode>
			<BillZip>21202</BillZip>
			<BillCountryCode>US</BillCountryCode>
		</Customer_Add>
		<Customer_Add>
			<Login>paladin</Login>
			<LostPasswordEmail>noreply@miva.com</LostPasswordEmail>
			<Password>paladin</Password>
			<ShipFirstName>Alhandra</ShipFirstName>
			<ShipLastName>Aelhwulf</ShipLastName>
			<ShipEmail>noreply@miva.com</ShipEmail>
			<ShipPhone>555-555-5555</ShipPhone>
			<ShipFax></ShipFax>
			<ShipCompany>Fellowship of the sword</ShipCompany>
			<ShipAddress>Green Tree</ShipAddress>
			<ShipCity>Aldkirk</ShipCity>
			<ShipStateCode>GA</ShipStateCode>
			<ShipZip>30301</ShipZip>
			<ShipCountryCode>US</ShipCountryCode>
			<BillFirstName>Alhandra</BillFirstName>
			<BillLastName>Aelhwulf</BillLastName>
			<BillEmail>noreply@miva.com</BillEmail>
			<BillPhone>555-555-5555</BillPhone>
			<BillFax></BillFax>
			<BillCompany>Fellowship of the sword</BillCompany>
			<BillAddress>Green Tree</BillAddress>
			<BillCity>Aldkirk</BillCity>
			<BillStateCode>GA</BillStateCode>
			<BillZip>30301</BillZip>
			<BillCountryCode>US</BillCountryCode>
		</Customer_Add>
		<Customer_Add>
			<Login>ranger</Login>
			<LostPasswordEmail>noreply@miva.com</LostPasswordEmail>
			<Password>ranger</Password>
			<ShipFirstName>Soveliss</ShipFirstName>
			<ShipLastName>Wulfwulf</ShipLastName>
			<ShipEmail>noreply@miva.com</ShipEmail>
			<ShipPhone>555-555-5555</ShipPhone>
			<ShipFax></ShipFax>
			<ShipCompany>Fellowship of the sword</ShipCompany>
			<ShipAddress>Bull's Head</ShipAddress>
			<ShipCity>Tintwall</ShipCity>
			<ShipStateCode>DE</ShipStateCode>
			<ShipZip>19901</ShipZip>
			<ShipCountryCode>US</ShipCountryCode>
			<BillFirstName>Soveliss</BillFirstName>
			<BillLastName>Wulfwulf</BillLastName>
			<BillEmail>noreply@miva.com</BillEmail>
			<BillPhone>555-555-5555</BillPhone>
			<BillFax></BillFax>
			<BillCompany>Fellowship of the sword</BillCompany>
			<BillAddress>Bull's Head</BillAddress>
			<BillCity>Tintwall</BillCity>
			<BillStateCode>DE</BillStateCode>
			<BillZip>19901</BillZip>
			<BillCountryCode>US</BillCountryCode>
		</Customer_Add>
		<Customer_Add>
			<Login>rogue</Login>
			<LostPasswordEmail>noreply@miva.com</LostPasswordEmail>
			<Password>rogue</Password>
			<ShipFirstName>Tantul</ShipFirstName>
			<ShipLastName>Nightriver</ShipLastName>
			<ShipEmail>noreply@miva.com</ShipEmail>
			<ShipPhone>555-555-5555</ShipPhone>
			<ShipFax></ShipFax>
			<ShipCompany>Fellowship of the sword</ShipCompany>
			<ShipAddress>Iron Elk</ShipAddress>
			<ShipCity>Kelmminster</ShipCity>
			<ShipStateCode>MN</ShipStateCode>
			<ShipZip>55950</ShipZip>
			<ShipCountryCode>US</ShipCountryCode>
			<BillFirstName>Tantul</BillFirstName>
			<BillLastName>Nightriver</BillLastName>
			<BillEmail>noreply@miva.com</BillEmail>
			<BillPhone>555-555-5555</BillPhone>
			<BillFax></BillFax>
			<BillCompany>Fellowship of the sword</BillCompany>
			<BillAddress>Iron Elk</BillAddress>
			<BillCity>Kelmminster</BillCity>
			<BillStateCode>MN</BillStateCode>
			<BillZip>55950</BillZip>
			<BillCountryCode>US</BillCountryCode>
		</Customer_Add>
		<Customer_Add>
			<Login>sorcerer</Login>
			<LostPasswordEmail>noreply@miva.com</LostPasswordEmail>
			<Password>sorcerer</Password>
			<ShipFirstName>Hennet</ShipFirstName>
			<ShipLastName>Talararil</ShipLastName>
			<ShipEmail>noreply@miva.com</ShipEmail>
			<ShipPhone>555-555-5555</ShipPhone>
			<ShipFax></ShipFax>
			<ShipCompany>Fellowship of the sword</ShipCompany>
			<ShipAddress>Dancing Bull</ShipAddress>
			<ShipCity>Greyminster</ShipCity>
			<ShipStateCode>WY</ShipStateCode>
			<ShipZip>82001</ShipZip>
			<ShipCountryCode>US</ShipCountryCode>
			<BillFirstName>Hennet</BillFirstName>
			<BillLastName>Talararil</BillLastName>
			<BillEmail>noreply@miva.com</BillEmail>
			<BillPhone>555-555-5555</BillPhone>
			<BillFax></BillFax>
			<BillCompany>Fellowship of the sword</BillCompany>
			<BillAddress>Dancing Bull</BillAddress>
			<BillCity>Greyminster</BillCity>
			<BillStateCode>WY</BillStateCode>
			<BillZip>82001</BillZip>
			<BillCountryCode>US</BillCountryCode>
		</Customer_Add>
		<Customer_Add>
			<Login>wizard</Login>
			<LostPasswordEmail>noreply@miva.com</LostPasswordEmail>
			<Password>wizard</Password>
			<ShipFirstName>Nebin</ShipFirstName>
			<ShipLastName>Telilmalith</ShipLastName>
			<ShipEmail>noreply@miva.com</ShipEmail>
			<ShipPhone>555-555-5555</ShipPhone>
			<ShipFax></ShipFax>
			<ShipCompany>Fellowship of the sword</ShipCompany>
			<ShipAddress>Sleeping Goose</ShipAddress>
			<ShipCity>Wimridge</ShipCity>
			<ShipStateCode>CO</ShipStateCode>
			<ShipZip>80002</ShipZip>
			<ShipCountryCode>US</ShipCountryCode>
			<BillFirstName>Nebin</BillFirstName>
			<BillLastName>Telilmalith</BillLastName>
			<BillEmail>noreply@miva.com</BillEmail>
			<BillPhone>555-555-5555</BillPhone>
			<BillFax></BillFax>
			<BillCompany>Fellowship of the sword</BillCompany>
			<BillAddress>Sleeping Goose</BillAddress>
			<BillCity>Wimridge</BillCity>
			<BillStateCode>CO</BillStateCode>
			<BillZip>80002</BillZip>
			<BillCountryCode>US</BillCountryCode>
		</Customer_Add>
		<AvailabilityGroup_Add name="Thief" />
		<AvailabilityGroupCustomer_Assign group_name="Thief" customer_login="rogue" />
		<AvailabilityGroupProduct_Assign group_name="Thief" product_code="kit-disguise" />
		<AvailabilityGroupProduct_Assign group_name="Thief" product_code="sap" />
		<AvailabilityGroupProduct_Assign group_name="Thief" product_code="tool-thief" />
		<AvailabilityGroup_Add name="Bard" />
		<AvailabilityGroupCustomer_Assign group_name="Bard" customer_login="bard" />
		<AvailabilityGroupProduct_Assign group_name="Bard" product_code="instrument" />
		<AvailabilityGroup_Add name="Mage" />
		<AvailabilityGroupCustomer_Assign group_name="Mage" customer_login="sorcerer" />
		<AvailabilityGroupCustomer_Assign group_name="Mage" customer_login="wizard" />
		<AvailabilityGroupProduct_Assign group_name="Mage" product_code="spellbook" />
		<AvailabilityGroupProduct_Assign group_name="Mage" product_code="spellpouch" />
		<AvailabilityGroup_Add name="Monk" />
		<AvailabilityGroupCustomer_Assign group_name="Monk" customer_login="monk" />
		<AvailabilityGroupCategory_Assign group_name="Monk" category_code="Exotic" />
		<AvailabilityGroupProduct_Assign group_name="Monk" product_code="kama" />
		<AvailabilityGroupProduct_Assign group_name="Monk" product_code="kukri" />
		<AvailabilityGroupProduct_Assign group_name="Monk" product_code="nunchaku" />
		<AvailabilityGroupProduct_Assign group_name="Monk" product_code="shuriken" />
		<AvailabilityGroupProduct_Assign group_name="Monk" product_code="siangham" />
		<PriceGroup_Add>
			<Name>Warrior</Name>
			<Eligibility>Coupon,All,Customer,LoggedIn</Eligibility>
			<NotValidBefore>
				<Day>01</Day>									(required)
				<Month>01</Month>								(required)
				<Year>1970</Year>								(required)
				<Minute>30</Minute>								(optional)
				<Hour>12</Hour>									(optional)
			</NotValidBefore>
			<NotValidAfter>
				<Day>01</Day>									(required)
				<Month>01</Month>								(required)
				<Year>1970</Year>								(required)
				<Minute>30</Minute>								(optional)
				<Hour>12</Hour>									(optional)
			</NotValidAfter>
			<Priority>100</Priority>

			<!-- One of the following -->

			<Pricing>Retail,Cost,Discount,Markup</Pricing>
			<Amount>10.00</Amount>

			<!-- or -->

			<Module>discount_addon</Module>
			<ApplyToAllProducts>Yes</ApplyToAllProducts>
			<Description>Textual Description</Description>
			<DisplayInBasket>No</DisplayInBasket>
			<QualifyingMinimumSubtotal>0.00</QualifyingMinimumSubtotal>
			<QualifyingMaximumSubtotal>0.00</QualifyingMaximumSubtotal>
			<QualifyingMinimumQuantity>0</QualifyingMinimumQuantity>
			<QualifyingMaximumQuantity>0</QualifyingMaximumQuantity>
			<QualifyingMinimumWeight>0.00</QualifyingMinimumWeight>
			<QualifyingMaximumWeight>0.00</QualifyingMaximumWeight>
			<BasketMinimumSubtotal>0.00</BasketMinimumSubtotal>
			<BasketMaximumSubtotal>0.00</BasketMaximumSubtotal>
			<BasketMinimumQuantity>0</BasketMinimumQuantity>
			<BasketMaximumQuantity>0</BasketMaximumQuantity>
			<BasketMinimumWeight>0.00</BasketMinimumWeight>
			<BasketMaximumWeight>0.00</BasketMaximumWeight>

			<Settings>
				<!-- Module-specific settings (One of the following) -->
				<!-- discount_addon -->
				<Product>product_code</Product>
				<Quantity>1</Quantity>
				<Price>10</Price>

				<!-- discount_basket -->
				<Discount>5.00</Discount>
				<Type>Fixed</Type> <!-- Fixed,Percent -->
				<MaxDiscount>10.00</MaxDiscount>

				<!-- discount_buyxgety -->
				<ApplyTo>All</ApplyTo> <!-- All,SameProduct,SameVariant -->
				<X>1</X>
				<Y>2</Y>
				<Type>Fixed</Type> <!-- Fixed,Percent -->
				<Amount>10.20</Amount>
				<Selection>Lowest</Selection> <!-- Lowest,Highest -->
				<MaxQuantity>5</MaxQuantity>

				<!-- discount_product -->
				<Discount>10.1</Discount>
				<Type>Fixed</Type> <!-- Fixed,Percent -->
				<Selection>Lowest</Selection> <!-- Lowest,Highest -->
				<MaxQuantity>1</MaxQuantity>
				<MaxDiscount>11</MaxDiscount>

				<!-- discount_saleprice (NONE) -->

				<!-- discount_shipping_basket -->
				<ShowDiscountInMethodList>true</ShowDiscountInMethodList>
				<DisplayInBasket method="modify" modification="replace"> Basket Replaced Value </DisplayInBasket>
				<MethodListName modification="replace"> List Replaced Value </MethodListName>
				<MethodDiscounts>
					<MethodDiscount module_code="flatrate" method_code="Shipping Discount (Discounted Baskets Only) Provisioning 01" type="fixed" discount="10.00" />
					<MethodDiscount module_code="flatrate" method_code="Shipping Discount (Discounted BAskets Only) Provisioning 02" type="percent" discount="35" />
				</MethodDiscounts>

				<!-- discount_shipping_product -->
				<ShowDiscountInMethodList>false</ShowDiscountInMethodList>
				<MethodListName modification="none" />
				<DisplayInBasket method="modify" modification="none" />
				<MethodDiscounts>
					<MethodDiscount module_code="flatrate" method_code="Shipping Discount (Discounted Products Only) Provisioning 01" type="fixed" discount="10.00" />
					<MethodDiscount module_code="flatrate" method_code="Shipping Discount (Discounted Products Only) Provisioning 02" type="percent" discount="35" />
				</MethodDiscounts>

				<!-- discount_volume -->
				<Grouping>All</Grouping> <!-- All,SameProduct,SameVariant -->
				<Method>Cumulative</Method> <!-- Cumulative,Progressive -->
				<ProgressiveMode>HighestFirst</ProgressiveMode> <!-- HighestFirst,LowestFirst -->
				<DefaultPricingTable>
					<Entry quantity="25" type="percent" amount="10.21" />
					<Entry quantity="3" type="fixed" amount="0.03" />
				</DefaultPricingTable>
			</Settings>

			<Exclusions>
				<Exclusion group_name="xxx" type="basket|group|item" />
			</Exclusions>
		</PriceGroup_Add>
		<PriceGroupCustomer_Assign group_name="Warrior" customer_login="barbarian" />
		<PriceGroupCustomer_Assign group_name="Warrior" customer_login="fighter" />
		<PriceGroupCustomer_Assign group_name="Warrior" customer_login="paladin" />
		<PriceGroupCustomer_Assign group_name="Warrior" customer_login="ranger" />
		<PriceGroupProduct_Assign group_name="Warrior" product_code="mail-fullplate" />
		<PriceGroupProduct_Assign group_name="Warrior" product_code="mail-plate" />
		<PriceGroupProduct_Assign group_name="Warrior" product_code="mail-splint" />
		<PriceGroup_Add>
			<Name>Healer</Name>
			<Pricing>Discount</Pricing>
			<Amount>10.00</Amount>
		</PriceGroup_Add>

		<PriceGroup_Delete name="PriceGroup_Delete 1" />

		<PriceGroupCustomer_Assign group_name="Healer" customer_login="cleric" />
		<PriceGroupCustomer_Assign group_name="Healer" customer_login="druid" />
		<PriceGroupProduct_Assign group_name="Healer" product_code="kit-healers" />

		<PriceGroupQualifyingProduct_Assign group_name="xxx" product_code="yyy" />
		<PriceGroupQualifyingProduct_Unassign group_name="xxx" product_code="yyy" />

		<Coupon_Add>
			<Code>xxx</Code>
			<Description></Description>
			<Eligibility>Customer,LoggedIn,All</Eligibility>
			<NotValidBefore></NotValidBefore>
			<NotValidAfter></NotValidAfter>
			<MaxUse></MaxUse>
			<MaxPerShopper></MaxPerShopper>
			<Active>No</Active>
		</Coupon_Add>

		<Coupon_Update code="xxx">
			<Code>yyy</Code>
			<Description></Description>
			<Eligibility>Customer,LoggedIn,All</Eligibility>
			<NotValidBefore></NotValidBefore>
			<NotValidAfter></NotValidAfter>
			<MaxUse></MaxUse>
			<MaxPerShopper></MaxPerShopper>
			<Active>Yes</Active>
		</Coupon_Update>

		<Coupon_Delete code="xxx" />

		<CouponPriceGroup_Assign coupon_code="xxx" group_name="yyy" />
		<CouponPriceGroup_Unassign coupon_code="xxx" group_name="yyy" />

		<CouponCustomer_Assign coupon_code="xxx" customer_login="yyy" />
		<CouponCustomer_Unassign coupon_code="xxx" customer_login="yyy" />

		<Module code="cmp-mmui-body" feature="component">
			<BackgroundColor>navy</BackgroundColor>
			<LinkColor>yellow</LinkColor>
			<ActiveLinkColor>yellow</ActiveLinkColor>
			<ViewedLinkColor>yellow</ViewedLinkColor>
			<BackgroundImage></BackgroundImage>
		</Module>
		<Module code="cmp-mmui-colors" feature="component">
			<CategoryBackgroundColor>seagreen</CategoryBackgroundColor>
			<ListHeaderBackgroundColor>dodgerblue</ListHeaderBackgroundColor>
			<ListAlternateColor>cornflowerblue</ListAlternateColor>
		</Module>
		<Module code="cmp-mmui-afflink" feature="component">
			<Login_Update>
				<Template><![CDATA[<a href="&mvt:global:secure_sessionurl;Screen=AFCL&Order=0&Store_Code=&mvt:global:Store_Code;">Affiliate Login</a>\n<br><br>]]></Template>
			</Login_Update>
			<Edit_Update>
				<Template><![CDATA[<a href="&mvt:global:secure_sessionurl;Screen=AFAE&Order=0&Store_Code=&mvt:global:Store_Code;">Edit Affiliate Information for &mvt:global:Affiliate:code;</a>\n<br><br>]]></Template>
			</Edit_Update>
		</Module>
		<Module code="cmp-mmui-custlink" feature="component">
			<Login_Update>
				<Template><![CDATA[<a href="&mvt:global:secure_sessionurl;Screen=LOGN&Order=0&Store_Code=&mvt:global:Store_Code;">Tell me, who is interested<BR>in my fine wares?</a>\n<br><br>]]></Template>
			</Login_Update>
			<Edit_Update>
				<Template><![CDATA[<a href="&mvt:global:secure_sessionurl;Screen=ACNT&Order=0&Store_Code=&mvt:global:Store_Code;">Well met,&nbsp;&mvt:global:Customer:bill_fname;!</a>\n<br><br>]]></Template>
			</Edit_Update>
		</Module>
		<Module code="cmp-mmui-fonts" feature="component">
			<Body>
				<Face>arial</Face>
				<Size>-1</Size>
				<Color>white</Color>
			</Body>
			<Category>
				<Face>verdana</Face>
				<Size>-2</Size>
			</Category>
			<Header>
				<Face>comic sans</Face>
				<Size></Size>
				<Color>fuchsia</Color>
			</Header>
			<ListHeader>
				<Face>courier</Face>
				<Size></Size>
				<Color>gold</Color>
			</ListHeader>
		</Module>
		<Module code="cmp-mmui-navbar" feature="component">
			<BackgroundColor>black</BackgroundColor>
			<Logo>graphics/en-US/mmui/hotdog/blades.gif</Logo>
			<LogoLink></LogoLink>
			<SelectStore>graphics/en-US/mmui/hotdog/selstr.gif</SelectStore>
			<StoreFront>graphics/en-US/mmui/hotdog/storfrnt.gif</StoreFront>
			<Account>graphics/en-US/mmui/hotdog/account.gif</Account>
			<Search>graphics/en-US/mmui/hotdog/search.gif</Search>
			<ProductList>graphics/en-US/mmui/hotdog/prodlist.gif</ProductList>
			<BasketContents>graphics/en-US/mmui/hotdog/basket.gif</BasketContents>
			<Checkout>graphics/en-US/mmui/hotdog/checkout.gif</Checkout>
		</Module>
		<Module code="cmp-mmui-messages" feature="component">
			<Welcome_Update>
				<Template><![CDATA[<CENTER>Welcome to Garth's Equipment Shoppe, oh wealthy travelers!<BR>I am Garth, and I bid you welcome.<BR><IMG SRC = "graphics/store/garths/shoppe_1.gif"></CENTER>]]></Template>
				<Notes>Upgrade from Miva Merchant v4.24</Notes>
			</Welcome_Update>
			<ThankYou_Update>
				<Template><![CDATA[Thank you for your order]]></Template>
				<Notes>Upgrade from Miva Merchant v4.24</Notes>
			</ThankYou_Update>
		</Module>
		<Page_Update code="OCST">
			<Item code="hdft">
				<Footer_Update>
					<Template><![CDATA[<CENTER><B>Or press <A HREF="merchant.mvc?Screen=LOGN&Store_Code=GES">HERE</A> to login in to your account</B></CENTER>]]></Template>
					<Notes>Upgrade from Miva Merchant v4.24</Notes>
				</Footer_Update>
			</Item>
		</Page_Update>
		<Module code="cmp-cssui-breadcrumbs" feature="component">
			<MaxCatNameLength>7</MaxCatNameLength>
			<MaxProdNameLength>7</MaxProdNameLength>
			<MaxCatDisplay>7</MaxCatDisplay>
			<Template><![CDATA[
				<mvt:if expr="l.settings:page:code NE 'SFNT' AND l.settings:page:code NE 'CTGY'">
				<ul>
					<li><a href="&mvt:global:sessionurl;">Home</a></li>
					<mvt:foreach iterator="cats" array="breadcrumb_array:categories">
							<mvt:if expr="l.settings:cats:name EQ '...'">
								<li><span class="breadcrumb-border">&raquo;</span><span class="cats-hidden">&mvt:cats:name</span></li>
							<mvt:else>
								<li><span class="breadcrumb-border">&raquo;</span><a href="&mvt:cats:link;">&mvt:cats:name</a></li>
							</mvt:if>
					</mvt:foreach>
					<mvt:if expr="NOT l.settings:breadcrumb_array:current_item:code">
						<li><span class="breadcrumb-border">&raquo;</span><span class="current-item">&mvt:page:name;</span></li>
					<mvt:else>
						<li><span class="breadcrumb-border">&raquo;</span><span class="current-item">&mvt:breadcrumb_array:current_item:name;</span></li>
					</mvt:if>
				</ul>
				<div class="clear"></div>
				</mvt:if>]]></Template>
			<Notes>#Set_Current_Time#</Notes>
		</Module>
		<Module code="cmp-mv-hdft" feature="component">
			<Header_Update>
				<Template><![CDATA[<TABLE WIDTH = "100%"><TR><TD ALIGN = "center"><H1>Welcome to Garth's Equipment Shoppe!</H1></TD><TD ALIGN = "right"><IMG SRC = "graphics/store/garths/adnd.gif"></TD></TR></TABLE>]]></Template>
				<Notes>Upgrade from Miva Merchant v4.24</Notes>
			</Header_Update>
			<Footer_Update>
				<Template><![CDATA[<P>\n<CENTER><TABLE BORDER = "5" CELLPADDING = "10">\n<TR><TD ALIGN = "center"><A HREF = "merchant.mvc?Screen=SFNT&Store_Code=GES">(F)ront of shoppe</A></TD><TD ALIGN = "center"><A HREF = "merchant.mvc?Screen=STSL">(E)xit the shoppe</A></TD></TR>\n<TR><TD ALIGN = "center"><A HREF = "merchant.mvc?Screen=SRCH&Store_Code=GES">(S)earch for wares</A></TD><TD ALIGN = "center"><A HREF = "merchant.mvc?Screen=PLST&Store_Code=GES">(V)iew a list of wares</A></TD></TR>\n<TR><TD ALIGN = "center"><A HREF = "merchant.mvc?Screen=BASK&Store_Code=GES">(C)heck your current order</A></TD><TD ALIGN = "center"><A HREF = "merchant.mvc?Screen=OINF&Store_Code=GES">(P)ay for your equipment</A></TD></TR>\n</TABLE></CENTER></P>]]></Template>
				<Notes>Upgrade from Miva Merchant v4.24</Notes>
			</Footer_Update>
		</Module>
		<Module code="cmp-mmui-buttons" feature="component">
			<Button_Update code="Add1ToBasket">
				<Text>Add One To Basket</Text>
			</Button_Update>
			<Button_Update code="Add1ToBasketL">
				<Image>graphics/en-US/mmui/addone.gif</Image>
			</Button_Update>
			<Button_Update code="Add1ToOrder">
				<Image>graphics/store/garths/Btn_AddOneToOrder.jpg</Image>
			</Button_Update>
			<Button_Update code="AddToBasket">
				<Text>Add To Basket</Text>
			</Button_Update>
			<Button_Update code="Buy1Now">
				<Text>Buy One Now</Text>
			</Button_Update>
			<Button_Update code="Buy1NowL">
				<Image>graphics/en-US/mmui/buyone.gif</Image>
			</Button_Update>
			<Button_Update code="Continue">
				<Image>graphics/store/garths/Btn_Continue.jpg</Image>
			</Button_Update>
			<Button_Update code="DoNotAddToOrder">
				<Image>graphics/store/garths/Btn_DoNotAddToOrder.jpg</Image>
			</Button_Update>
			<Button_Update code="Login">
				<Image>graphics/store/garths/Btn_Login.jpg</Image>
			</Button_Update>
			<Button_Update code="Next">
				<Image>graphics/store/garths/Btn_Next.jpg</Image>
			</Button_Update>
			<Button_Update code="Previous">
				<Image>graphics/store/garths/Btn_Previous.jpg</Image>
			</Button_Update>
			<Button_Update code="Remove">
				<Image>graphics/store/garths/Btn_Remove.jpg</Image>
			</Button_Update>
			<Button_Update code="Save">
				<Image>graphics/store/garths/Btn_Save.jpg</Image>
			</Button_Update>
			<Button_Update code="Search">
				<Image>graphics/store/garths/Btn_Search.jpg</Image>
			</Button_Update>
			<Button_Update code="Update">
				<Image>graphics/store/garths/Btn_Update.jpg</Image>
			</Button_Update>
		</Module>
		<Module code="cmp-mmui-cattitle" feature="component">
		</Module>
		<Module code="cmp-mmui-cattree" feature="component">
		</Module>

		<Module code="cmp-cssui-cattitle" feature="component">
			<Image category_code="not_cat_01">not_cat_01 cattree</Image>
		</Module>

		<Module code="cmp-cssui-cattree" feature="component">
			<Image category_code="not_cat_01">not_cat_01 cattitle</Image>

			<Header_Update>
				<Template>
				Nice Template
				</Template>
				<!-- OR -->
				<Template_File>fake_file.html</Template_File>
			</Header_Update>

			<Footer_Update>
				<Template>
				Nice Template
				</Template>
				<!-- OR -->
				<Template_File>fake_file.html</Template_File>
			</Footer_Update>

			<Fields>
				<Custom module="customfields" code="templatefeed_component_prov_product_cf" />
			</Fields>

			<CatTree_Update>
				<Template><![CDATA[<div id="category-tree">
		<mvt:foreach array="cattree_categories" iterator="cattree_category">
			<mvt:if expr="l.settings:cattree_category:code EQ g.Category_Code">
			<div class="level-&mvte:cattree_category:level; active">
			<mvt:else>
			<div class="level-&mvte:cattree_category:level;">
			</mvt:if>
				<a href="&mvte:cattree_category:link;">
				<mvt:if expr="l.settings:cattree_category:image">
				<img src="&mvte:cattree_category:image;" alt="&mvte:cattree_category:name;" />
				<mvt:else>
				&mvte:cattree_category:name;
				</mvt:if>
				&mvt:customfield_names:customfields:cattree_a;: &mvte:cattree_category:customfield_values:customfields:cattree_a;
				&mvt:customfield_names:customfields:cattree_b;: &mvte:cattree_category:customfield_values:customfields:cattree_b;
				</a>
			</div>
		</mvt:foreach>
		</div>]]></Template>
			</CatTree_Update>
		</Module>

		<JavaScriptResource_Delete_All />

		<JavaScriptResource_Add>
			<Code></Code>
			<Type>LocalFile|ExternalFile|InlineScript</Type>
			<Global>Yes|No</Global>
			<Active>Yes|No</Active>
			<Attributes>
				<Attribute>
					<Name></Name>
					<Value></Value>
				</Attribute>
				<Attribute>
					<Name></Name>
					<Value></Value>
				</Attribute>
			</Attributes>

			<!-- If type equals 'LocalFile' or 'ExternalFile' -->
			<File_Path></File_Path>

			<!-- If type equals 'InlineScript' -->
			<Template></Template>
			<Template_File></Template_File>
			<Notes></Notes>
		</JavaScriptResource_Add>

		<JavaScriptResource_Update code="">
			<Code></Code>
			<Global>Yes|No</Global>
			<Active>Yes|No</Active>
			<Attributes>
				<Attribute>
					<Name></Name>
					<Value></Value>
				</Attribute>
				<Attribute>
					<Name></Name>
					<Value></Value>
				</Attribute>
			</Attributes>

			<!-- If type equals 'LocalFile' or 'ExternalFile' -->
			<File_Path></File_Path>

			<!-- If type equals 'InlineScript' -->
			<Template></Template>
			<Template_File></Template_File>
			<Notes></Notes>
		</JavaScriptResource_Update>

		<JavaScriptResource_Delete code="" />

		<JavaScriptResourceXPage_Assign code="" page_code="" />

		<JavaScriptResourceXPage_Unassign code="" page_code="" />

		<JavaScriptResourceXPage_Unassign_All_Resource code="" />

		<JavaScriptResourceXGroup_Assign code="" group_code="" />

		<JavaScriptResourceXGroup_Unassign code="" group_code="" />

		<JavaScriptResourceXGroup_Unassign_All_Group group_code="" />

		<CSSResource_Delete_All />

		<CSSResource_Add>
			<Code></Code>
			<Type>LocalFile|ExternalFile|InlineCSS</Type>
			<Global>Yes|No</Global>
			<Active>Yes|No</Active>
			<Attributes>
				<Attribute>
					<Name></Name>
					<Value></Value>
				</Attribute>
				<Attribute>
					<Name></Name>
					<Value></Value>
				</Attribute>
			</Attributes>

			<!-- If type equals 'LocalFile' or 'ExternalFile' -->
			<File_Path></File_Path>

			<!-- If type equals 'InlineCSS' -->
			<Template></Template>
			<Template_File></Template_File>
			<Notes></Notes>
		</CSSResource_Add>

		<CSSResource_Update code="">
			<Code></Code>
			<Global>Yes|No</Global>
			<Active>Yes|No</Active>
			<Attributes>
				<Attribute>
					<Name></Name>
					<Value></Value>
				</Attribute>
				<Attribute>
					<Name></Name>
					<Value></Value>
				</Attribute>
			</Attributes>

			<!-- If type equals 'LocalFile' or 'ExternalFile' -->
			<File_Path></File_Path>

			<!-- If type equals 'InlineCSS' -->
			<Template></Template>
			<Template_File></Template_File>
			<Notes></Notes>
		</CSSResource_Update>

		<CSSResource_Delete code="" />

		<CSSResourceXPage_Assign code="" page_code="" />

		<CSSResourceXPage_Unassign code="" page_code="" />

		<CSSResourceXPage_Unassign_All_Resource code="" />

		<CSSResourceXGroup_Assign code="" group_code="" />

		<CSSResourceXGroup_Unassign code="" group_code="" />

		<CSSResourceXGroup_Unassign_All_Group group_code="" />

		<ResourceGroup_Delete_All />

		<ResourceGroup_Add>
			<Code></Code>
		</ResourceGroup_Add>

		<ResourceGroup_Update code="">
			<Code></Code>
		</ResourceGroup_Update>

		<ResourceGroup_Delete code="" />

		<Page_Update code="PROD">
			<Item code="product_display">
				<Notes>Upgrade from Miva Merchant v4.24</Notes>
				<Image>Full-Sized</Image>
				<InventoryMessage>Long</InventoryMessage>
				<Fields>
					<Name />
					<Code />
					<Price />
					<Weight />
					<Description />
				</Fields>
			</Item>
		</Page_Update>
		<Page_Update code="PLST">
			<Item code="product_list">
				<Notes>Upgrade from Miva Merchant v4.24</Notes>
				<Format>Line Item</Format>
				<Image>None</Image>
				<InventoryMessage>Short</InventoryMessage>
				<ProductsPerPage>12</ProductsPerPage>
				<PageCountNumber>3</PageCountNumber>
				<ItemsPerPage>0</ItemsPerPage>
				<SortBySwitch>0</SortBySwitch>
				<SortByName>0</SortByName>
				<SortByCode>0</SortByCode>
				<SortByBest>0</SortByBest>
				<SortByPrice>0</SortByPrice>
				<SortByNew>0</SortByNew>
				<DefaultSort>code_asc</DefaultSort>
				<Fields>
					<Name />
					<Code />
					<Price />
					<Weight />
				</Fields>
				<Buttons>
				</Buttons>
			</Item>
		</Page_Update>
		<Page_Update code="PROD">
			<Item code="product_list">
				<Notes>Upgrade from Miva Merchant v4.24</Notes>
				<Format>Line Item</Format>
				<Image>None</Image>
				<InventoryMessage>None</InventoryMessage>
				<Fields>
					<Name />
					<Code />
					<Price />
					<Weight />
				</Fields>
				<Buttons>
				</Buttons>
			</Item>
		</Page_Update>
		<Page_Update code="SRCH">
			<Item code="product_list">
				<Notes>Upgrade from Miva Merchant v4.24</Notes>
				<Format>Expanded</Format>
				<Image></Image>
				<InventoryMessage>Long</InventoryMessage>
				<ProductsPerPage>12</ProductsPerPage>
				<PageCountNumber>3</PageCountNumber>
				<ItemsPerPage>0</ItemsPerPage>
				<SortBySwitch>0</SortBySwitch>
				<SortByName>0</SortByName>
				<SortByCode>0</SortByCode>
				<SortByBest>0</SortByBest>
				<SortByPrice>0</SortByPrice>
				<SortByNew>0</SortByNew>
				<DefaultSort>code_asc</DefaultSort>
				<Fields>
					<Name />
					<Description />
				</Fields>
				<Buttons>
				</Buttons>
			</Item>
		</Page_Update>
		<Page_Update code="ABAL">
			<Item code="customercredithistory">
				<CustomerCreditHistoryEntriesPerPage>10</CustomerCreditHistoryEntriesPerPage>
				<PageCountNumber>3</PageCountNumber>
				<ItemsPerPage>Yes|No</ItemsPerPage>
				<SortBySwitch>Yes|No</SortBySwitch>
				<SortByOrderID>Yes|No</SortByOrderID>
				<SortByTransactionReference>Yes|No</SortByTransactionReference>
				<SortByDescription>Yes|No</SortByDescription>
				<SortByAmount>Yes|No</SortByAmount>
				<SortByDate>Yes|No</SortByDate>
				<DefaultSort>id|orderid_asc|orderid_desc|txref_asc|txref_desc|descrip_asc|descrip_desc|amount_asc|amount_desc|dtstamp_asc|dtstamp_desc</DefaultSort>
				<ReverseDefaultDisplayOrder>Yes|No</ReverseDefaultDisplayOrder>
				<Fields>
					<OrderID />
					<TransactionReference />
					<Description />
					<Amount />
					<Date />
				</Fields>
				<Template><![CDATA[Template Source Code]]></Template>
				<Notes>#Set_Current_Time#</Notes>
			</Item>
		</Page_Update>
		<Module code="gencurr" feature="currency">
			<Symbol>sp</Symbol>
			<GroupingSymbol>,</GroupingSymbol>
			<SeparatedSize>3</SeparatedSize>
			<DecimalSymbol>.</DecimalSymbol>
			<DigitsAfterDecimal>1</DigitsAfterDecimal>
			<PositiveFormat>
				<SymbolAfterAmount>Yes</SymbolAfterAmount>
				<SpaceSeparate>No</SpaceSeparate>
			</PositiveFormat>
			<NegativeFormat>
				<SymbolAfterAmount>Yes</SymbolAfterAmount>
				<SpaceSeparate>No</SpaceSeparate>
				<Enclose>No</Enclose>
				<MinusAfterAmount>No</MinusAfterAmount>
				<MinusAfterSymbol>No</MinusAfterSymbol>
			</NegativeFormat>
		</Module>
		<Module code="check" feature="payment">
		</Module>
		<Module code="cod" feature="payment">
			<Price>15.00</Price>
			<Message><![CDATA[Paying by COD(Coins On Delivery) will incur an extra charge of 15 sp.]]></Message>
		</Module>
		<Module code="mod10" feature="payment">
			<Card_Add>
				<Name>Bigby's Hand Of Visa Charging</Name>
				<ValidPrefixes>4</ValidPrefixes>
				<ValidLengths>13, 16</ValidLengths>
			</Card_Add>
			<Card_Add>
				<Name>MasterOrc</Name>
				<ValidPrefixes>5</ValidPrefixes>
				<ValidLengths>16</ValidLengths>
			</Card_Add>
		</Module>
		<Module code="flatrate" feature="shipping">
			<Method_Add>
				<Method>Teleportation</Method>
				<Cost>300.00</Cost>
			</Method_Add>
		</Module>
		<Module code="wtbship" feature="shipping">
			<Method_Add>
				<Method>Zombie Courier</Method>
				<Handling>5.00</Handling>
				<Range>
					<Ceiling>10.00</Ceiling>
					<Rate>15.00</Rate>
				</Range>
				<Range>
					<Ceiling>20.00</Ceiling>
					<Rate>25.00</Rate>
				</Range>
				<Range>
					<Ceiling>30.00</Ceiling>
					<Rate>35.00</Rate>
				</Range>
				<Range>
					<Ceiling>50.00</Ceiling>
					<Rate>45.00</Rate>
				</Range>
			</Method_Add>
			<Method_Add>
				<Method>Merchant Caravan</Method>
				<Handling>50.00</Handling>
				<Range>
					<Ceiling>25.00</Ceiling>
					<Rate>10.00</Rate>
				</Range>
				<Range>
					<Ceiling>50.00</Ceiling>
					<Rate>20.00</Rate>
				</Range>
				<Range>
					<Ceiling>75.00</Ceiling>
					<Rate>30.00</Rate>
				</Range>
				<Range>
					<Ceiling>100.00</Ceiling>
					<Rate>40.00</Rate>
				</Range>
			</Method_Add>
			<Product_Add method="Zombie Courier" product_code="chest" rate="10.00" />
			<Product_Add method="Zombie Courier" product_code="holy-silver" rate="25.00" />
			<Product_Add method="Zombie Courier" product_code="holy-wooden" rate="25.00" />
			<Product_Add method="Zombie Courier" product_code="holywater" rate="25.00" />
		</Module>
		<Module code="devat" feature="tax">
			<Settings>
				<PriceIncludesVAT>No</PriceIncludesVAT>
				<ShippingIncludesVAT>No</ShippingIncludesVAT>
				<TaxShipping>No</TaxShipping>
			</Settings>
			<Rates>
				<Rate percent="2.50">Food and Drinks</Rate>
				<Rate percent="5.00">Steel (Weapons and Armor)</Rate>
			</Rates>
			<Countries>
				<Country code="US" />
			</Countries>
			<Product_Add code="ale-gallon" rate="2.50" />
			<Product_Add code="ale-mug" rate="2.50" />
			<Product_Add code="axe-battle" rate="5.00" />
			<Product_Add code="axe-great" rate="5.00" />
			<Product_Add code="axe-hand" rate="5.00" />
			<Product_Add code="axe-throw" rate="5.00" />
			<Product_Add code="bread" rate="2.50" />
			<Product_Add code="cheese" rate="2.50" />
			<Product_Add code="dagger" rate="5.00" />
			<Product_Add code="dagger-silver" rate="5.00" />
			<Product_Add code="kama" rate="5.00" />
			<Product_Add code="kukri" rate="5.00" />
			<Product_Add code="mace" rate="5.00" />
			<Product_Add code="mail-chain" rate="5.00" />
			<Product_Add code="mail-fullplate" rate="5.00" />
			<Product_Add code="mail-plate" rate="5.00" />
			<Product_Add code="mail-scale" rate="5.00" />
			<Product_Add code="mail-splint" rate="5.00" />
			<Product_Add code="meat" rate="2.50" />
			<Product_Add code="punchdagger" rate="5.00" />
			<Product_Add code="rations" rate="2.50" />
			<Product_Add code="scythe" rate="5.00" />
			<Product_Add code="shield-large" rate="5.00" />
			<Product_Add code="shield-small" rate="5.00" />
			<Product_Add code="shuriken" rate="5.00" />
			<Product_Add code="siangham" rate="5.00" />
			<Product_Add code="sword-long" rate="5.00" />
			<Product_Add code="sword-short" rate="5.00" />
			<Product_Add code="warhammer" rate="5.00" />
			<Product_Add code="wine-bottle" rate="2.50" />
			<Product_Add code="wine-pitcher" rate="2.50" />
		</Module>
		<Module code="customfields" feature="util">
			<Group_Add>
				<Code>group_code</Code>
				<Name>Group Name</Name>
			</Group_Add>
			<CustomerField_Add>
				<Code>code</Code>
				<Name>name</Name>
			</CustomerField_Add>
			<OrderField_Add>
				<Code>code</Code>
				<Name>name</Name>
				<FieldType>textarea</FieldType>
				<Info>This is test info</Info>
				<Group>group_code</Group>
			</OrderField_Add>
			<OrderField_Update code="code">
				<Code>new_code</Code>
			</OrderField_Update>
			<ProductField_Add>
				<Code>code</Code>
				<Name>name</Name>
				<FieldType>dropdown</FieldType>
				<Info>This is test info</Info>
			</ProductField_Add>
			<ProductFieldTypeOption_Add code="code" value="test1" />
			<ProductFieldTypeOption_Add code="code" value="test2" />
			<ProductFieldTypeOption_Add code="code" value="test3" />
			<ProductFieldTypeOption_Delete code="code" value="test2" />
		</Module>
		<Module code="customfields" feature="fields_cat">
			<CategoryField_Add>
				<Code>code</Code>
				<Name>name</Name>
			</CategoryField_Add>
			<CategoryField_Update code="code">
				<Code>code</Code>
				<Name>name</Name>
			</CategoryField_Update>
			<CategoryField_Delete code="code" />
			<CategoryField_Value category="cat_code" field="field_code">Value</CategoryField_Value>
		</Module>
		<Module code="customfields" feature="fields_prod">
			<ProductField_Add>
				<Code>code</Code>
				<Name>name</Name>
			</ProductField_Add>
			<ProductField_Update code="code">
				<Code>code</Code>
				<Name>name</Name>
			</ProductField_Update>
			<ProductField_Delete code="code" />
			<ProductField_Value product="prod_code" field="field_code">Value</ProductField_Value>
		</Module>
		<Module code="customfields" feature="fields_cust">
			<CustomerField_Add>
				<Code>code</Code>
				<Name>name</Name>
			</CustomerField_Add>
			<CustomerField_Update code="code">
				<Code>code</Code>
				<Name>name</Name>
			</CustomerField_Update>
			<CustomerField_Delete code="code" />
			<CustomerField_Value customer="customer_login" field="field_code">Value</CustomerField_Value>
		</Module>
		<OrderShipment_Add order_id="1000">
			<ProductList>									(Required)
				<Product product_code="p1" quantity="1" />		(required)
			</ProductList>
			<Code>SHIPMENT_CODE</Code>						(Required)
		</OrderShipment_Add>
		<OrderShipment_SetStatus code="SHIPMENT_CODE">
			<MarkAsShipped>1</MarkAsShipped>				(Optional)
			<TrackingNumber>0123456</TrackingNumber>		(Optional)
			<TrackingType>FedEx</TrackingType>				(Optional)
			<ShipDate>										(Optional)
				<Day>01</Day>									(required)
				<Month>01</Month>								(required)
				<Year>1970</Year>								(required)
				<Minute>30</Minute>								(optional)
				<Hour>12</Hour>									(optional)
			</ShipDate>
		</OrderShipment_SetStatus>
		<Order_Backorder_Items order_id="1000">
			<ProductList>									(Required)
				<Product>										(required)
					<Code>p1</Code>								(required)
					<Quantity>1</Quantity>						(required)
					<DateInStock>								(optional)
						<Day>01</Day>									(required)
						<Month>01</Month>								(required)
						<Year>1970</Year>								(required)
						<Hour>00</Hour>									(optional)
						<Minute>01</Minute>								(optional)
					</DateInStock>
				</Product>
			</ProductList>
		</Order_Backorder_Items>
		<Page_Update code="XXXX">
			<DeleteAllHeaders />
			<HeaderDeleteList>
				<Header name="name_of_header" value="value_of_header" />
			</HeaderDeleteList>
			<HeaderAddList>
				<Header name="name_of_header" value="value_of_header" />
			</HeaderAddList>
		</Page_Update>

		<Order_Add>
			<ShipFirstName>Jonathan</ShipFirstName>
			<ShipLastName>Burchmore</ShipLastName>
			<ShipEmail>jburchmore@mivamerchant.com</ShipEmail>
			<ShipPhone>858-361-5922</ShipPhone>
			<ShipAddress1>5060 Shoreham Place</ShipAddress1>
			<ShipAddress2>Suite 330</ShipAddress2>
			<ShipCity>San Diego</ShipCity>
			<ShipState>CA</ShipState>
			<ShipZip>92122</ShipZip>
			<ShipCountry>US</ShipCountry>

			<Items>
				<Item>
					<Code>test</Code>
					<Name>Test Product #1</Name>
					<Price>1</Price>
					<Weight>0</Weight>
					<Quantity>1</Quantity>

					<Options>
						<Option>
							<AttributeCode>test</AttributeCode>
						</Option>

						<Option>
							<AttributeCode>template_attr</AttributeCode>
							<Price>1.00</Price>
							<OptionCode>v1</OptionCode>
						</Option>
					</Options>
				</Item>
			</Items>

			<!-- Optional -->
			<Source>[text]</Source>
			<SourceID>[integer]</SourceID>

			<!-- Optional -->
			<Source>[text]</Source>
			<SourceID>0</SourceID>
			<OrderSources>
				<OrderSource source="[text]" source_id="[integer]" />
				<OrderSource source="[text]" source_id="[integer]" />
			</OrderSources>
		</Order_Add>

		<Order_Add>
			<CustomerLogin>test</CustomerLogin>

			<ShipFirstName>Jonathan</ShipFirstName>
			<ShipLastName>Burchmore</ShipLastName>
			<ShipEmail>jburchmore@mivamerchant.com</ShipEmail>
			<ShipPhone>858-361-5922</ShipPhone>
			<ShipAddress1>5060 Shoreham Place</ShipAddress1>
			<ShipAddress2>Suite 330</ShipAddress2>
			<ShipCity>San Diego</ShipCity>
			<ShipState>CA</ShipState>
			<ShipZip>92122</ShipZip>
			<ShipCountry>US</ShipCountry>

			<Items>
				<Product code="test">
					<Quantity>1</Quantity>

					<Options>
						<Option>
							<AttributeCode>test</AttributeCode>
							<Value>Yes</Value>
						</Option>

						<Option>
							<AttributeCode>template</AttributeCode>
							<AttributeTemplateAttributeCode>template_attr</AttributeTemplateAttributeCode>
							<Value>v1</Value>
						</Option>
					</Options>
				</Product>
			</Items>

			<Charges>
				<Charge>
					<Type>SHIPPING</Type>
					<Description>Shipping: UPS Ground</Description>
					<Amount>9.95</Amount>
				</Charge>
				<Charge>
					<Type>TAX</Type>
					<Description>Sales Tax</Description>
					<Amount>3</Amount>
				</Charge>
			</Charges>
		</Order_Add>

		<Order_Add>
			<CustomerLogin>test</CustomerLogin>

			<ShipFirstName>Jonathan</ShipFirstName>
			<ShipLastName>Burchmore</ShipLastName>
			<ShipEmail>jburchmore@mivamerchant.com</ShipEmail>
			<ShipPhone>858-361-5922</ShipPhone>
			<ShipAddress1>5060 Shoreham Place</ShipAddress1>
			<ShipAddress2>Suite 330</ShipAddress2>
			<ShipCity>San Diego</ShipCity>
			<ShipState>CA</ShipState>
			<ShipZip>92122</ShipZip>
			<ShipCountry>US</ShipCountry>

			<Items>
				<Product code="test">
					<Quantity>1</Quantity>

					<Options>
						<Option>
							<AttributeCode>test</AttributeCode>
							<Value>Yes</Value>
						</Option>

						<Option>
							<AttributeCode>template</AttributeCode>
							<AttributeTemplateAttributeCode>template_attr</AttributeTemplateAttributeCode>
							<Value>v1</Value>
						</Option>
					</Options>
				</Product>
			</Items>

			<CalculateCharges>
				<ShippingModule>flatrate</ShippingModule>
				<ShippingModuleData>test</ShippingModuleData>
			</CalculateCharges>
		</Order_Add>

		<Order_Add>
			<CustomerLogin>burch</CustomerLogin>

			<Items>
				<Product code="test">
					<Quantity>1</Quantity>

					<Options>
						<Option>
							<AttributeCode>test</AttributeCode>
							<Value>Yes</Value>
						</Option>

						<Option>
							<AttributeCode>template</AttributeCode>
							<AttributeTemplateAttributeCode>template_attr</AttributeTemplateAttributeCode>
							<Value>v2</Value>
						</Option>
					</Options>
				</Product>
			</Items>

			<CalculateCharges>
				<ShippingModule>flatrate</ShippingModule>
				<ShippingModuleData>test</ShippingModuleData>
			</CalculateCharges>

			<TriggerFulfillmentModules />
		</Order_Add>

		<Order_Add>
			<ID>1000</ID>											(Optional)
			<ShipFirstName>Jonathan</ShipFirstName>
			<ShipLastName>Burchmore</ShipLastName>
			<ShipEmail>jburchmore@mivamerchant.com</ShipEmail>
			<ShipPhone>858-361-5922</ShipPhone>
			<ShipAddress1>5060 Shoreham Place</ShipAddress1>
			<ShipAddress2>Suite 330</ShipAddress2>
			<ShipCity>San Diego</ShipCity>
			<ShipState>CA</ShipState>
			<ShipZip>92122</ShipZip>
			<ShipCountry>US</ShipCountry>

			<Items>
				<Item>
					<Code>test</Code>
					<Name>Test Product #1</Name>
					<Price>1</Price>
					<Weight>0</Weight>
					<Quantity>1</Quantity>

					<Options>
						<Option>
							<AttributeCode>test</AttributeCode>
						</Option>

						<Option>
							<AttributeCode>template_attr</AttributeCode>
							<Price>1.00</Price>
							<OptionCode>v1</OptionCode>
						</Option>
					</Options>
				</Item>

				<Item>
					<code>test1</code>
					<Name>Test Product #2</Name>
					<Price>1</Price>
					<Weight>0</Weight>
					<Quantity>1</Quantity>
					<TrackingNumber>1111111111</TrackingNumber>			(Optional)
					<TrackingType>FedEx</TrackingType>					(Optional)
				</Item>
			</Items>

			<Shipment>													(Optional)
				<Code>Ship_Code</Code>									(Optional)
				<Cost>1</Cost>											(Optional)
				<MarkAsShipped>Yes</MarkAsShipped>						(Optional)
				<TrackingNumber>1111111111</TrackingNumber>				(Required)
				<TrackingType>FedEx</TrackingType>						(Required)
				<ShipDate>												(Optional)
					<Day>7</Day>
					<Month>9</Month>
					<Year>2012</Year>
				</ShipDate>
			</Shipment>

			<Shipment />												(Optional)
		</Order_Add>

		<Order_Add_Item order_id="1000"> 								(Required - order_id)
			<Code>test</Code>
			<Name>Test Product #1</Name>
			<Price>1</Price>
			<Weight>0</Weight>
			<Quantity>1</Quantity>

			<Options>
				<Option>
					<AttributeCode>test</AttributeCode>
				</Option>

				<Option>
					<AttributeCode>template_attr</AttributeCode>
					<Price>1.00</Price>
					<OptionCode>v1</OptionCode>
				</Option>
			</Options>

			<Shipment>													(Optional)
				<Code>Ship_Code</Code>									(Optional)
				<Cost>1</Cost>											(Optional)
				<MarkAsShipped>Yes</MarkAsShipped>						(Optional)
				<TrackingNumber>1111111111</TrackingNumber>				(Required)
				<TrackingType>FedEx</TrackingType>						(Required)
				<ShipDate>												(Optional)
					<Day>7</Day>
					<Month>9</Month>
					<Year>2012</Year>
				</ShipDate>
			</Shipment>

			<Shipment />												(Optional)
		</Order_Add_Item>

		<Order_Add_Product order_id="1000" code="test">					(Required, order_id, code)
			<Quantity>1</Quantity>

			<Options>
				<Option>
					<AttributeCode>test</AttributeCode>
					<Value>Yes</Value>
				</Option>

				<Option>
					<AttributeCode>template</AttributeCode>
					<AttributeTemplateAttributeCode>template_attr</AttributeTemplateAttributeCode>
					<Value>v1</Value>
				</Option>
			</Options>

			<Shipment>													(Optional)
				<Code>Ship_Code</Code>									(Optional)
				<Cost>1</Cost>											(Optional)
				<MarkAsShipped>Yes</MarkAsShipped>						(Optional)
				<TrackingNumber>1111111111</TrackingNumber>				(Required)
				<TrackingType>FedEx</TrackingType>						(Required)
				<ShipDate>												(Optional)
					<Day>7</Day>
					<Month>9</Month>
					<Year>2012</Year>
				</ShipDate>
			</Shipment>

			<Shipment />												(Optional)
		</Order_Add_Product>

		<OrderShipment_Add order_id="1000">								(Required, order_id)
			<ProductList>
				<Product product_code="test" quantity="1" />
			</ProductList>

			<Code>Ship_Code</Code>									(Optional)
			<Cost>1</Cost>											(Optional)
			<MarkAsShipped>Yes</MarkAsShipped>						(Optional)
			<TrackingNumber>1111111111</TrackingNumber>				(Required)
			<TrackingType>FedEx</TrackingType>						(Required)
			<ShipDate>												(Optional)
				<Day>7</Day>
				<Month>9</Month>
				<Year>2012</Year>
			</ShipDate>
		</OrderShipment_Add>

		<ProductKit_Update product_code="test">
			<Attribute_Option attribute_code="select" option_code="s1" />

			<Parts>
				<Part product_code="part" quantity="1" />
			</Parts>
		</ProductKit_Update>

		<ProductKit_Update product_code="test">
			<Attribute_Boolean attribute_code="text" present="true" />

			<Parts>
				<Part product_code="part" quantity="2" />
			</Parts>
		</ProductKit_Update>

		<ProductKit_Update product_code="test">
			<AttributeTemplateAttribute_Boolean attribute_code="test" attributetemplateattribute_code="checkbox" present="false" />

			<Parts>
				<Part product_code="part" quantity="3" />
			</Parts>
		</ProductKit_Update>

		<ProductKit_Update product_code="test">
			<AttributeTemplateAttribute_Option attribute_code="test" attributetemplateattribute_code="radio" option_code="r2" />

			<Parts>
				<Part product_code="part" quantity="4" />
			</Parts>
		</ProductKit_Update>

		<ProductKit_Delete product_code="test">
			<AttributeTemplateAttribute_Boolean attribute_code="test" attributetemplateattribute_code="checkbox" present="true" />
		</ProductKit_Delete>

		<ProductKit_Delete_All product_code="test" />

		<ProductKit_Generate_Variants product_code="test" pricing_method="sum" />
		<ProductKit_Generate_Variants product_code="test" pricing_method="master" />

		<ProductVariant_Add product_code="test">
			<Options>
				<Attribute_Option attribute_code="select" option_code="s1" />
				<Attribute_Boolean attribute_code="text" present="true" />
				<AttributeTemplateAttribute_Boolean attribute_code="test" attributetemplateattribute_code="checkbox" present="false" />
				<AttributeTemplateAttribute_Option attribute_code="test" attributetemplateattribute_code="radio" option_code="r2" />
			</Options>

			<Parts>
				<Part product_code="part" quantity="5" />
			</Parts>

			<ProductVariantPricing>
				<Method>specific</Method>
				<Price>5.43</Price>
				<Cost>4.31</Cost>
				<Weight>3.21</Weight>
			</ProductVariantPricing>
		</ProductVariant_Add>

		<ProductVariant_Update product_code="test">
			<Options>
				<Attribute_Option attribute_code="select" option_code="s1" />
				<Attribute_Boolean attribute_code="text" present="true" />
				<AttributeTemplateAttribute_Boolean attribute_code="test" attributetemplateattribute_code="checkbox" present="false" />
				<AttributeTemplateAttribute_Option attribute_code="test" attributetemplateattribute_code="radio" option_code="r2" />
			</Options>

			<Parts>
				<Part product_code="part" quantity="2" />
				<Part product_code="test" quantity="100" />
			</Parts>

			<ProductVariantPricing>
				<Method>master</Method>
			</ProductVariantPricing>
		</ProductVariant_Update>

		<ProductVariant_Delete product_code="test">
			<Options>
				<Attribute_Option attribute_code="select" option_code="s1" />
				<Attribute_Boolean attribute_code="text" present="true" />
				<AttributeTemplateAttribute_Boolean attribute_code="test" attributetemplateattribute_code="checkbox" present="false" />
				<AttributeTemplateAttribute_Option attribute_code="test" attributetemplateattribute_code="radio" option_code="r2" />
			</Options>
		</ProductVariant_Delete>

		<ProductVariant_Delete_All product_code="test" />

		<ProductVariant_Generate product_code="test" pricing_method="sum" />
		<ProductVariant_Generate product_code="test" pricing_method="master" delimiter="_" />

		<Report_Add module="sales">
			<Description>Test Report</Description>
			<Date_Range>										<!-- Optional or required depending on the module -->
				<All />											<!-- default -->
					<!-- or -->
				<Last days="1|3|7|14|30|90|180|365" />
					<!-- or -->
				<Start>
					<Day></Day>
					<Month></Month>
					<Year></Year>
					<Hour></Hour>
					<Minute></Minute>
					<Second></Second>
				</Start>
				<End>
					<Day></Day>
					<Month></Month>
					<Year></Year>
					<Hour></Hour>
					<Minute></Minute>
					<Second></Second>
				</End>
			</Date_Range>
			<Date_Group>hour|day|week|month|year</Date_Group>	<!-- Optional Depending on the module -->
			<Display>Yes</Display>								<!-- Module may prevent this value from being set to true -->
			<RunInterval>60</RunInterval>
			<Settings>
				<!-- Module specific data -->

				<!-- Sales -->
				<PriceGroup customers="in">pricegroup_code</PriceGroup>
				<Category>category_code</Category>
				<Product>product_code</Product>
				<Metrics>
					<Gross />
					<Units />
					<Orders />
					<Average />
					<Tax />
					<Shipping />
				</Metrics>

				<!-- Product Sales -->
				<Metric>gross|units</Metric>
				<PriceGroup customers="out">pricegroup_code</PriceGroup>
				<Category>category code</Category>
				<Display_TopN>10</Display_TopN>
				<Chart_TopN>10</Chart_TopN>
				<Export_TopN>10</Export_TopN>

				<!-- Geographic Sales -->
				<Category>category_code</Category>
				<Product>product_code</Product>
				<Metric>gross|units</Metric>
				<Address>billing|shipping</Address>
				<Country>country_code</Country>
				<State>state_code</State>
				<Group>country|state|city|zip</Group>
				<Display_TopN>5</Display_TopN>
				<Chart_TopN>25</Chart_TopN>

				<!-- Subscription Statistics -->
				<Subscriptions>selected</Subscriptions>
				<SelectedSubscriptions>
					<ProductSubscriptionTerm product_code="subscription_06" term_descrip="Reorder every month for the next 6 months" />
					<ProductSubscriptionTerm product_code="subscription_07" term_descrip="Reorder every month for the next 7 months" />
				</SelectedSubscriptions>
				<Metrics>
					<Active />
					<New />
					<Cancellations />
					<GrossRevenue />
					<Age />
				</Metrics>

				<!-- Subscription Metrics -->
				<Subscriptions>selected</Subscriptions>
				<SelectedSubscriptions>
					<ProductSubscriptionTerm product_code="subscription_06" term_descrip="Reorder every month for the next 6 months" />
					<ProductSubscriptionTerm product_code="subscription_07" term_descrip="Reorder every month for the next 7 months" />
				</SelectedSubscriptions>
				<MRRIncludesTax>No</MRRIncludesTax>
				<MRRIncludesShipping>Yes</MRRIncludesShipping>
				<Metrics>
					<Churn />
					<MRR />
				</Metrics>

				<!-- Subscription Product Statistics -->
				<Metrics>
					<Active />
					<New />
					<Cancellations />
					<CurrentChurn />
					<GrossRevenue />
					<Age />
				</Metrics>
				<OrderBy>GrossRevenue</OrderBy>
				<Display_TopN>20</Display_TopN>
				<Export_TopN>100</Export_TopN>
			</Settings>
		</Report_Add>

		<Import_Add module="productimport">
			<Description>Test Import</Description>

			<Delimiter>tab|comma|semicolon|space|other</Delimiter>	<!-- If module format is delimited, these fields are required -->
			<Delimiter_Other>value</Delimiter_Other>				<!-- Required if Delimiter is "other" -->
			<Header />
			<AutoMap />
			<Map>													<!-- Required if AutoMap is not present, not allowed if it is present -->
				<Field id="field" />								<!-- One or more fields are required
			</Map>

			<Settings>
				<!-- Module specific data -->

				<!-- categoryimport -->
				<Categories>add|update|addupdate|replace|addreplace</Categories>	<!-- Required -->
				<CustomFields>retain|delete</CustomFields>							<!-- Required -->

				<!-- productimport -->
				<Products>add|update|addupdate|replace|addreplace</Products>		<!-- Required -->
				<CustomFields>retain|delete</CustomFields>							<!-- Required -->
				<Categories>replace_data|replace_empty|add</Categories>				<!-- Required -->
				<AttributeTemplates>use|copy</AttributeTemplates>					<!-- Required -->

				<!-- customerimport -->
				<Customers>add|update|addupdate|replace|addreplace</Customers>		<!-- Required -->
				<CustomFields>retain|delete</CustomFields>							<!-- Required -->

				<!-- provisioningimport -->
				<Groups>															<!-- Optional, default is no group restrictions -->
					<Group name="x" />
				</Groups>

				<Tags>																<!-- Optional, default is to allow all tags -->
					<Tag element="x" />
				</Tags>
			</Settings>
		</Import_Add>

		<Image_Add filepath="graphics/00000001/s2k_silver_front.jpg" />

		<Image_Delete filepath="graphics/00000001/s2k_red_front.jpg" />

		<ImageType_Add>
			<Code>type_1</Code>
			<Description>this is the description for type_1</Description>
		</ImageType_Add>

		<ImageType_Update code="type_1">
			<Code>type_a</Code>
		</ImageType_Update>

		<ImageType_Delete code="type_a" />

		<ProductImage_Add product_code="test" filepath="graphics/00000001/s2k_silver_front.jpg" type_code="test_3" />
		<ProductImage_Delete product_code="test" filepath="graphics/00000001/s2k_silver_front.jpg" />
		<ProductImage_Delete_File product_code="test" filepath="graphics/00000001/s2k_silver_front.gif" />
		<ProductImage_Update_Type product_code="test" filepath="graphics/00000001/s2k_silver_front.jpg" type_code="type_2" />

		<ProductImage_Delete_All_Product product_code="p1" />

		<Page_Update code="PROD">
			<Item code="product_display">
				<ImageMachineEnabled>No</ImageMachineEnabled>
				<Image>Type</Image>
				<TypeCode>type_a</TypeCode>
				<ImageDimensions constrain="yes">
					<Width>274</Width>
					<Height>274</Height>
				</ImageDimensions>
				<Template><![CDATA[]]></Template>
				<ImageTypes>
					<ImageType>a</ImageType>
					<ImageType>c</ImageType>
				</ImageTypes>
			</Item>
		</Page_Update>

		<Page_Update code="PROD">
			<Item code="product_display">
				<ImageDimensions constrain="no" />
			</Item>
		</Page_Update>

		<Page_Add>
			<Code>page_code</Code>
			<Name>Page Name</Name>
			<Secure>0</Secure> 	-- Optional boolean
			<Title>Test</Title> -- Optional
			<Template>
			Nice Template
			</Template>
			<!-- OR -->
			<Template_File>fake_file.html</Template_File>
		</Page_Add>

		<PageItem_Assign pagecode="page_code" itemcode="tokenlist" />

		<Module code="templatebatchreports" feature="util">
			<BatchReport_Add>
				<Type>shipment|order</Type>			-- Required
				<Code>code</Code>					-- Required
				<Name>name</Name>					-- Required

				<Template>...</Template>			-- Optional; if not specified, the default template for the type is used
			</BatchReport_Add>

			<BatchReport_Delete report_code="code" />
		</Module>

		<Module code="templateorderemails" feature="fulfill">
			<Email_Add>
				<Code></Code>						-- Required
				<Name></Name>						-- Required
				<From></From>						-- Required
				<To></To>							-- Required
				<CC></CC>							-- Optional
				<Subject></Subject>					-- Required
				<MimeType></MimeType>				-- Required

				<Enabled>Yes|No</Enabled>									-- Optional, Default no
				<SendOnOrderPlaced>Yes|No</SendOnOrderPlaced>				-- Optional, Default no
				<SendOnOrderBackordered>Yes|No</SendOnOrderBackordered>		-- Optional, Default no
				<SendOnReturnAuthorized>Yes|No</SendOnReturnAuthorized>		-- Optional, Default no
				<SendOnReturnReceived>Yes|No</SendOnReturnReceived>			-- Optional, Default no
				<SendOnShipmentCreated>Yes|No</SendOnShipmentCreated>		-- Optional, Default no
				<SendOnShipmentShipped>Yes|No</SendOnShipmentShipped>		-- Optional, Default no

				<Template></Template>				-- Optional
			</Email_Add>

			<Email_Update email_code="code">		-- All fields optional
				<Name></Name>
				<From></From>
				<To></To>
				<CC></CC>
				<Subject></Subject>
				<MimeType></MimeType>

				<Enabled>Yes|No</Enabled>
				<SendOnOrderPlaced>Yes|No</SendOnOrderPlaced>
				<SendOnOrderBackordered>Yes|No</SendOnOrderBackordered>
				<SendOnReturnAuthorized>Yes|No</SendOnReturnAuthorized>
				<SendOnReturnReceived>Yes|No</SendOnReturnReceived>
				<SendOnShipmentCreated>Yes|No</SendOnShipmentCreated>
				<SendOnShipmentShipped>Yes|No</SendOnShipmentShipped>
			</Email_Update>

			<Email_Delete email_code="code" />
		</Module>

		<PaymentRules_Update>
			<RequiredPaymentRedirectPageCode>OCST</RequiredPaymentRedirectPageCode>
		</PaymentRules_Update>

		<PaymentMethodRules_Update module_code="authnet" method_code="VISA">
			<Priority>5</Priority>
			<Description>Visa!</Description>
			<MinimumTotal>0.00</MinimumTotal>
			<MaximumTotal>0.00</MaximumTotal>
			<ExcludeByDefault>Yes</ExcludeByDefault>

			<States>
				<State code="CA" />
				<State code="OH" />
			</States>

			<ZipCodes>92109,44145</ZipCodes>

			<Countries>
				<Country code="US" />
				<Country code="GB" />
			</Countries>

			<Exclusions>
				<Excludes module_code="mod10" method_code="visa" />     (multiple allowed)
				<ExcludedBy module_code="mod10" method_code="amex" />   (multiple allowed)
			</Exclusions>
		</PaymentMethodRules_Update>

		<PaymentMethodRules_Update paymentcard_type="Visa">
			<Priority>5</Priority>
			<Description>Visa!</Description>
			<MinimumTotal>0.00</MinimumTotal>
			<MaximumTotal>0.00</MaximumTotal>
			<ExcludeByDefault>Yes</ExcludeByDefault>

			<States>
				<State code="CA" />
				<State code="OH" />
			</States>

			<ZipCodes>92109,44145</ZipCodes>

			<Countries>
				<Country code="US" />
				<Country code="GB" />
			</Countries>

			<Exclusions>
				<Excludes module_code="mod10" method_code="visa" />     (multiple allowed)
				<ExcludedBy module_code="mod10" method_code="amex" />   (multiple allowed)
				<ExcludedBy paymentcard_type="MasterCard" />   (multiple allowed)
			</Exclusions>
		</PaymentMethodRules_Update>

		<ProductPaymentRules_Update product_code="prod">
			<LimitPaymentMethods>No</LimitPaymentMethods>
			<PaymentMethods>
				<PaymentMethod module_code="authnet" method_code="VISA" />    (multiple allowed)
			</PaymentMethods>
		</ProductPaymentRules_Update>

		<ShippingRules_Update>
			<RequiredShippingRedirectPageCode>OCST</RequiredShippingRedirectPageCode>
			<FallbackShippingMethod>
				<Description>Estimated Shipping</Description>
				<Type>Fixed|PercentOfSubTotal</Type>
				<Amount>1.23</Amount>
			</FallbackShippingMethod>
		</ShippingRules_Update>

		<HandlingCharge_Update>
			<TriggerType>Disabled|Always|SubTotal|Quantity|Weight</TriggerType>
			<TriggerMinimumValue>0.00</TriggerMinimumValue>
			<TriggerMaximumValue>10.00</TriggerMaximumValue>
			<AmountType>Fixed|PercentOfShipping|PercentOfSubTotal</AmountType>
			<Amount>5.55</Amount>
			<SeparateLineItem>Yes</SeparateLineItem>
			<Description>Handling Charge</Description>
			<TaxExempt>No</TaxExempt>
		</HandlingCharge_Update>

		<ShippingMethodRules_Update module_code="upsxml" method_code="02">
			<Priority>5</Priority>
			<Description>2 Day Air</Description>
			<RateAdjustment type="none|fixed|percent">1.23</RateAdjustment>
			<MinimumSubTotal>0.00</MinimumSubTotal>
			<MaximumSubTotal>0.00</MaximumSubTotal>
			<MinimumQuantity>0</MinimumQuantity>
			<MaximumQuantity>0</MaximumQuantity>
			<MinimumWeight>0.00</MinimumWeight>
			<MaximumWeight>0.00</MaximumWeight>

			<States>
				<State code="CA" />
				<State code="OH" />
			</States>

			<ZipCodes>92109,44145</ZipCodes>

			<Countries>
				<Country code="US" />
				<Country code="GB" />
			</Countries>

			<Exclusions>
				<Excludes module_code="flatrate" method_code="flat_2day" />		(multiple allowed)
				<ExcludedBy module_code="baseunit" method_code="base_2day" />	(multiple allowed)
			</Exclusions>
		</ShippingMethodRules_Update>

		<PackagingRules_Update>
			<FallbackPackage>
				<Width>1.23</Width>
				<Length>1.23</Length>
				<Height>1.23</Height>
			</FallbackPackage>

			<VariantPackingMode>Master|Parts|PartsEven|PartsProportional</VariantPackingMode>
			<PartAdjustmentUp>Yes|No</PartAdjustmentUp>
			<PartAdjustmentDown>Yes|No</PartAdjustmentDown>
			<PartAdjustmentNegative>Yes|No</PartAdjustmentNegative>

			<BoxPacking type="fallback" />
				- or -
			<BoxPacking type="module" module_code="packbyweight" />
		</PackagingRules_Update>

		<ProductShippingRules_Update product_code="prod">
			<ShipsInOwnPackaging>Yes</ShipsInOwnPackaging>
			<Width>1.23</Width>
			<Length>1.23</Length>
			<Height>1.23</Height>
			<LimitShippingMethods>No</LimitShippingMethods>
			<ShippingMethods>
				<ShippingMethod module_code="upsxml" method_code="02" />	(multiple allowed)
			</ShippingMethods>
		</ProductShippingRules_Update>

		<Box_Add>
			<Description>Box</Description>
			<Enabled>Yes</Enabled>
			<Width>10.11</Width>
			<Length>10.11</Length>
			<Height>10.11</Height>

			<BoxPackingSettings>				-- optional
				<MaxWeight>1.23</MaxWeight>		-- packbyweight
				<MaxQuantity>5</MaxQuantity>	-- packbyquantity
			</BoxPackingSettings>
		</Box_Add>

		<Module code="packbyweight" feature="boxpacking">
			<Settings>
				<PercentFull>85</PercentFull>
				<BoxWeightingMetric>Area|LongestDimension</BoxWeightingMetric>
				<Heuristics>
					<FirstFit />
					<LastFit />
					<BestFit />
					<WorstFit />
					<AlmostWorstFit />
				</Heuristics>
				<PreferredSolution>FewestBoxes|LowestMetric</PreferredSolution>
			</Settings>
		</Module>

		<GiftCertificate_Add>
			<Code>xxx</Code>
			<Active>Yes|No</Active>
			<Amount>0.00</Amount>
		</GiftCertificate_Add>

		<GiftCertificate_Update code="old">
			<Code>xxx</Code>
			<Active>Yes|No</Active>
			<Amount>0.00</Amount>
		</GiftCertificate_Update>

		<GiftCertificate_Delete code="xxx" />

		<GiftCertificateSales_Update product_code="test">
			<Enabled>Yes|No</Enabled>

			<Amount type="sale" />
			-- or --
			<Amount type="fixed">0.00</Amount>

			<NotifyShippingEmail>Yes|No</NotifyShippingEmail>
			<NotifyBillingEmail>Yes|No</NotifyBillingEmail>

			<EmailAttribute notify="yes|no">attr_code</EmailAttribute>
			<DescriptionAttribute>attr_code</DescriptionAttribute>
		</GiftCertificateSales_Update>

		<!-- Customer Address Provisioning -->
		<Customer_Add>
			<Login>asdf</Login>
			<Password>P@ssw0rd</Password>
			<LostPasswordEmail>test@asdf.com</LostPasswordEmail>
			<ShipFirstName>Testy</ShipFirstName>
			<ShipLastName>Testerman</ShipLastName>
			<ShipEmail>noreply@miva.com</ShipEmail>
			<ShipPhone>760-555-5555</ShipPhone>
			<ShipFax>760-555-1212</ShipFax>
			<ShipCompany>MivaCorp</ShipCompany>
			<ShipAddress>5060 Shoreham Pl</ShipAddress>
			<ShipCity>San Diego</ShipCity>
			<ShipStateCode>CA</ShipStateCode>
			<ShipZip>92122</ShipZip>
			<ShipCountryCode>US</ShipCountryCode>
			<ShippingAddressDescription>New Shipping Prov</ShippingAddressDescription>
			<BillFirstName>Testy</BillFirstName>
			<BillLastName>Testerman</BillLastName>
			<BillEmail>noreply@miva.com</BillEmail>
			<BillPhone>555-555-5555</BillPhone>
			<BillFax>555-555-1212</BillFax>
			<BillCompany>MivaCorp</BillCompany>
			<BillAddress>5060 Shoreham Pl</BillAddress>
			<BillCity>San Diego</BillCity>
			<BillStateCode>CA</BillStateCode>
			<BillZip>92127</BillZip>
			<BillCountryCode>US</BillCountryCode>
			<BillingAddressDescription>New Billing Prov</BillingAddressDescription>
		</Customer_Add>

		<Customer_Update login="test_customer_update">
			<DefaultBillingAddress>Address Customer Update</DefaultBillingAddress>
			<DefaultShippingAddress>Address Customer Update2</DefaultShippingAddress>
		</Customer_Update>

		<CustomerAddress_Add customer="test">
			<Description>New Address</Description>
			<FirstName>Kyle</FirstName>
			<LastName>Hansen</LastName>
			<Email>is@thebest.com</Email>
			<Company>Awesome</Company>
			<Phone>7604212124</Phone>
			<Fax>7602452456</Fax>
			<Address>1234 Awesome Street</Address>
			<Address2>Suite Sickness</Address2>
			<City>Awesome</City>
			<State>CA</State>
			<Zip>92127</Zip>
			<Country>US</Country>
			<CustomerShippingAddress>Yes</CustomerShippingAddress>
			<CustomerBillingAddress>Yes</CustomerBillingAddress>
		</CustomerAddress_Add>

		<CustomerAddress_Update customer="test_update" address="Address to Update">
			<Description>Address Updated</Description>
			<FirstName>Changed</FirstName>
			<LastName>Changed</LastName>
			<Email>is@Changed.com</Email>
			<Company>Made Changed</Company>
			<Phone>7604212129</Phone>
			<Fax>7602452459</Fax>
			<Address>1234 Changed</Address>
			<Address2>Suite Changed</Address2>
			<City>San Changed</City>
			<State>NM</State>
			<Zip>92128</Zip>
			<Country>UK</Country>
			<Residential>Yes</Residential>
		</CustomerAddress_Update>

		<!-- valid update change shipping/billing -->
		<CustomerAddress_Update customer="test_update" address="Address to Update">
			<Description>Address Updated2</Description>
			<CustomerShippingAddress>Yes</CustomerShippingAddress>
			<CustomerBillingAddress>Yes</CustomerBillingAddress>
		</CustomerAddress_Update>

		<CustomerAddress_Delete customer="test_delete" address="Address to Delete" />

		<!-- DigitalDownload -->
		<DigitalDownloadSettings_Update>
			<Expiration>365</Expiration>
			<MaxDownloads>500</MaxDownloads>
		</DigitalDownloadSettings_Update>

		<DigitalDownloadProductSettings_Update product_code="product">
			<Expiration>20</Expiration>
			<MaxDownloads>global</MaxDownloads> <!-- Uses the global settings -->
			<Enabled>true</Enabled>

			<!-- One of LocalFilePath or CDN -->
			<LocalFilePath downloaded_file_name="optional_but_can_change_the_name_of_the_downloaded_file_if_specified.txt">/path_to_scripts_file.txt</LocalFilePath>
			<CDN name="amazon_cdn">
				<BucketName>my_bucket</BucketName>
				<FilePath>/path_to_file.jpg</FilePath>
				<Region>Northern California</Region>
			</CDN>
		</DigitalDownloadProductSettings_Update>

		<DigitalDownloadCDN_Add>
			<Name>amazon_cdn</Name>
			<CDN provider="amazon">
				<AccessKey>xxx</AccessKey>
				<SecretKey>xxx</SecretKey>
			</CDN>
		</DigitalDownloadCDN_Add>

		<DigitalDownloadCDN_Update name="amazon_cdn">
			<Name>amazon_cdn</Name>
			<CDN provider="amazon">
				<AccessKey>xxx</AccessKey>
				<SecretKey>xxx</SecretKey>
			</CDN>
		</DigitalDownloadCDN_Update>

		<DigitalDownloadCDN_Delete name="amazon_cdn" />

		<!-- Feeds -->
		<Feed_Add>
			<Code>feed_code</Code>
			<Name>Feed Name</Name>
			<Module>module_code</Module>
			<URI>
				<Enabled>true/false</Enabled>
				<AccessKey>this is my secret value (optional)</AccessKey>
			</URI>
			<File>
				<Enabled>true/false</Enabled>
				<Location>data/script</Location>
				<Name>/path_to_output_file.txt</Name>
			</File>
			<Email>
				<Enabled>true/false</Enabled>
				<From>from@miva.com</From>
				<ReplyTo>replyto@miva.com</ReplyTo>
				<To>to@miva.com</To>
				<CC>cc@miva.com</CC>
				<BCC>bcc@miva.com</BCC>
				<Subject>subject</Subject>

				<!-- If type is Inline  -->
				<Type>Inline</Type>
				<Base64Encode>true/false</Base64Encode>

				<!-- If the type is Attachment -->
				<Type>Attachment</Type>
				<AttachmentName>name_of_the_attached_file.txt</AttachmentName>
				<Body>Body text for the email (optional)</Body>
			</Email>

			<!-- Settings passed to the module (required) -->
			<Settings>
			</Settings>
		</Feed_Add>

		<Feed_Update code="feed_code">
			<Code>feed_code</Code>
			<Name>Feed Name</Name>
			<Module>module_code</Module>
			<URI>
				<Enabled>true/falst</Enabled>
				<AccessKey>this is my secret value (optional)</AccessKey>
			</URI>
			<File>
				<Enabled>true/false</Enabled>
				<Location>data/script</Location>
				<Name>/path_to_output_file.txt</Name>
			</File>
			<Email>
				<Enabled>true/false</Enabled>
				<From>from@miva.com</From>
				<ReplyTo>replyto@miva.com</ReplyTo>
				<To>to@miva.com</To>
				<CC>cc@miva.com</CC>
				<BCC>bcc@miva.com</BCC>
				<Subject>subject</Subject>

				<!-- If type is Inline  -->
				<Type>Inline</Type>
				<Base64Encode>true/false</Base64Encode>

				<!-- If the type is Attachment -->
				<Type>Attachment</Type>
				<AttachmentName>name_of_the_attached_file.txt</AttachmentName>
				<Body>Body text for the email (optional)</Body>
			</Email>

			<!-- Settings passed to the module (optional, unless the module has changed) -->
			<Settings>
			</Settings>
		</Feed_Update>

		<Feed_Delete code="feed_code" />

		<ScheduledTask_Add>
			<Description>scheduledtask_update_01</Description>
			<Enabled>1</Enabled>
			<RunInterval units="days">1</RunInterval>
			<NextRun>
				<Year>2012</Year>
				<Month>7</Month>
				<Day>5</Day>
				<Hour>13</Hour>
				<Minute>50</Minute>
				<Second>23</Second>
			</NextRun>
			<Module>stdschtasks</Module>
			<Operation>baskets</Operation>

			<!-- Provisioning settings based on the operation -->
			<Settings />
		</ScheduledTask_Add>

		<ScheduledTask_Update task="scheduledtask_update_01">
			<Description>scheduledtask_update_02</Description>
			<Enabled>false</Enabled>
			<NextRun>
				<Year>2012</Year>
				<Month>7</Month>
				<Day>5</Day>
				<Hour>13</Hour>
				<Minute>50</Minute>
				<Second>23</Second>
			</NextRun>
			<RunInterval units="hours">13</RunInterval> <!-- units can be minutes,hours or days -->
			<Module>imagemanagement</Module>
			<Operation>unreferenced</Operation>

			<!-- Provisioning settings based on the operation -->
			<Settings />
		</ScheduledTask_Update>

		<ScheduledTask_Delete task="scheduledtask_delete_01" />

		<ProductSubscriptionSettings_Update product_code="example-product-code">
			<Enabled>Yes|No</Enabled>
			<Mandatory>Yes|No</Mandatory>
			<CanCancel>Yes|No</CanCancel>
			<CanChangeQuantity>Yes|No</CanChangeQuantity>
			<CanChangeTerm>Yes|No</CanChangeTerm>
			<CanChangeNextDeliveryDate>Yes|No</CanChangeNextDeliveryDate>
		</ProductSubscriptionSettings_Update>

		<ProductSubscriptionTerm_Add product_code="product">
			<Description></Description>
			<Term></Term>
			<Frequency code="n|n_months|daily|weekly|biweekly|monthly|quarterly|semiannually|annually|fixedweekly|fixedmonthly|dates">
				<!-- Required for "n" -->
				<Days>1</Days>

				<!-- Required for "fixedweekly" -->
				<DayOfWeek>Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday</DayOfWeek>

				<!-- Required for "fixedmonthly" -->
				<DayOfMonth>30</DayOfMonth>

				<!-- Required for "dates" -->
				<Dates>
					<Date month="1-12" dayofmonth="1-31" />
				</Dates>
			</Frequency>
		</ProductSubscriptionTerm_Add>

		<ProductSubscriptionTerm_Update product_code="product" descrip="Existing Description">
			<Description></Description>
			<Term></Term>
			<Frequency code="n|n_months|daily|weekly|biweekly|monthly|quarterly|semiannually|annually|fixedweekly|fixedmonthly|dates">
				<!-- Required for "n" -->
				<Days>1</Days>

				<!-- Required for "fixedweekly" -->
				<DayOfWeek>Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday</DayOfWeek>

				<!-- Required for "fixedmonthly" -->
				<DayOfMonth>30</DayOfMonth>

				<!-- Required for "dates" -->
				<Dates>
					<Date month="1-12" dayofmonth="1-31" />
				</Dates>
			</Frequency>
		</ProductSubscriptionTerm_Update>

		<ProductSubscriptionTerm_Delete product_code="product" descrip="Existing Description">
		</ProductSubscriptionTerm_Delete>

		<ProductSubscriptionTerm_Delete_All product_code="product" />

		<!-- MivaPay -->
		<MivaPaySettings_Update>
			<Enabled>Yes</Enabled>
			<BaseURL><![CDATA[http://www.miva.com/mivapay/]]></BaseURL>
			<MerchantID><![CDATA[merchant_id]]></MerchantID>
			<SecretKey><![CDATA[secret_key]]></SecretKey>
			<SigningKey><![CDATA[signing_key]]></SigningKey>
			<GroupPaymentCardTypes>Yes|No</GroupPaymentCardTypes>
			<GroupedPaymentCardTypeDescription>Wombat!</GroupedPaymentCardTypeDescription>
		</MivaPaySettings_Update>

		<!-- Facets -->
		<FacetRules_Update module="stdfacets" facet_code="price">
			<Priority>5</Priority>
			<DisplayName>Price Yay</Name>
			<Display>All|Some</Display>
			<DisplayValues>5</DisplayValues>
			<MultiSelect>Yes|No</MultiSelect>
		</FacetRules_Update>

		<Module code="stdfacets" feature="util">
			<Settings>
				<EnabledFacets>
					<Price />
					<Category />
					<Attributes />
				</EnabledFacets>
			</Settings>
		</Module>

		<Module code="customfields" feature="fields_prod">
			<ProductField_Add>
				<Code>Material</Code>
				<Name>Material</Name>
				<Facet>Yes</Facet>
				<FieldType>textfield</FieldType>
			</ProductField_Add>
		</Module>
	</Store>
</Provision>