Zen Cart Logo
Forums / Addon Shipping Modules / big royal mail module

big royal mail module

Locked

Views: 3,630

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
23 Apr 2009, 10:32 AM
#1
sushigal avatar

sushigal

Zen Follower

Join Date:
Mar 2009
Posts:
435
Plugin Contributions:
0

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

27 Oct 2009, 4:32 PM
#2
aenea avatar

aenea

New Zenner

Join Date:
Apr 2008
Posts:
11
Plugin Contributions:
0

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.

25 Nov 2009, 2:52 PM
#3
tomharto avatar

tomharto

New Zenner

Join Date:
Oct 2009
Posts:
34
Plugin Contributions:
0

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

25 Nov 2009, 3:58 PM
#4
aenea avatar

aenea

New Zenner

Join Date:
Apr 2008
Posts:
11
Plugin Contributions:
0

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.