[docs] xmldocs - heins modified glossary/tax

docs at icdevgroup.org docs at icdevgroup.org
Mon Nov 7 20:47:12 EST 2005


User:      heins
Date:      2005-11-08 01:47:12 GMT
Modified:  glossary tax
Log:
* Add documentation for mv_shipping and mv_shipping_when_taxable for
  the "multi" tax.

Revision  Changes    Path
1.2       +5 -1      xmldocs/glossary/tax


rev 1.2, prev_rev 1.1
Index: tax
===================================================================
RCS file: /var/cvs/xmldocs/glossary/tax,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tax	3 Jan 2005 20:43:54 -0000	1.1
+++ tax	8 Nov 2005 01:47:12 -0000	1.2
@@ -199,8 +199,11 @@
 	(The default option is there to be applied if the
 	<database class='field'>tax_category</database> for a product is zero
 	or unspecified.)
+	The special member <literal>mv_shipping</literal> is used to set tax rate
+	for shipping if shipping is indeed taxed. If shipping is taxed only when
+	taxable items are in the cart, use <literal>mv_shipping_when_taxable</literal> 
+	instead.
 	</para></listitem>
-</itemizedlist>
 
 <!-- Move to appropriate tag's examples
 This product data
@@ -222,6 +225,7 @@
     code   country   state   name      tax
     0001   US        IL      Illinois  6.5%
     0002   US        OH      Ohio      default = 5.5%, food = 1%
+    0002   US        NV      Nevada    default = 5.5%, food = 1%, mv_shipping=5.5%
     0003   US        AZ      Arizona
 !endblock
 








More information about the docs mailing list