Quote Originally Posted by swguy View Post
You're right - the admin/specials.php passes $specials_array which is a list of things to be excluded when it calls zen_draw_products_pull_down. Have you tried resetting $specials_array, i.e.

Code:
$specials_array = array();
to see what happens? I think it might work.
That could be dangerous, given the issue that I reported in the first post of this thread.
  1. The admin-side specials' processing doesn't perform any duplicate (or date-range overlap) validation on those inserted specials.
  2. If multiple "active" specials exist for a given product, the storefront handling (when displaying products in the various listings) displays multiple instances of that product.