We have a problem with COD payment with Ultimate Shipper Module.
I allready tried the fix i found here:
$shippingMethodCode = $quote->getShippingAddress()->getShippingMethod();
$disallowedShippingMethods = $this->getConfigData('disallowedshippingmethods', $quote->getStoreId());
$disallowedShippingMethods = explode(',', $disallowedShippingMethods);
We have a problem with COD payment with Ultimate Shipper Module. I allready tried the fix i found here: $shippingMethodCode = $quote->getShippingAddress()->getShippingMethod(); $disallowedShippingMethods = $this->getConfigData('disallowedshippingmethods', $quote->getStoreId()); $disallowedShippingMethods = explode(',', $disallowedShippingMethods);
But its still don´t work for us.