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

При оплате выдает ошибку (которая судя по всему связана со скидкой)


dielit
 Share

Recommended Posts

Когда заполнены все поля и адрес доставки и нажимаю в конце кнопку оплаты, выдает эту ошибку.

image.thumb.png.531f3e713d873f3157af77526f401abd.png

В коде модуля оплаты на этих строках это

// DISCOUNT CALCULATE
        $discount = $this->rbs->discountHelper->discoverDiscount($amount, $orderBundle['cartItems']['items']);
        if ($discount > 0) {
            $this->rbs->discountHelper->setOrderDiscount($discount);
            $recalculatedPositions = $this->rbs->discountHelper->normalizeItems($orderBundle['cartItems']['items']);
            $recalculatedAmount = $this->rbs->discountHelper->getResultAmount();
            $orderBundle['cartItems']['items'] = $recalculatedPositions;
        }

К товару не добавлено никаких скидок и акций. Только дефолтная цена. В чем может быть дело?

ЗАКОМЕНТИЛ эту строчку и проблема эта исчезла, но при этом после ввода данных по карте направляет на страницу с ошибкой, с текстом "Возможно недостаточно средств / не прошли проверку"

Edited by dielit
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.