[interchange-docs] xmldocs - racke modified refs/shipping.tag

docs at icdevgroup.org docs at icdevgroup.org
Fri Jun 13 14:55:53 UTC 2008


User:      racke
Date:      2008-06-13 14:55:53 GMT
Modified:  refs     shipping.tag
Log:
added two examples, extended parameters

Revision  Changes    Path
1.4                  xmldocs/refs/shipping.tag


rev 1.4, prev_rev 1.3
Index: shipping.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/shipping.tag,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shipping.tag	28 Mar 2006 14:17:45 -0000	1.3
+++ shipping.tag	13 Jun 2008 14:55:53 -0000	1.4
@@ -6,6 +6,25 @@
 <row>
 
 	<entry>
+	mode
+	</entry>
+	<entry>
+	Yes
+	</entry>
+	<entry>
+	<!-- REQ -->
+	</entry>
+	<entry>
+	<!-- DFL -->
+	</entry>
+	<entry>
+	<!-- DSC -->
+	</entry>
+
+</row> 
+<row>
+
+	<entry>
 	possible
 	</entry>
 	<entry>
@@ -18,7 +37,7 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	<!-- DSC -->
+	list of possible shipping modes
 	</entry>
 
 </row> 
@@ -118,6 +137,23 @@
 
 </row> 
 <row>
+	<entry>
+	free
+	</entry>
+	<entry>
+	<!-- POS -->
+	</entry>
+	<entry>
+	<!-- REQ -->
+	</entry>
+	<entry>
+	<!-- DFL -->
+	</entry>
+	<entry>
+	text for free shipping
+	</entry>
+</row>
+<row>
 
 	<entry>
 	reset_modes
@@ -215,6 +251,45 @@
 <row>
 
 	<entry>
+	country_var
+	</entry>
+	<entry>
+	<!-- POS -->
+	</entry>
+	<entry>
+	<!-- REQ -->
+	</entry>
+	<entry>
+	<literal>country</literal>
+	</entry>
+	<entry>
+	name of country variable in &glos-value; namespace
+	</entry>
+
+</row> 
+<row>
+
+	<entry>
+	state_var
+	</entry>
+	<entry>
+	<!-- POS -->
+	</entry>
+	<entry>
+	<!-- REQ -->
+	</entry>
+	<entry>
+	<literal>state</literal>
+	</entry>
+	<entry>
+	name of state variable in &glos-value; namespace
+	</entry>
+
+</row> 
+
+<row>
+
+	<entry>
 	hide_error
 	</entry>
 	<entry>
@@ -273,3 +348,24 @@
 &ROW_INTERPOLATE_0;
 &ROW_REPARSE_1;
 __END__
+
+__NAME__ example: Show available shipping options
+<programlisting><![CDATA[
+[shipping possible=1]
+]]></programlisting>
+__END__
+
+__NAME__ example: 
+<programlisting><![CDATA[
+<select name="mv_shipmode">
+[shipping free="Free!" label=1 
+    format=|<option value="%M"%S>%D</option>| 
+    mode=|[shipping possible=1]|
+]
+</select>
+]]></programlisting>
+__END__
+
+__NAME__ see also
+SpecialSub, assign
+__END__
\ No newline at end of file







More information about the docs mailing list