conedevelopment / bazar

Bazar is an e-commerce package for Laravel applications.
https://root.conedevelopment.com
MIT License
421 stars 56 forks source link

Cannot see order items #201

Closed LarryBarker closed 11 months ago

LarryBarker commented 2 years ago

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