Stock question #1195
Stock question
#1195
-
if i want to have stock do i need to make variants what if i just want stock to a product but not stock to a different product |
Beta Was this translation helpful? Give feedback.
Answered by
duncanmcclean
Jan 6, 2025
Replies: 1 comment 9 replies
-
I'm not sure I totally understand your question.. You can use stock with non-variant products, you just need to add a "Stock" field to your product blueprint, add an initial stock amount and Simple Commerce will update it for you upon checkout. If you want to use stock with variant products, just add a "Stock" field to the product variants field in your blueprint and it'll work the same way. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know which email it's failing to send specifically, but it looks like you need to configure an email driver in your
.env
. See the Laravel documentation for more information.No, setting the stock field to 0 would mean it's "out of stock". If a product should have unlimited stock, leave the "Stock" field empty.