opencart2.x - Opencart translate module -


where im can find file translate words ? check checkout.php , shipping.php

screen

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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -