greatpcs wrote:
Sorry, I didn't read the subject version.. and was editing an existing special
The drop down should be as wide as the widest product name/group/price
the group drop down changes when you select the product from that group.. if you are only seeing wholesale, either the product selected is not in retail.. or you need to select the retail product from the drop down
in firefox, copy over the drop down box, right click, view source and paste it back here
like this (6.4.1a B2B)
Code:
<td class="main" width="114" align="right">Product: </td>
<td class="main"><select name="products_id" style="font-size: 10px; width: 98%;"
Hi, Jason,
I replaced this (admin/specials.php):
tep_draw_products_pull_down('products_id', 'style="font-size:10px; width: 98%"', $specials_array)
with this:
tep_draw_products_pull_down('products_id', 'style="font-size:10px"', $on_special_array)
Now the drop down is dynamic and wide enough. I have the Customer Group thing figured out as well. Thanks for your help!