Change Log:

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 disableing "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

		

