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

docs at icdevgroup.org docs at icdevgroup.org
Sun Sep 14 17:05:25 UTC 2008


User:      racke
Date:      2008-09-14 17:05:25 GMT
Modified:  refs     shipping.tag
Log:
description for shipping tag started

Revision  Changes    Path
1.7                  xmldocs/refs/shipping.tag


rev 1.7, prev_rev 1.6
Index: shipping.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/shipping.tag,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- shipping.tag	8 Aug 2008 09:13:27 -0000	1.6
+++ shipping.tag	14 Sep 2008 17:05:25 -0000	1.7
@@ -18,7 +18,7 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	<!-- DSC -->
+	shipping mode
 	</entry>
 
 </row> 
@@ -37,7 +37,7 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	list of possible shipping modes
+	list available shipping modes
 	</entry>
 
 </row> 
@@ -72,10 +72,10 @@
 	<!-- REQ -->
 	</entry>
 	<entry>
-	<!-- DFL -->
+	0
 	</entry>
 	<entry>
-	<!-- DSC -->
+	whether to check shipping mode is valid or not
 	</entry>
 
 </row> 
@@ -310,10 +310,31 @@
 &TAG_NON_CONTAINER;
 __END__
 
-__NAME__ example: Show available shipping options
+__NAME__ description
+Without any parameters, <tag>shipping</tag> displays the &glos-shipping;
+cost for the items in the cart.
+</para>
+<refsect2>
+<title>List currently available shipping modes and shipping parameters</title>
+<para>
 <programlisting><![CDATA[
 [shipping possible=1]
 ]]></programlisting>
+</para>
+<para>
+This can be used to display custom parameters for the currently available
+shipping modes with the <tag>shipping-desc</tag> tag:
+<programlisting><![CDATA[
+[loop list="[shipping possible=1]"]
+Shipping Mode:   [shipping-desc mode="[loop-code]"]
+Processing time: [shipping-desc mode="[loop-code]" key=p_time]
+Shipping time:   [shipping-desc mode="[loop-code]" key=s_time]
+Cost:            [shipping mode="[loop-code]"]
+[/loop]
+]]></programlisting>
+</para>
+</refsect2>
+<para>
 __END__
 
 __NAME__ example: 







More information about the docs mailing list