Page 1 of 1
Estimate Shipping & Taxes
Posted: Sat Nov 17, 2018 2:33 am
by rvjventures
Hello, I am using OC 2.3.0.2 and I am trying to locate the file for the Estimate Shipping & Taxes to change and add some wording.
Does anyone know where I can locate it within OC 2.3.0.2?
I want to add to the last one, "USPS Retail Ground " to "USPS Parcel Select (Ground) up to 8-Days".
[img]
Re: Estimate Shipping & Taxes
Posted: Sat Nov 17, 2018 6:22 am
by rvjventures
After a long search, I finally found part of it. The file to change the title of "Estimate Shipping & Taxes", chgd to "Estimate Shipping Costs".
It is located at:
/cart/catalog/language/en-gb/extension/total/shipping.php
So, now I got to find out where that part gets the info to change what I really wanted to change.
Re: Estimate Shipping & Taxes
Posted: Sat Nov 17, 2018 4:38 pm
by OSWorX
Every displayed text can be found inside the language files:
Code: Select all
admin and/or catalog /language/YOUR_LANGUAGE
Whenever you want to change a text, simply open a fileeditor (mean not Word etc.!) and search for that phrase within these folders depending of admin or catalog.
Important is, when you edit such a file,
save it without BOM and encoded as UTF-8 - otherwise you will get in troubles.