Hi stiggy

If you open up dpu_ajax.php in an editor you should see this line:

Code:
define('DPU_SHOW_QUANTITY', true);
Change this to

Code:
define('DPU_SHOW_QUANTITY', false);
That should sort your problem

Dan