Kiroge Posted June 20, 2012 Share Posted June 20, 2012 Hi, could you please someone help me to identify the file which I need to edit? As need to change 'Product details' to 'Service details' on the client area but I can't find 'Product details' in the language file. Any idea which file to edit? Thanks 0 Quote Link to comment Share on other sites More sharing options...
jrianto Posted June 21, 2012 Share Posted June 21, 2012 It's inside the lang folder. Open English.txt and change this: $_LANG["clientareaproductdetails"] = "Product Details"; To $_LANG["clientareaproductdetails"] = "Service Details"; 0 Quote Link to comment Share on other sites More sharing options...
Kiroge Posted June 24, 2012 Author Share Posted June 24, 2012 It's inside the lang folder. Open English.txt and change this:$_LANG["clientareaproductdetails"] = "Product Details"; To $_LANG["clientareaproductdetails"] = "Service Details"; It's inside the lang folder. Open English.txt and change this:$_LANG["clientareaproductdetails"] = "Product Details"; To $_LANG["clientareaproductdetails"] = "Service Details"; Hi, Thank you for your reply! But I can't find the file 'English.txt ' in a Lang folder there is only 'english.php' file which does not contain "Product Details" I have tried to find the file on other folders with no success. Please help me to find exactly path of the file. Thanks 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.