Forgot (again :-)) to mention:

Step 1. --------> Open classes/order.php

products[$index]['tax'];
$products_tax_description = $this->products[$index]['tax_description'];
if (DISPLAY_PRICE_WITH_TAX == 'true') {


products[$index]['id'] . "'"); //also text option
$check = tep_db_fetch_array($check_query);
if ($check['customqty'] > 0) {
$charge = $check['customqty'] * 5; //Change value to whatever you want to charge per custom
$shown_price = $shown_price + $charge;
$this->info['subtotal'] += $charge;
}
//CENTRAL50 CHARGE PER CUSTOM


Make sure you change the value in the above code to what ever you want to charge per customized entry.


Its updated in this package.

More...