Change Log:

15-11-05	V204e. Amended readme (immediately below) to allow for minimum quantity check to work with duplicates.
                Files changed: V7NorMatrixChangeLog.txt

	New feature. Added routine to to quantitytablesupport.js that optionally checks for minimum quantity before submitting.
	Minimum quantity stored in CUSTOMVAR:MINTABLEQUANTITY.
	Only relevant if you use Quantity on Product Pages without Single Add to Cart type sections.
	To use replace NETQUOTEVAR:ADDTOCARTBUTTON (or NETQUOTEVAR:VARIANTADDTOCARTBUTTON) with:-

	<!-- Start of fragment that replaces the ADDTOCARTBUTTON code - use with CUSTOMVAR:MINTABLEQUANTITY -->
	<script language=JavaScript>
	<!-- product template code
        var prodref = 'NETQUOTEVAR:PRODUCTQUANTITY'.replace(/.*"Q_(.*)" SIZE=.*/, "$1");	// 204e allow for duplicates 
         document.write('<INPUT TYPE="IMAGE" SRC="addtocart.gif" NAME="_' + prodref + '" WIDTH="69" HEIGHT="15" BORDER="0"' 
                      + ' onclick="return checkxy(\'' + prodref + '\',CUSTOMVAR:MINTABLEQUANTITY)">');
	// -->
	</script>
	<noscript>NETQUOTEVAR:ADDTOCARTBUTTON</noscript>
	<!-- End of fragment that replaces the ADDTOCARTBUTTON code -->

15-09-05 	V204d. Fix to allow Duplicates to use matrix.
                Files changed: quantitytablesupport.js, QtyCartTable_ProductLine.html, QtyProductPageTable_ProductLine.html 

13-06-05	V7.0.4 Mods made.  Based on 204c code.

03-12-04	V7.0.2 Mods made.  Based on 204c code.

28-09-04	V7.0.1 Mods made.  Based on 204c code.

10-03-04 	(204c) Added hidden field for running total compatibility - only ActinicOrder.pm changed

10-02-04 	(204b) Optionally show running total on product page.   
	  	(only quantitablesupport.js and quantitablesupport.css changed)

06-02-04	Amdended Perl Scripts for Actinic 6.1.4.

09-05-03	Removed Act_OrderDetail.html from ZipFile as this contained unused development code.  
		We don't use Quantity in Confirmation page with tables so this template isn't needed.
		Zipfile V204a now.

08-04-03        Added warning to Installation Instructions regarding disabling "Highlight Located Text" 
		in Search Settings / Results due to Actinic bug.

04-05-03	Amended all scripts to ignore negative entries.  Everything now 204 to match ZipFile name.  
		ActinicOrder.pm also has "bugfix" patch for Actinic max quantto define tables in product page and cart.

03-05-03	New feature CombineCartLines now working for Quantity Tables (timestamp code removed). Everything rev 003
		CSS moved to file qtytablesupport.css for easy alteration.

03-05-03        Bugfix.  Wrong item was being removed in Cart when table quantities were set to 0. (CartManager.pl updated to v 001)
		
                New feature. Now restores previous table values on error bounce pages.  
 		Required changes to quantitytablesupport.js, ActiniOrder.pm (001), ShoppingCart.pl (001), Product Templates.

30-04-03	New feature. Added routine to to quantitytablesupport.js that optionally checks for minimum quantity before submitting.
		Minimum quantity stored in CUSTOMVAR:MINTABLEQUANTITY.
		Only relevant if you use Quantity on Product Pages without Single Add to Cart type sections.
		To use replace NETQUOTEVAR:ADDTOCARTBUTTON (or NETQUOTEVAR:VARIANTADDTOCARTBUTTON) with:-

	<!-- Start of fragment that replaces the ADDTOCARTBUTTON code - use with CUSTOMVAR:MINTABLEQUANTITY -->
	<script language=JavaScript>
	<!-- product template code 
	function fixprompt(prodref){  // this routine just for Aura - presets Logo text Prompt if nothing entered
        if ( formfield('O_' + prodref).value == "" ) formfield('O_' + prodref).value = 'No Text Required';
	}
         document.write('<INPUT TYPE="IMAGE" SRC="addtocart.gif" NAME="_NETQUOTEVAR:PRODUCTREFERENCE" WIDTH="69" HEIGHT="15" BORDER="0" onclick="fixprompt(\'NETQUOTEVAR:PRODUCTREFERENCE\');return checkxy(\'NETQUOTEVAR:PRODUCTREFERENCE\',CUSTOMVAR:MINTABLEQUANTITY)">');
	// -->
	</script>
	<noscript>NETQUOTEVAR:ADDTOCARTBUTTON</noscript>
	<!-- End of fragment that replaces the ADDTOCARTBUTTON code -->


30-04-03	Bugfix.  Updated quantitytablesupport.js to rev 01 deal with arithmetic chars 
	  	in product references.
  
		Added Change log to zipfile.

		Added class="actxxsmall" to ActinicOrder.pm generated tables.  
		Old version is ActinicOrder-NoCSS.pm

		

