Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to change the shipping names ie flatrate best way


DJMark

Recommended Posts

i think this is what you are looking for:

 

\catalog\includes\languages\english\modules\shipping

 

then choose the file to open ... table looks like this:

 

<?php

/*

$Id: table.php 1739 2007-12-20 00:52:16Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('MODULE_SHIPPING_TABLE_TEXT_TITLE', 'Table Rate');

define('MODULE_SHIPPING_TABLE_TEXT_DESCRIPTION', 'Table Rate');

define('MODULE_SHIPPING_TABLE_TEXT_WAY', 'Best Way');

define('MODULE_SHIPPING_TABLE_TEXT_WEIGHT', 'Weight');

define('MODULE_SHIPPING_TABLE_TEXT_AMOUNT', 'Amount');

 

 

Hope this helps ...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...