Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with shipping modules please!!!


e-hol.co.uk

Recommended Posts

Posted

Please could someone tell me how to rename the shipping to say "Royal Mail" and "Other courier". Any help will be greatly appreciated! :thumbsup:

Posted

what shipping module you want to use? Anyways whichever you choose there is should be the equivalent language files that has the title and description. So for example for the flat

 

The module files are

catalog\includes\modules\shipping\flat.php

catalog\includes\languages\english\shipping\flat.php

 

so you edit the

catalog\includes\languages\english\shipping\flat.php

and you change the definitions

define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Some Other Title Here');

define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Some Other Description Here');

Archived

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

×
×
  • Create New...