Re: New Royal Mail Modules
The weight calculation is hard coded into each module as each module needs the weight to get the right postage. To remove the display of weight, you'd need to recode every module not to return the text
Royal Mail 1st Class Large Letter
Great Britain and Northern Ireland Only : 0.258kg
at the same time that it returns the price.
To clarify: each module returns that text the same time as the price, so each module would have to be edited by hand, you cannot edit a template because then you'd loose the whole text.
Re: New Royal Mail Modules
Sorry but where can I find standard airmail rates for Europe and rest of world letters in the Royal mail module. The international_standard file seems to have data post rates in it, or am I missing something!
Re: New Royal Mail Modules
you should have
includes/modules/shipping/rmamsmallpacket.php
includes/modules/shipping/rmamassmallpacket.php
includes/modules/shipping/rmisfsmallpacket.php
in your zip file, which is royal mail small packets, royal mail airsure and royal mail interntail signed for. You should not be using international datapost unless it's for crates (and even then you'll probably find a cheaper courier elsewhere).
Philip (the original author).
Re: New Royal Mail Modules
Thanks for that, I have those files what I want is Royal Mail Letter rate for Europe and Rest of World. I have some very small items of £1 -2 which my customers have requested to be sent by regular airmail - letter post - as items weigh up to 60gr. Is this possible?
Re: New Royal Mail Modules
Quote:
Originally Posted by
SilverKop
Thanks for that, I have those files what I want is Royal Mail Letter rate for Europe and Rest of World. I have some very small items of £1 -2 which my customers have requested to be sent by regular airmail - letter post - as items weigh up to 60gr. Is this possible?
Wha you could do is add to the Royal Mail small packet rate module. In the box where the rates are you have:
0.1:5.39, 0.12:5.51, 0.14:5.64
that means 0.1 Kg as in 100 Grams so you could do
0.06:AAA,0.08:BBB,0.1:5.39, 0.12:5.51, 0.14:5.64
which would give you AAA for the 60 gram rate and BBB for the 80g rate then you add whatever you wanted to. The only other soultion is for me to create a whole Royal Mail Airmail Letter module which I'm not really inclined to !
Philip.
Re: New Royal Mail Modules
Phillip, Many thanks for that, I will try it out.
Re: New Royal Mail Modules
HI There
I have just downloaded this contrib and want to say THANKS for the work you have done
I have one quick question,
I have a 1.38 install of zencart - do I need to add any UK Zones SQL into my site in order for this to work and it so where is the file (in order for it to show counties etc).
I don't want to add a SQl file to the database and ######## it up!
Thanks again
Re: New Royal Mail Modules
You only need UK zones if you are going to be using the parcel force options. For the standard RM modules everything works on country, although if you have chosen to display the shipping estimator it does show a list of counties if you install the UK zones. On the original work I did, I commented out the shipping estimator county display because it's irrelevant and irritating.
In Big RoyalMail version 2.2 the zones SQL is in the "optional" folder ominously named ukzr_optional_county_install-0.0.1.sql but 0.0.1 was perfect so was never upgraded to version 1.0
Philip.
Re: New Royal Mail Modules
HI Philip
Thanks kindly for your reply!
I think we owe you a beer or 5 for this contrib, i can't imagine how many hours you have spent on it!
Sorry if I wasnt clear! (or if I don't understand :-) )
I was wanting to have the counties better shown on my zen-cart, does this contrib have everything I need to do that
OR is thethis the purpose of ukzr_optional_county_install-0.0.1.sql??
I looked at that file and not sure if I misunderstand that it was only for "couriers" and not for royal mail?
Sorry for my limited understanding....
Re: New Royal Mail Modules
ukzr_optional_county_install-0.0.1.sql contains every UK county and splits the UK correctly into England, Scotland, Wales and Northern Ireland, whereas the default ZC installation is a little USA centric. it also adds an address format more suitable for UK addresses as we have longer zones than most other countries.
Royal mail does not per se need the counties (except maybe the correction for Northern Ireland and Eire) but the counties zone record can make a drop down appear on some people's installations (depends what template you use). To install the SQL file go to your admin page > tools > install sql patches click on the button by upload file and find the file on your hard drive.
There's not any misunderstanding on your part really, you want counties and that's what it has, and they are used for the datapost section of the royal mail, but most people want just 1st class, packets, airmail options, for which counties are not required, hence why it's "optional".
Philip.