bazar icon indicating copy to clipboard operation
bazar copied to clipboard

Cannot see order items

Open LarryBarker opened this issue 3 years ago • 0 comments

  • Bazar Version: 0.9
  • Laravel Version: 8
  • PHP Version: 8
  • Database Driver & Version: mysql 5.7

Description:

image 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:

  1. Create an order
  2. View the order
  3. Check console for errors

LarryBarker avatar Apr 01 '22 19:04 LarryBarker