You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'sku'in'field list' ...
I can make a MR with the change but first I need confirmation of this iisue and second I'm not pretty sure if a have to do the MR to the v1-docs branch or 1.x.
@dualklip the sku field is no longer part of the Product model, which is causing the error you encountered. Instead, the sku field should be added to a product variant, as shown below:
In the Full Example of how to create a product (https://docs.lunarphp.io/core/reference/products.html#full-example) there is a reference to a field which should no longer be there because it causes an error. Is the
sku
field:I can make a MR with the change but first I need confirmation of this iisue and second I'm not pretty sure if a have to do the MR to the
v1-docs
branch or1.x
.The documentation say this:
The text was updated successfully, but these errors were encountered: