conedevelopment / bazar

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

Cannot access product media #179

Closed LarryBarker closed 2 years ago

LarryBarker commented 2 years ago

Description:

After attaching media to my product, I was first able to display in my view. After refreshing the page, I am now seeing an error: Call to a member function url() on null

Not sure why this is happening or what changed between refreshes?

LarryBarker commented 2 years ago

Whoops.. I know what the issue is. I created a custom Product model to change the route model binding key to the product slug. Are the traits not inherited?

iamgergo commented 2 years ago

Hello!

I think the problem is, the new Product class is not bound into the container.

Here is the documentation: https://bazar.conedevelopment.com/docs/contracts-container-and-proxies#overriding-container-bindings

Let me know if this solves the problem! Thanks!