RE: Is it possible?
Japes <[email protected]> 13 Sep 2003 05:40:09 -0000
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <b8b99c2cd20607d86e8481ab11d18e48@osCommerce-Forums> |
This message was sent from: Installation and Configuration
http://forums.oscommerce.com/viewtopic.php?p=228779#228779
----------------------------------------------------------------
Have I got this snippet correct?
[code]<?php echo tep_draw_textarea_field('more_info[' . $languages[$i]['id'] . ']', 'soft', '70', '15', (isset($more_info[$languages[$i]['id']]) ? $more_info[$languages[$i]['id']] : tep_get_more_info($pInfo->products_id, $languages[$i]['id']))); ?>[/code]