[interchange-cvs] interchange - heins modified 3 files

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Wed Feb 5 10:50:01 2003


User:      heins
Date:      2003-02-05 15:49:39 GMT
Modified:  dist/foundation/include/checkout shopping_cart
Modified:  dist/foundation/templates/components cart cart_tiny
Log:
* Change [discount-price] to [item-discount-price] to make it compatible
  with editor components.

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


rev 1.2, prev_rev 1.1
Index: shopping_cart
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/include/checkout/shopping_cart,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shopping_cart	14 Aug 2002 14:15:31 -0000	1.1
+++ shopping_cart	5 Feb 2003 15:49:38 -0000	1.2
@@ -43,7 +43,7 @@
             <INPUT TYPE=text NAME="[quantity-name]" VALUE="[item-quantity]" SIZE=3>
           </TD>
           <TD ALIGN=RIGHT>
-            [discount-price]
+            [item-discount-price]
             [if discount [item-code]]<BR>Item is discounted [item-discount][/if]
           </TD>
           <TD ALIGN=RIGHT>[item-subtotal]</TD>



2.10      +1 -1      interchange/dist/foundation/templates/components/cart


rev 2.10, prev_rev 2.9
Index: cart
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/templates/components/cart,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -r2.9 -r2.10
--- cart	13 Sep 2002 20:46:18 -0000	2.9
+++ cart	5 Feb 2003 15:49:39 -0000	2.10
@@ -219,7 +219,7 @@
 	  <TD ALIGN=right>
 	    Regular price <STRIKE>[item-price]</STRIKE>
 	    <BR>
-	    <B>Your price: [discount-price]<br>
+	    <B>Your price: [item-discount-price]<br>
 	    You save: [item-difference]
 	  </TD>
 	  <TD ALIGN=right>



2.3       +1 -1      interchange/dist/foundation/templates/components/cart_tiny


rev 2.3, prev_rev 2.2
Index: cart_tiny
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/templates/components/cart_tiny,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- cart_tiny	13 Sep 2002 20:46:18 -0000	2.2
+++ cart_tiny	5 Feb 2003 15:49:39 -0000	2.3
@@ -31,7 +31,7 @@
 	  <a href="[area [item-sku]]"><small>[item-filter 20][item-data products description][/item-filter]</small></A>
 	</td>
 	<TD ALIGN="right" valign="top" class="contentbar1">
-	  <small>[item-quantity]@[discount-price]</small>
+	  <small>[item-quantity]@[item-discount-price]</small>
 	</TD>
       </tr>
 [/item-list]