Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions 1.x/reference/products.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Lunar\Models\Product::create([
]);
```

<Warning>
Lunar internally expects and uses the ``name`` added to Product Attribute data. You must add it in attributes, and utilize it; Otherwise, Admin Panel may throw unexpected errors.
</Warning>

## Customer Groups

You can assign customer groups to a product, this allows you to either always have that product enabled for the customer
Expand Down