I know what your thinking... this has been answered!

For the product page, the current fix works, but it does not remove it from the confirmation email.

As far as I can tell, I need to edit this in the /includes/classes/order.php file


Line #870 : ($this->products[$i]['onetime_charges'] !=0 ? "\n" . TEXT_ONETIME_CHARGES_EMAIL . $currencies->display_price($this->products[$i]['onetime_charges'], $this->products[$i]['tax'], 1) : '') .

Line #880 : '</td></tr>' . "\n" . '<tr><td class="product-details">' . nl2br(TEXT_ONETIME_CHARGES_EMAIL) . '</td>' . "\n" .


I can go into the english.php file and make it so (TEXT_ONETIME_CHARGES_EMAIL) equals "", but it still show the one time dollar amount.

Any suggestions?