Hi!

The (1) that's shown is the quantity... to disable it open up includes/modules/pages/product_info/jscript_updater.php and find the line that says:

var showQuantity = true;

Change the true to false... If you don't want the quantity to show up in the sidebox, adjust the line directly below this:

var showQuantitySB = true;

Again, change the true to false

Don't remove the (+$5) from your attributes... the Updater reads those values and makes its adjustments based on them

HTH

Dan