Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ROYAL MAIL CONTRIB


gandhi

Recommended Posts

www.brewrecords.net/shop

 

I added the royal mail contrib, installed fine

 

However, I want it to be £1 per item, 50p per additional item, NOT £1 recorded delivery, 50p each additional item.

 

Also there is not option for international postage too, how can i 'add 50p per item for international orders' or something similar?

 

thank you.

Link to comment
Share on other sites

Suspect you can change the wording in /includes/languages/english/rm.php (guesses ad at rm.php)

 

Set this so the shipping method is only available in the UK in the modules admin area of your shop.

 

Create another shipping module for the rest of the world by duplicating the rm module and editing as appropriate.

Edited by geoffreywalton

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

"Suspect you can change the wording in /includes/languages/english/rm.php"

 

I think he meant edit the wording in /includes/languages/english/modules/shipping/ rm.php

 

 

Now where he put rm.php that was just a example! it maybe called something else

 

Follow the files as above and edit which ever file you want the wording changed

Edited by tobinuk
Link to comment
Share on other sites

<?php
/*

 $Id: record.php,v 1.0x 22/03/2005
			by Paul (melfalcon)

 $Id: table.php,v 1.26x 22/03/2005 $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 * Modifications by Paul B <[email protected]>

 Released under the GNU General Public License
*/

define('MODULE_SHIPPING_RECORD_TEXT_TITLE', 'Royal Mail First Class - Recorded Delivery');
define('MODULE_SHIPPING_RECORD_TEXT_DESCRIPTION', 'Royal Mail First Class - Recorded Delivery');
define('MODULE_SHIPPING_RECORD_TEXT_WAY', '(£%s first item, £%s each additional)');
define('MODULE_SHIPPING_RECORD_TEXT_AMOUNT', 'Amount');
?>

 

aha yes i have it!!

 

however i want people to have the choice of the following:

 

1st class recorded

2nd class recorded

1st class

2nd class

Europe

Rest Of The World

 

can anyone help?

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...