Making it "nothing" actually "disables" it, did you try?
Regarding "One time charges may apply":
1. includes\languages\english\document_general_info.php - Line 39:
Code:
define('TEXT_ONETIME_CHARGE_DESCRIPTION', ' One time charges may apply');
2. includes\languages\english\document_general_info.php - Line 39
Code:
define('TEXT_ONETIME_CHARGE_DESCRIPTION', ' One time charges may apply');
3. includes\languages\english\product_free_shipping_info.php - Line 39
Code:
define('TEXT_ONETIME_CHARGE_DESCRIPTION', ' One time charges may apply');
4. includes\languages\english\product_info.php - Line 39
Code:
define('TEXT_ONETIME_CHARGE_DESCRIPTION', ' One time charges may apply');
Hope it helps.