[interchange-cvs] interchange - jon modified dist/standard/pages/ord/finalize.html

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Apr 8 20:21:51 UTC 2009


User:      jon
Date:      2009-04-08 20:21:51 GMT
Modified:  dist/standard/pages/ord finalize.html
Log:
Add company name to shipping and billing addresses and filter output with evalue.

Thanks to Steve Graham <icdev at mrlock.com>.

Revision  Changes    Path
1.8                  interchange/dist/standard/pages/ord/finalize.html


rev 1.8, prev_rev 1.7
Index: finalize.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/ord/finalize.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- finalize.html	29 May 2005 15:30:19 -0000	1.7
+++ finalize.html	8 Apr 2009 20:21:51 -0000	1.8
@@ -237,22 +237,24 @@
 						<td style="[if scratch dhtml_browser]padding: 5px[/if]" width="50%">
 						[page ord/shipping]<u><b>Ship [if value mv_same_billing]and bill[/if] to</b></u></a>:<br>
 						<blockquote>
-						[value fname] [value lname]<br>
-						[value address1]<br>
-						[if value address2][value address2]<br>[/if]
-						[value city][if value state], [value state][/if]  [value zip]<br>
-						[value country]
+						[evalue fname] [evalue lname]<br>
+						[evalue address1]<br>
+						[if value company][evalue company]<br>[/if]
+						[if value address2][evalue address2]<br>[/if]
+						[evalue city][if evalue state], [evalue state][/if]  [evalue zip]<br>
+						[evalue country]
 						</blockquote>
 						</td>
 						[if !value mv_same_billing]
 						<td style="[if scratch dhtml_browser]padding: 5px[/if]" width="50%">
 						[page ord/billing]<u><b>Bill to</b></u></a>:<br>
 						<blockquote>
-						[value b_fname] [value b_lname]<br>
-						[value b_address1]<br>
-						[if value b_address2][value b_address2]<br>[/if]
-						[value b_city][if value b_state], [value b_state][/if]  [value b_zip]<br>
-						[value b_country]
+						[evalue b_fname] [evalue b_lname]<br>
+						[if value b_company][evalue b_company]<br>[/if]
+						[evalue b_address1]<br>
+						[if value b_address2][evalue b_address2]<br>[/if]
+						[evalue b_city][if evalue b_state], [evalue b_state][/if]  [evalue b_zip]<br>
+						[evalue b_country]
 						</blockquote>
 						</td>
 						[/if]







More information about the interchange-cvs mailing list