Jump to content



Latest News: (loading..)

- - - - -

ROYAL MAIL CONTRIB


  • Please log in to reply
11 replies to this topic

#1   gandhi

gandhi
  • Members
  • 283 posts
  • Real Name:buddy

Posted 24 April 2008 - 08:36 AM

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.

#2   geoffreywalton

geoffreywalton

    Contact me for Support

  • Community Sponsor
  • 8,037 posts
  • Real Name:Geoffrey Walton
  • Gender:Male
  • Location:Norfolk, UK (close to the centre of the universe)

Posted 26 April 2008 - 07:59 PM

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, 26 April 2008 - 08:00 PM.

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 ======>>>>>.

#3   gandhi

gandhi
  • Members
  • 283 posts
  • Real Name:buddy

Posted 29 April 2008 - 01:20 PM

hi in that location i don't have an rm.php

any ideas?

#4   gandhi

gandhi
  • Members
  • 283 posts
  • Real Name:buddy

Posted 06 May 2008 - 02:20 PM

yepdefinatley no rm.php

anybody??!?

#5   gandhi

gandhi
  • Members
  • 283 posts
  • Real Name:buddy

Posted 11 May 2008 - 08:37 AM

?

#6   gandhi

gandhi
  • Members
  • 283 posts
  • Real Name:buddy

Posted 12 May 2008 - 01:25 PM

there definatley no rm.php...

#7   tobinuk

tobinuk
  • Members
  • 62 posts
  • Real Name:steven john tobin

Posted 12 May 2008 - 07:35 PM

"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, 12 May 2008 - 07:36 PM.


#8   gandhi

gandhi
  • Members
  • 283 posts
  • Real Name:buddy

Posted 19 May 2008 - 12:24 PM

i have the following in my shipping folder:

flat.php
item.php
record.php
table.php
usps.php
zones.php

which one do i edit?

thanks.

#9   gandhi

gandhi
  • Members
  • 283 posts
  • Real Name:buddy

Posted 21 May 2008 - 02:34 PM

can anyone help me with this?

#10   macdoodle

macdoodle
  • Members
  • 3 posts
  • Real Name:MacDoodle
  • Gender:Female

Posted 22 May 2008 - 09:39 PM

View Postgandhi, on May 21 2008, 10:34 AM, said:

can anyone help me with this?

Wild guess - I think it's the "record.php" file, because I think all the other files are included in the standard osc install.

#11   gandhi

gandhi
  • Members
  • 283 posts
  • Real Name:buddy

Posted 23 May 2008 - 08:27 AM

<?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 <osc@finalsolution.co.uk>

  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?

#12   gandhi

gandhi
  • Members
  • 283 posts
  • Real Name:buddy

Posted 02 June 2008 - 08:40 AM

anyone?