This is my tpl_modules_attributes_2.php
save this in includes\templates\CUSTOM\templates\tpl_modules_attributes_2.phpPHP Code:<?php
/**
* Module Template
*
* Template used to render attribute display/input fields
*
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_modules_attributes.php 3208 2006-03-19 16:48:57Z birdbrain $
*/
?>
<div id="productAttributes">
<div class="wrapperAttribsOptions">
<table width="100%" cellpadding="0" cellspacing="0" style="border: 1px solid #003399;">
<tr><td><table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td colspan="8" class="leftBoxHeading" id="categoriesHeading2"><strong>Please enter your Rx Information Here</strong> </td>
</tr>
<tr>
<td></td>
<td><strong> + / - </strong></td>
<td><strong>Sphere</strong></td>
<td><strong> + / - </strong></td>
<td><span class="main"><b>Cylinder</b></span></td>
<td><span class="main"><strong>Axis</strong></span></td>
<td><span class="main"><b>Prism</b></span></td>
<td><span class="main"><b>Add</b></span></td>
</tr>
<tr>
<td><div align="left"> O.D:</div></td>
<td><?php echo "\n" . $options_menu[0]; ?></td>
<td><?php echo "\n" . $options_menu[1]; ?> </td>
<td><?php echo "\n" . $options_menu[2]; ?> </td>
<td><?php echo "\n" . $options_menu[3]; ?></td>
<td><?php echo "\n" . $options_menu[4]; ?></td>
<td><?php echo "\n" . $options_menu[5]; ?></td>
<td><?php echo "\n" . $options_menu[6]; ?></td>
</tr>
<tr>
<td><div align="left"> O.S:</div></td>
<td><?php echo "\n" . $options_menu[7]; ?></td>
<td><?php echo "\n" . $options_menu[8]; ?></td>
<td><?php echo "\n" . $options_menu[9]; ?></td>
<td><?php echo "\n" . $options_menu[10]; ?></td>
<td><?php echo "\n" . $options_menu[11]; ?></td>
<td><?php echo "\n" . $options_menu[12]; ?></td>
<td><?php echo "\n" . $options_menu[13]; ?></td>
</tr>
<tr>
<td colspan="2"><?php echo $options_name[14]; ?></td>
<td colspan="6"><?php echo "\n" . $options_menu[14]; ?></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td colspan="4" class="leftBoxHeading" id="categoriesHeading"><strong>Please enter Patient and Doctor's Information Here</strong> </td>
</tr>
<tr>
<td><?php echo $options_name[15]; ?></td>
<td colspan="3"><?php echo "\n" . $options_menu[15]; ?></td>
</tr>
<tr>
<td><?php echo $options_name[16]; ?></td>
<td colspan="3"><?php echo "\n" . $options_menu[16]; ?></td>
</tr>
<tr>
<td><?php echo $options_name[17]; ?></td>
<td colspan="3"><?php echo "\n" . $options_menu[17]; ?></td>
</tr>
<tr>
<td><?php echo $options_name[18]; ?></td>
<td colspan="3"><?php echo "\n" . $options_menu[18]; ?></td>
</tr>
<tr>
<td><?php echo $options_name[19]; ?></td>
<td colspan="3"><?php echo "\n" . $options_menu[19]; ?></td>
</tr>
<tr>
<td colspan="4" class="leftBoxHeading" id="categoriesHeading"><strong>Please Choose your Prescription Treatment</strong></td>
</tr>
<tr>
<td><?php echo $options_name[20]; ?></td>
<td colspan="3"><?php echo "\n" . $options_menu[20]; ?></td>
</tr>
<tr>
<td><?php echo $options_name[21]; ?></td>
<td><?php echo "\n" . $options_menu[21]; ?></td>
<td><?php echo $options_name[22]; ?></td>
<td><?php echo "\n" . $options_menu[22]; ?></td>
</tr>
<tr>
<td><?php echo $options_name[23]; ?></td>
<td><?php echo "\n" . $options_menu[23]; ?></td>
<td><?php echo $options_name[24]; ?></td>
<td><?php echo "\n" . $options_menu[24]; ?></td>
</tr>
<tr>
<td><?php echo $options_name[25]; ?></td>
<td><?php echo "\n" . $options_menu[25]; ?></td>
<td colspan="2"> </td>
</tr>
</table></td>
</tr>
</table>
</div>
</div>






