Posted by Lisa on 04/24/06 18:14
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_product_info_display.php
?>
<tr>
<td class="main" align="left" valign="top"><?php echo
$options_name[$i] . ':'; ?></td>
<td class="main" align="left" valign="top" width="75%"><?php
echo $options_menu[$i]; ?></td>
</tr>
<?php if ($options_comment[$i] != '' and $options_comment_position[$i]
== '1') { ?>
<tr>
<td colspan="2" class="ProductInfoComments" align="left"
valign="top"><?php echo $options_comment[$i]; ?></td>
</tr>
<?php } ?>
Navigation:
[Reply to this message]
|