
Originally Posted by
Congerman
The weights for 2nd class medium parcel seeem to only go to 2kg as the small parcel settings
Sorry about that thats what happens when you rush things because you cannot get the info out of royal mail.
Apply the SQL patch below to correct the rates
PHP Code:
/* Second Class Medium Parcel */
UPDATE configuration SET configuration_value = '1:5.2, 2:8, 5:13.35, 10:19.65, 20:27.70' WHERE configuration_key = 'MODULE_SHIPPING_RM2NDMEDPARCEL_ZONES_COST0_1' ;
/* Second Class Medium Parcel Confirmed */
UPDATE configuration SET configuration_value = '1:6.3, 2:9.1, 5:14.45, 10:20.75, 20.28.80' WHERE configuration_key = 'MODULE_SHIPPING_RM2NDMEDPARCELSF_ZONES_COST0_1' ;
Bookmarks