Does any one have a sample code for reediting option names in PHP. i.e
To have the a specific option name Bracelet Size be replaced with
Bracelet Size: Guidelines. Guidelines will be a popup describing How
to measure you wrist size.
Here is the PHP code in my tpl_document_pr oduct_info_disp lay.php
?>
<tr>
<td class="main" align="left" valign="top"><? php echo
$options_name[$i] . ':'; ?></td>
<td class="main" align="left" valign="top" width="75%"><?p hp
echo $options_menu[$i]; ?></td>
</tr>
<?php if ($options_comme nt[$i] != '' and $options_commen t_position[$i]
== '1') { ?>
<tr>
<td colspan="2" class="ProductI nfoComments" align="left"
valign="top"><? php echo $options_commen t[$i]; ?></td>
</tr>
<?php } ?>
To have the a specific option name Bracelet Size be replaced with
Bracelet Size: Guidelines. Guidelines will be a popup describing How
to measure you wrist size.
Here is the PHP code in my tpl_document_pr oduct_info_disp lay.php
?>
<tr>
<td class="main" align="left" valign="top"><? php echo
$options_name[$i] . ':'; ?></td>
<td class="main" align="left" valign="top" width="75%"><?p hp
echo $options_menu[$i]; ?></td>
</tr>
<?php if ($options_comme nt[$i] != '' and $options_commen t_position[$i]
== '1') { ?>
<tr>
<td colspan="2" class="ProductI nfoComments" align="left"
valign="top"><? php echo $options_commen t[$i]; ?></td>
</tr>
<?php } ?>