-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set out of stock threshold for backorders ? #42
Comments
Hi, Yes this is not very clear. What you need to use for Out of stock threshold is
"minimum quantity" is the internal name of the field (min_qty).
|
Thanks @patrick-bigbridge , Actually, when you look at csv import file from the dashboard, there are two fields Thanks. |
Yes, the mapping can be found here: |
thanks @garfix |
Hello,
I'm trying to use the importer to set the
Out-of-Stock Threshold
field. Actually, I'm trying to set a negative value per product.I know there is something like :
But I didn't see anything concerning this special use case.
Did I miss something or could you indicate me how to accomplish this ?
By the way, what does
$stock->setUseConfigBackorders
exactly do ?Thanks in advance for you help.
The text was updated successfully, but these errors were encountered: