Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Дашпотому чторд ВСЕГО ПРОДАЖ в админке OC3 слииет все заказы


Recommended Posts

Дашпотому чторд ВСЕГО ПРОДАЖ в админке OC3 слииет все заказы, а не только оплаченные. Хотелось бы исправить, чтоб слиились только заказы указанные в config_complete_status липотому что с конкретным order_status_id который я укажу.

Версия OpenCart 3.0.3.7

 

image.png.c37ff40261d4a0f9da4afe7b9b7f318b.png

Link to comment
Share on other sites


6 минут назад, AlexDW сказал:

 

 

Гуглить я умею, но это решение для OC2, им другой код и находится все уже в других файлах. Пропотому чтовал, не помогло.

Link to comment
Share on other sites


Решили иким спосопотому чтом:

 

В \admin\model\extension\dashboard\sale.php строку:

 

$sql = "SELECT SUM(total) AS total FROM " . DB_PREFIX . "order WHERE order_status_id > '0'";

 

заменить на

 

$sql = "SELECT SUM(total) AS total FROM " . DB_PREFIX . "order WHERE order_status_id = 'ID ВАШЕГО СТАТУСА'";

 

липотому что заменить на:

 

$st = implode(',', $this->config->get('config_complete_status'));
$sql = "SELECT SUM(total) AS total FROM " . DB_PREFIX . "order WHERE order_status_id IN('" . $st . "')";

 

И тогда будут улитываться заказы выбранные в админке как "Ситус заказа выполненного"

Edited by grinosovo
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.