LaPoste-Colissimo / magento2-module-colissimo

Provides the Colissimo Simplicité shipping method.
Open Software License 3.0
3 stars 2 forks source link

few fixes (wrong cart price when doing shipping calculation, unable to generate labels to international, empty product weight issue #4

Open webpar opened 2 years ago

webpar commented 2 years ago

Hello,

We discovered few glitches and we applied these patches :

vendor/laposte/magento2-colissimo-module/Helper/CountryOffer.php

replace : return $productInfo[$methodCode] ? 'DOS' : false; by : return $productInfo[$methodCode] ? 'COLI' : false;

Do you think you could include these fixes in future releases ?

Thanks