Hi reevesofbath
We too use Parcels2Go in our shipping sometimes, their rates vary a lot of course depending where the item is going and so on and it's size/weight. We also have a ParcelForce contract for up to 30kg at around £18 to most European destinations.
So the point of my reply is that you don't actually have to put up with the set text in the shipping module, if you don't want to, and can change it to remove the words ParceForce to something like:-
Parcel2Go int shipping:
You could use the Zone Rates module and amend the heading and the text that shows.
You do this by editing the file here (in a proper text editor NOT Word or anything like that):-
/includes/languages/english/modules/shipping/zones.php (make a backup of this file first).
Change the text in these lines (normally around line 45):-
define('MODULE_SHIPPING_ZONES_TEXT_TITLE', 'Zone Rates');
define('MODULE_SHIPPING_ZONES_TEXT_DESCRIPTION', 'Zone Based Rates');
define('MODULE_SHIPPING_ZONES_TEXT_WAY', 'Shipping to Zone');
define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'lbs');
To:-
define('MODULE_SHIPPING_ZONES_TEXT_TITLE', 'International Shipping Rates - Parcel2Go');
define('MODULE_SHIPPING_ZONES_TEXT_DESCRIPTION', 'Zone Based Rates');
define('MODULE_SHIPPING_ZONES_TEXT_WAY', 'Parcel2Go Shipping to Country: ');
define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'kilograms');
Note how you can also change the default "lbs" to "kgs" or "kilograms" as well to show this at the checkout.
We use the Zone rates for carrier shipments outside the UK and enter into Zone2 "00", then the rates we want.
We use the Table shipping module for our contract in the UK for PaarcelForce (flate rate of £7.50 {that's what we charge the customer inc vat, not what we pay} for 24hr/overnight shipping) and have changed the text in this to:-
define('MODULE_SHIPPING_TABLE_TEXT_TITLE', 'Expedited Shipping');
define('MODULE_SHIPPING_TABLE_TEXT_DESCRIPTION', 'Expedited Shipping');
define('MODULE_SHIPPING_TABLE_TEXT_WAY', 'ParcelForce Overnight (NOTE: If you are out PF will leave item at nearest Post Office): ');
define('MODULE_SHIPPING_TABLE_TEXT_WEIGHT', 'Weight');
define('MODULE_SHIPPING_TABLE_TEXT_AMOUNT', 'Amount');
Cheers
SteveB