Product Status "Draft" and "Published" #1420
Replies: 2 comments
-
The status is a way for you to allow for "draft" products to exist but not be shown on your storefront. You'll need to manually cater for the status if you don't want them to appear, whether that's via the query builder or through filtering on search pages that use something like Algolia. Product::status('published')->get(); |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Merry Christmas to all the Lunar people :)
I have a question. I have products on the status "Drag". But those products can be found in the search and also can be bought.
I was wondering what the status "Draft" and "Published" do?
Beta Was this translation helpful? Give feedback.
All reactions