opencart2.x - Opencart translate module -
where im can find file translate words ? check checkout.php , shipping.php
to edit estimate shipping & taxes, country, region / state, post code text
go catalog/language/english(your language)/checkout/shipping.php (for oc version 2.0.3.1 , below oc versions)
go catalog/language/english(your language)/total/shipping.php (for oc version 2.1.x)
you can see following code present
$_['heading_title'] = 'estimate shipping & taxes'; $_['entry_country'] = 'country'; $_['entry_zone'] = 'region / state'; $_['entry_postcode'] = 'post code';
Comments
Post a Comment