Hello Guys,
I am new to open cart, i am implementing a weight based shipping method. But i am having issue with the display name showing at the front end, which is "weight based shipping". somebody help me with how i can change the name of this module to prefer name, Thank you
Go to catalog\language\en-gb\shipping\weight.php and change text to your required text
$_['text_title'] = 'Weight Based Shipping';
In above file path url en-gb is language folder if you are working in multi language then need to change in other folder as well.
Thanks
$_['text_title'] = 'Weight Based Shipping';
In above file path url en-gb is language folder if you are working in multi language then need to change in other folder as well.
Thanks
Rupak Nepali
webocreation.com@gmail.com
http://webocreation.com
Enjoy! Tips and tricks as well as free module.
rupaknepali wrote:Go to catalog\language\en-gb\shipping\weight.php and change text to your required text
$_['text_title'] = 'Weight Based Shipping';
In above file path url en-gb is language folder if you are working in multi language then need to change in other folder as well.
Thanks
Thank you for your response...i am using language folder "english", i changed the line
$_['text_title'] = 'Weight Based Shipping'; to $_['text_title'] = 'Odeya Shipping Rate';
But this didn't reflect on the front-end
Who is online
Users browsing this forum: ajitray and 43 guests