Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.52 KB | None | 0 0
  1.     <file path="catalog/model/payment/cod.php">
  2.         <operation>
  3.             <search><![CDATA[
  4.     public function getMethod($address, $total) {
  5.            ]]></search>
  6.             <add position="after"><![CDATA[
  7.            if (!empty($this->session->data['shipping_method'])) {
  8.                $sm = $this->session->data['shipping_method']['code'];
  9.                $shipping = explode('.', $sm);
  10.         if ($shipping[0] == 'yandex_delivery') return false;
  11.         }
  12.            ]]></add>
  13.         </operation>
  14.     </file>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement