[interchange-cvs] interchange - edl modified dist/foundation/include/checkout/shopping_cart

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Nov 14 18:23:14 EST 2003


User:      edl
Date:      2003-11-14 23:23:14 GMT
Modified:  dist/foundation/include/checkout shopping_cart
Log:
Added [credit] tag to subtotal lines of cart display

Revision  Changes    Path
1.5       +7 -1      interchange/dist/foundation/include/checkout/shopping_cart


rev 1.5, prev_rev 1.4
Index: shopping_cart
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/include/checkout/shopping_cart,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- shopping_cart	14 May 2003 13:10:48 -0000	1.4
+++ shopping_cart	14 Nov 2003 23:23:14 -0000	1.5
@@ -86,7 +86,7 @@
 
         <br>
 
-        <table border="0" cellspacing="0" cellpadding="0" width="50%">
+        <table border="0" cellspacing="0" cellpadding="0" width="75%">
         <TR>
           <td align="left">
                         [if items]
@@ -123,6 +123,12 @@
             </TR>
 			[/if]
 		[/else]
+		[/if]
+		[if type=explicit compare="[credit noformat=1]"]
+            <TR>
+              <TD ALIGN=left class="contentbar1" nowrap>[L]Payment/Credit Applied[/L]:&nbsp;</TD>
+              <TD ALIGN=RIGHT class="contentbar1">[credit]</TD>
+            </TR>
 		[/if]
             <TR>
               <TD ALIGN=left class="contentbar2">[L]TOTAL[/L]:</TD>








More information about the interchange-cvs mailing list