
Originally Posted by
wolf99
sorry my bad, was double sure I uploaded all files, cos thats the stupid sort of thing i'd get wrong, somehow STILL managed to miss customers.php, TWICE

I do that all the time! Yeah, around line 607 of the customers.php file, there should be this:
Code:
<tr>
<td class="main"><?php echo ENTRY_WHOLESALE_PRICING_LEVEL; ?></td>
<td class="main">
<?php
echo zen_draw_input_field('customers_whole', $cInfo->customers_whole, zen_set_field_length(TABLE_CUSTOMERS, 'customers_whole', 50), false);
?><?php echo NOTES_WHOLESALE_PRICING_LEVEL; ?></td>
</tr>
that is what makes the field appear in your admin>customers>edit
Bookmarks