OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: ROYAL MAIL CONTRIB
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Contributions / Add-Ons > Shipping Modules
gandhi
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.
geoffreywalton
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.
gandhi
hi in that location i don't have an rm.php

any ideas?
gandhi
yepdefinatley no rm.php

anybody??!?
gandhi
?
gandhi
there definatley no rm.php...
tobinuk
"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
gandhi
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.
gandhi
can anyone help me with this?
macdoodle
QUOTE (gandhi @ May 21 2008, 10:34 AM) *
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.
gandhi
CODE
<?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?
gandhi
anyone?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.