I would like to add another description field in my layout.
I attempted this by duplicating the following in
tpl_product_info_display.php:


<!--bof Product description -->
<?php if ($products_description != '') { ?>
<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
<?php } ?>
<!--eof Product description -->
and changing the top one to:

<!--bof Product description2 -->
<?php if ($products_description2 != '') { ?>
<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description2); ?></div>
<?php } ?>
<!--eof Product description2 -->


Then I added another field in table products_descriptions
and labeled it: products_descriptions2

Then I populated it with some data on the record I was viewing, but it didn't work.


I tried to figure out how to do this by also creating a new product type, but I couldn't even begin to complete that.


Any ideas how to do this with the first or second method?

thanks,
Jeff Michaels
Musical Creations Ltd.