[interchange-docs] xmldocs - racke modified refs/CartTrigger

docs at icdevgroup.org docs at icdevgroup.org
Wed Jul 18 07:14:26 EDT 2007


User:      racke
Date:      2007-07-18 11:14:25 GMT
Modified:  refs     CartTrigger
Log:
A cart in an ecommerce system is a well understood concept, so being
electronic and belonging to an user doesn't deserve to be mentioned
here. If this in fact needed, put it onto the glossary page for cart.

Revision  Changes    Path
1.3       +4 -4      xmldocs/refs/CartTrigger


rev 1.3, prev_rev 1.2
Index: CartTrigger
===================================================================
RCS file: /var/cvs/xmldocs/refs/CartTrigger,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CartTrigger	19 Oct 2006 19:29:54 -0000	1.2
+++ CartTrigger	18 Jul 2007 11:14:24 -0000	1.3
@@ -1,5 +1,5 @@
 __NAME__ purpose
-specify subroutines to invoke when users' electronic cart contents change
+specify subroutines to invoke when cart contents change
 __END__
 
 
@@ -18,10 +18,10 @@
 
 __NAME__ description
 The directive specifies names of the &PERL; subroutines to be invoked
-when users' electronic &glos-cart; contents change. The subroutines can 
+when users' &glos-cart; contents change. The subroutines can 
 be defined on both global and catalog level.
 </para><para>
-The subroutines execute whenever the contents of users' cart are changed via
+The subroutines execute whenever the contents of cart are changed via
 the standard means available through &glos-CGI; variable space (i.e. when
 changes are invoked via the &tag-process; system &glos-actionmap; &mdash;
 through <mv>mv_order_item</mv> and <mv>mv_order_quantity</mv> field submissions,
@@ -34,7 +34,7 @@
 The following arguments are passed to all specified subroutines:
 <itemizedlist>
 <listitem><para>
-A reference to the user's cart
+A reference to cart
 </para></listitem>
 <listitem><para>
 A scalar representing the action that fired the trigger; its value will be








More information about the docs mailing list