Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Sashkax

Newbie
  
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Sashkax

  1. Получился вот такой vqmod для 2.0.3.1 (адрес не создается, если не заполнен город): <file name="catalog/model/account/customer.php"> <operation error="log"> <search position="after"><![CDATA[$customer_id = $this->db->getLastId();]]></search> <add><![CDATA[ if ($this->db->escape($data['city'])!='') { ]]></add> </operation> </file> <file name="catalog/model/account/customer.php"> <operation error="log"> <search position="after"><![CDATA[$this->db->query("UPDATE " . DB_PREFIX . "customer SET address_id = '" . (int)$address_id . "' WHERE customer_id = '" . (int)$customer_id . "'");]]></search> <add><![CDATA[ } ]]></add> </operation> </file> disable-registration-address.vqmod.xml
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.