Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2009
    Posts
    435
    Plugin Contributions
    0

    Default big royal mail module

    Big royal mail 2.3.4...This module is amazing! It is exactly what I need!
    I am however experiencing a problem and I can't seem to find the answer in any relating threads;

    I have enabled the 'Royal Mail Standard Parcels' module ver. 2.3.4 I did a test buy for an item that was £2 and weight of 0.5kg, I made sure that in admin modules>shipping the minimum order weight for this shipping module was set to 1.501 and that hide invalid shipping was set to 'true' because I don't want this postage option to be displayed to customers if their order is under 1.501kg.

    And this test order is only 0.5, however I still get displayed 'Royal Mail Standard Parcels
    Royal Mail Standard Parcels is only available for orders over 1.50 kgs'

    I have done the same thing with the 'Royal Mail Standard Parcels (to £100 insurance)' module and this works fine, it doesn't display to customers as an option or as the standard parcel one above does.

    Any ideas anyone?

    Thanks,

    Sushigal

  2. #2
    Join Date
    Apr 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: big royal mail module

    I just had a similar problem with the Standard Parcels module. In my case it didn't show up unless I set the 'Hide invalid shipping' parameter to false. Like you, I found that the rmstdparcels100 module worked OK, so I did a comparison of the php code of these two modules.

    I found a missing @ in lines 48 and 63 of rmstdparcels.php and, in line 63,
    there was an underscore missing in the variable name '_MAX_ORDERVALUE'.

    Here's the corrected line of code.

    if(@constant('MODULE_SHIPPING_'.(strtoupper($this->code)).'_MAX_ORDERVALUE') != -1 && $order->info['total'] > @constant('MODULE_SHIPPING_'.(strtoupper($this->code)).'_MAX_ORDERVALUE')){

    Correcting this typo, fixed my problem.

  3. #3
    Join Date
    Oct 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: big royal mail module

    I've just installed this module and the airmail small parcel option doesn't work, i get the error "The shipping rate cannot be determined at this time". Anyone else had this issue?

    Thanks

  4. #4
    Join Date
    Apr 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: big royal mail module

    I assume you mean air mail small packet (not parcel). This is working OK for me.

    I can't remember the details but I do remember seeing this message when I was in the midst of configuring the various royal mail postal options. I *think* it happened when the system couldn't find a valid postal option. So, suggest you check the options you have set within the airmal small packet sub-module, e.g the min and max values and the max weight.

 

 

Similar Threads

  1. Help - Royal Mail Shipping Module
    By robo26 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 10 Apr 2009, 02:54 PM
  2. Royal Mail Module
    By candlesandsoaps in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 15 Jun 2008, 11:08 PM
  3. Royal Mail Module help
    By jthomo in forum Addon Shipping Modules
    Replies: 1
    Last Post: 17 Jan 2008, 10:34 PM
  4. Royal Mail Module
    By plowe1 in forum Addon Shipping Modules
    Replies: 6
    Last Post: 17 May 2006, 03:12 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •