
Originally Posted by
destruxon
hi
using fec 1.11 and zc 1.5.0, with glasgow neat template. long story short, i want the dropdown status shown on the admin email, customers email and their account invoice. it shows ok on the admin order invoice but knowhere else. ive found this code which i think is responsible for the output on the admin order form:
<!-- bof FEC v1.24 drop down -->
<?php if (FEC_DROP_DOWN == 'true') { ?>
<tr>
<td class="main" valign="top"><strong><?php echo ENTRY_DROP_DOWN; ?></strong></td>
<td class="main"><?php echo $drop_down->fields['dropdown']; ?></td>
</tr>
<?php } ?>
<!-- eof dropdown -->
now would you mind telling me which php files i have to add this bit of code to plz :) or have i missed a setting in the admin to allow this? thanks for this fine mod works well.
dessy
Bookmarks