Below are the changes to the ORHL page (in MMUI css_fw, MMUI default_fw, and CSSUI cssui_default_fw)
ORHL: MMUI css_fw
New default template (changes/additions are highlighted)
Code:
<mvt:item name="html_profile" />
<head>
<title>&mvt:store:name;: Customer Login</title>
<base href="&mvt:global:basehref;">
<mvt:item name="head" param="css_list" />
<mvt:item name="head" param="head_tag" />
</head>
<mvt:item name="body">
<mvt:item name="hdft" param="global_header" />
<mvt:item name="navbar" />
<div id="mainbody">
<div id="content">
<mvt:item name="hdft" param="header" />
<mvt:item name="messages" />
<form method="post" action="&mvt:global:secure_sessionurl;" autocomplete="off">
<input type="hidden" name="Store_Code" value="&mvte:store:code;">
<input type="hidden" name="Screen" value="ORDH">
<input type="hidden" name="Action" value="LOGN">
<br />
<div id="login">
<h5>Log in to View Order History:</h5><br />
<label for="Customer_LoginEmail">Email Address:</label> <input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" value="&mvte:global:Customer_LoginEmail;" style="width: 200px;" autocomplete="off">
<label for="Customer_Password">Password:</label> <input type="password" name="Customer_Password" id="Customer_Password" style="width: 200px;" autocomplete="off">
<div id="nextbutton">
<mvt:item name="buttons" param="Login" />
</div>
<div class="forgot-password-link">
<a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=FPWD">Forgot Password?</a>
</div>
</div>
</form>
<form method="post" action="&mvt:global:secure_sessionurl;" autocomplete="off">
<input type="hidden" name="Screen" value="ORDH" />
<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
<div id="login" class="clear">
<h5>Lookup by Billing Information:</h5><br />
<label for="Order_BillEmail">Email:</label> <input type="text" name="Order_BillEmail" id="Order_BillEmail" style="width: 200px;" value="&mvte:global:Order_BillEmail;" autocomplete="off" />
<label for="Order_BillZip">Zip Code:</label> <input type="text" size="20" name="Order_BillZip" id="Order_BillZip" style="width: 200px;" autocomplete="off" />
<div id="nextbutton">
<input type="submit" value="Lookup" />
</div>
</div>
</form>
<mvt:item name="hdft" param="footer" />
</div>
<br class="clear" />
<mvt:item name="hdft" param="global_footer" />
</div>
</mvt:item>
</html>
New default template (changes/additions are highlighted)
Code:
<mvt:item name="html_profile" />
<head>
<title>&mvt:store:name;: Order History Lookup</title>
<base href="&mvt:global:basehref;">
<mvt:item name="head" param="head_tag" />
</head>
<mvt:item name="body">
<mvt:item name="hdft" param="global_header" />
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td align="left" valign="bottom">
<mvt:item name="navbar" />
</td></tr>
<tr><td align="left" valign="bottom">
<mvt:item name="hdft" param="header" />
</td></tr>
<tr><td align="left" valign="top" width="100%">
<br>
<table border="0">
<tr><td>
<form method="post" action="&mvt:global:secure_sessionurl;" autocomplete="off">
<input type="hidden" name="Store_Code" value="&mvte:store:code;">
<input type="hidden" name="Screen" value="ORDH">
<input type="hidden" name="Action" value="LOGN">
<table border="0">
<tr><td align="left" valign="middle" colspan=3>
<mvt:item name="fonts" param="body_font">
<b>Log in to View Order History:</b>
</mvt:item>
</td></tr>
<tr><td align="left" valign="middle">
</td><td align="left" valign="middle">
<mvt:item name="fonts" param="body_font">
<b>Email Address:</b>
</mvt:item>
</td><td align="left" valign="middle">
<mvt:item name="fonts" param="body_font">
<input type="text" size="40" name="Customer_LoginEmail" value="&mvte:global:Customer_LoginEmail;" autocomplete="off">
</mvt:item>
</td></tr>
<tr><td align="left" valign="middle">
</td><td align="left" valign="middle">
<mvt:item name="fonts" param="body_font">
<b>Password:</b>
</mvt:item>
</td><td align="left" valign="middle">
<mvt:item name="fonts" param="body_font">
<input type="password" size="40" name="Customer_Password" autocomplete="off">
</mvt:item>
</td></tr>
<tr><td align="left" valign="middle">
</td><td align="left" valign="middle">
</td><td align="right" valign="middle">
<mvt:item name="fonts" param="body_font">
<mvt:item name="buttons" param="Login" />
</mvt:item>
</td></tr>
<tr><td align="center" valign="middle" colspan="3">
<mvt:item name="fonts" param="body_font">
<a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=FPWD">Forgot Password?</a>
</mvt:item>
</td></tr>
</table>
</form>
</td></tr>
<tr><td style="text-align:center; font-wieght:bold;">
<mvt:item name="fonts" param="body_font">OR</mvt:item>
</td></tr>
<tr><td>
<form method="post" action="&mvt:global:secure_sessionurl;" autocomplete="off">
<input type="hidden" name="Screen" value="ORDH" />
<input type="hidden" name="Store_Code" value="&mvt:store:code;" />
<table border="0">
<tr><td align="left" valign="middle" style="font-weight:bold;" colspan="3">
<mvt:item name="fonts" param="body_font">
Lookup by Billing Information:
</mvt:item>
</td></tr>
<tr>
<td> </td>
<td style="font-weight:bold;">
<mvt:item name="fonts" param="body_font">
Email:
</mvt:item>
</td><td>
<mvt:item name="fonts" param="body_font">
<input type="text" size="40" name="Order_BillEmail" value="&mvte:global:Order_BillEmail;" autocomplete="off" />
</mvt:item>
</td></tr>
<tr>
<td> </td>
<td style="font-weight:bold;">
<mvt:item name="fonts" param="body_font">
Zip Code:
</mvt:item>
</td><td>
<mvt:item name="fonts" param="body_font">
<input type="text" size="20" name="Order_BillZip" autocomplete="off" />
</mvt:item>
</td></tr>
<tr>
<td> </td>
<td align="right" colspan="2">
<mvt:item name="fonts" param="body_font">
<input type="submit" value="Lookup" />
</mvt:item>
</td></tr>
</table>
</form>
</td></tr>
</table>
</td></tr>
<tr><td align="left" valign="bottom">
<mvt:item name="hdft" param="footer" />
</td></tr>
</table>
<mvt:item name="hdft" param="global_footer" />
</mvt:item>
</html>
New default template (changes/additions are highlighted)
Code:
<mvt:item name="html_profile" />
<head>
<title>&mvt:store:name;: Lookup Order History</title>
<base href="&mvt:global:basehref;" />
<mvt:item name="head" param="css_list" />
<mvt:item name="head" param="head_tag" />
</head>
<body class="ORHL one-column">
<div id="site-container">
<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
<div id="navigation-bar"><mvt:item name="navbar" /></div>
<table id="content-container">
<tr>
<td id="left-navigation"><mvt:item name="category_tree" /></td>
<td id="main-content">
<div id="page-header"><mvt:item name="hdft" param="header" /></div>
<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
<div class="margin-container">
<form action="&mvt:global:secure_sessionurl;Screen=ORDH" method="post" autocomplete="off">
<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
<div class="lookup-section grey-border-right">
<h3>Lookup by Email/Zip Code</h3>
<div class="form_row">
<label for="Order_BillEmail" class="lookup">Billing Email:</label><input type="text" name="Order_BillEmail" id="Order_BillEmail" class="textfield logn-input" value="&mvte:global:Order_BillEmail;" autocomplete="off" />
</div>
<div class="form_row">
<label for="Order_BillZip" class="lookup">Billing Zip Code:</label><input type="text" name="Order_BillZip" id="Order_BillZip" class="textfield logn-input" autocomplete="off" />
</div>
<div class="clear"></div>
<div class="sign-in-buttons"><input type="submit" class="button" value="Lookup" /></div>
</div>
</form>
<form id="logn" action="&mvt:global:secure_sessionurl;Screen=ORDH" method="post" autocomplete="off">
<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
<input type="hidden" name="Action" value="LOGN" />
<div class="signin-section">
<h3>Sign In</h3>
<mvt:if expr="l.settings:messages:error_message_count">
<div class="error-message">
<mvt:foreach iterator="error" array="messages:error_messages">
&mvt:error;
</mvt:foreach>
</div>
<mvt:elseif expr="l.settings:messages:information_message_count">
<div class="information-message">
<mvt:foreach iterator="message" array="messages:information_messages">
&mvt:message;
</mvt:foreach>
</div>
</mvt:if>
<div class="form_row">
<label for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield logn-input" value="&mvte:global:Customer_LoginEmail;" autocomplete="off" />
</div>
<div class="form_row">
<label for="Customer_Password">Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield logn-input" autocomplete="off" />
</div>
<div class="clear"></div>
<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
<div class="forgot-password"><a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=FPWD">Forgot password?</a></div>
</div>
</form>
</div>
<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
</td>
</tr>
</table>
<div id="bottom-wrap"></div>
<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
Leave a comment: