[interchange-cvs] interchange - racke modified 2 files

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Wed May 14 09:19:52 2003


User:      racke
Date:      2003-05-14 13:10:48 GMT
Modified:  dist/foundation/etc receipt.html
Modified:  dist/foundation/include/checkout shopping_cart
Log:
removed obsolete logic for option detection

Revision  Changes    Path
2.1       +3 -7      interchange/dist/foundation/etc/receipt.html


rev 2.1, prev_rev 2.0
Index: receipt.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/foundation/etc/receipt.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- receipt.html	18 Jul 2001 02:20:59 -0000	2.0
+++ receipt.html	14 May 2003 13:10:48 -0000	2.1
@@ -223,13 +223,9 @@
 	<td>
 	[item-data products description]
 	[if-modifier size__MVC_FIELDMUNGE__]<BR>SIZE-->[item-modifier size__MVC_FIELDMUNGE__][/if-modifier][if-modifier color] COLOR-->[item-modifier color][/if-modifier]
-	[if-item-data options o_enable]
-		[if-item-data !options o_modular]
-			[table-organize cols=4 table=' ' font="size=1" pretty=1]
-				[item-options td=1 label=1 bold=1 price=1 type=display]
-			[/table-organize]
-		[/if-item-data]
-	[/if-item-data]
+	[table-organize cols=4 table=' ' font="size=1" pretty=1]
+		[item-options td=1 label=1 bold=1 price=1 type=display]
+	[/table-organize]
 
 	[if-item-field download]
 		<br>[calc]get_download('[item-code]')[/calc]



1.4       +3 -7      interchange/dist/foundation/include/checkout/shopping_cart


rev 1.4, prev_rev 1.3
Index: shopping_cart
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/foundation/include/checkout/shopping_cart,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shopping_cart	19 Mar 2003 17:09:04 -0000	1.3
+++ shopping_cart	14 May 2003 13:10:48 -0000	1.4
@@ -27,13 +27,9 @@
             [/if-item-data]
             [/if]
 
-        [if-item-data options o_enable]
-            [if-item-data !options o_modular]
-                [table-organize cols=4 table=' ' font="size=1" pretty=1]
-                    [item-options td=1 label=1 bold=1 price=1]
-                [/table-organize]
-            [/if-item-data]
-        [/if-item-data]
+            [table-organize cols=4 table=' ' font="size=1" pretty=1]
+               [item-options td=1 label=1 bold=1 price=1]
+            [/table-organize]
 
             [if-item-field weight]
             [seti weight][summary amount=`[item-quantity] * [item-field weight]`][/seti]