Posted - 06/02/2025 : 11:07:55
Michael, you can search for the text string you want to change in vsadmin/inc/languagefile_en.php (or the appropriate language file for your site), and then override it by adding a line in vsadmin/includes.php, like this:
$xxShipHa = 'Tariff Fee';
It may take some trial and error to ensure you've updated every instance of the text that appears during checkout.
That said, after some consideration we've decided against displaying those cost increases as a “Tariff Fee” in the cart.
Tariffs have become a politically sensitive topic, and drawing attention to them at checkout could increase cart abandonment for some buyers.
|