change delivery option name

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart Themechange delivery option name

This topic has been marked as resolved.

I am wanting to change the “flate rate shipping” option to the name delivery

December 28, 2012 at 11:31 pm #16480

Hi;

open this file:

catalog/language/english/shipping/flat.php

find this code (ther is only 2 lines):

$_['text_title']       = 'Flat Rate';
$_['text_description'] = 'Flat Shipping Rate';

change it like this:

$_['text_title']       = 'Delivery';
$_['text_description'] = 'Delivery Rate';

for the others languages open this file and do the same steps:

catalog/language/YOUR LANGUAGE/shipping/flat.php

Good luck

Sam

 samdz
December 29, 2012 at 1:45 am #16486
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.