bazar
bazar copied to clipboard
Cannot see order items
- Bazar Version: 0.9
- Laravel Version: 8
- PHP Version: 8
- Database Driver & Version: mysql 5.7
Description:
There is another error before this that `order.products` is undefined. This is coming from the fact that we are passing the order to the component, and the relationship is now `items`. I fixed this but now have issues with the products table.
I can help fix some of these things, but I don't know how to rebuild assets after publishing them. npm run dev does not replace the assets in public directory.
Steps To Reproduce:
- Create an order
- View the order
- Check console for errors