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

Antuan

Newbie
  
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Antuan's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Где-то здесь или нет? public function getOrders($data = array()) { $sql = "SELECT o.order_id, CONCAT(o.firstname, ' ', o.lastname) AS customer, (SELECT os.name FROM " . DB_PREFIX . "order_status os WHERE os.order_status_id = o.order_status_id AND os.language_id = '" . (int)$this->config->get('config_language_id') . "') AS status, o.shipping_code, o.total, o.currency_code, o.currency_value, o.date_added, o.date_modified, o.payment_code FROM `" . DB_PREFIX . "order` o"; if (isset($data['filter_order_status'])) { $implode = array(); $order_statuses = explode(',',
  2. [10-Mar-2018 11:24:19 Europe/Moscow] PHP Parse error: syntax error, unexpected end of file in /home/i/infowewl/infowewl.beget.tech/public_html/system/storage/modification/admin/model/sale/order.php on line 165
  3. Ругается на 165 строку public function getOrders($data = array()) { $sql = "SELECT o.order_id, CONCAT(o.firstname, ' ', o.lastname) AS customer, (SELECT os.name FROM " . DB_PREFIX . "order_status os WHERE os.order_status_id = o.order_status_id AND os.language_id = '" . (int)$this->config->get('config_language_id') . "') AS status, o.shipping_code, o.total, o.currency_code, o.currency_value, o.date_added, o.date_modified, o.payment_code FROM `" . DB_PREFIX . "order` o"; if (isset($data['filter_order_status'])) { $implode = array(); $order_statuses = explode(',',
×
×
  • 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.