DP
Reported
I got this error message when checkout from cart. not allowing to complete the purchase
Attachments
- DPAnsweredDoes anybody face such kind of error?
- MSAnsweredHello,
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