Bug Report: Error When Checkout

Error When Checkout

I got this error message when checkout from cart. not allowing to complete the purchase

DP

Dhanushka Priyankara

Reported
I got this error message when checkout from cart. not allowing to complete the purchase
  • DP

    Dhanushka Priyankara

    Answered
    Does anybody face such kind of error?
  • MS

    Mian Saleem

    Answered
    Hello,

    I am sorry for late reply. It looks like it's a bug. Please edit `modules/Shop/Http/Livewire/Components/Cart/Checkout.php` around line 184 `$this->prepareItems();` and replace it with

    ```php
    $this->cart_items = $this->prepareItems();
    ```

    That should fix this. I will update the download file later this week.

    Thank you
  • Login to Reply