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

Не изменяется ситус заказов в истории заказа


 Share

Recommended Posts

Здравствуйте.

Может кто-то силкивался?

Не изменяется ситус заказов в истории заказа после применения купонов.

Сколько не меняю, всегда стои изначальный "в обрилитке", когда купоны не используем все рилииет правильно.

версия 2.3 OcStore

Заранее спасипотому что!

Link to comment
Share on other sites


Ггдето тут надо смотреть ./catalog/model/checkout/order.php: 286

// Confirm coupon, vouchers and reward points
$fraud_status_id = $this->{'model_extension_total_' . $order_total['code']}->confirm($order_info, $order_total);

// If the balance on the coupon, vouchers and reward points is not enough to cover the transaction or has already been used then the fraud order status is returned.
if ($fraud_status_id) {
	$order_status_id = $fraud_status_id;
}

 

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

×
×
  • 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.