Amasty Shipping Restriction conflict with Shippingoverride2 in Magento

To elimibate the conflict please:

  • open the file  /app/code/community/Webshopapps/Shippingoverride2/Model/Shipping/Shipping.php
  • add the following code:

 /* Fix for Amasty Shipping Restrictions module */
        $result   = $this->getResult();
        Mage::dispatchEvent('am_restrict_rates', array(
            'request' => $request,
            'result'  => $result,
        ));
    /* Fix for Amasty Shipping Restrictions module */

to the method:

Webshopapps_Shippingoverride2_Model_Shipping_Shipping::collectRates()

after the line 182.

 

 

See more details on Shipping Restrictions page

User Guide

How can we help you?

Didn’t you find the answer to your question? We are always happy to help you out.