royalmail icon indicating copy to clipboard operation
royalmail copied to clipboard

A Magento shipping extension to add Royal Mail shipping methods.

Results 8 royalmail issues
Sort by recently updated
recently updated
newest added

in app/code/community/Meanbee/Royalmail/Model/Shipping/Carrier/Royalmail.php you have ``` foreach ($allowedMethods as $allowedMethod) { foreach ($calculatedMethods as $methodItem) { if ($allowedMethod[1] == $methodItem->shippingMethodNameClean) { ``` is that required ? I was testing with just...

According to http://www.royalmail.com/sites/default/files/RM-International-Tracking-Signature-Services-Coverage-April2016.pdf International Signed is not valid for the USA and New Zealand and much of Europe Europe is an easy fix as it just requires removal of some...

We had heavy modifications to the code before the RoyalmailPHPLibrary implementation was done. I am currently reworking all our changes again. One of the things we changed was to ignore...

Currently the code shows it as available - but according to royal mail it is not https://personal.help.royalmail.com/app/answers/detail/a_id/98/~/sending-mail-to-the-channel-islands-and-isle-of-man This was something that was fixed before, but has appeared again with the...

Fix the existing unit tests, remove the now breaking unit tests and add in additional tests where needed.

The main chunk of this was tackled in #22, but it would be good to get the insurance charges looked at too.

Acceptance criteria: - Prices export mechanism - Price import mechanism - Provide method/information on how to reset to original prices.