meanbee / royalmail

A Magento shipping extension to add Royal Mail shipping methods.
https://www.meanbee.com/magento-extensions/magento-royal-mail.html
Open Software License 3.0
19 stars 9 forks source link

Ignore cart value when choosing a postage method #69

Open joolswills opened 8 years ago

joolswills commented 8 years ago

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 the value of the packet when choosing a delivery method - and I think this could be useful for other users so for example a first class small packet method can be chosen on a higher value item.

Would this be something you might be interested in adding?

RidRack commented 8 years ago

Hi Joolswills,

We've had the same idea, as quite a few users have asked for something similar if they want to ignore the price of insurance. It's already been implemented in the PHP library, but we haven't moved over fully all updates from that to the magento extension, as it requires a lot of modification.

You can see it here https://github.com/meanbee/royalmail-php-library/blob/master/src/Data.php#L116 in the Data class in the library.

Any future versions of the M1 Royal Mail Extension should include the updated library files.