We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i have problem with set is_in stock. If I have 1 in value. Magento switch is_in_stock, but if I have 0 value Magento don't switch to out of stock.
<simple sku="xxxxxxxxx"> <stock> <qty> =0</qty> <manage_stock>1</manage_stock> <is_in_stock>0</is_in_stock> </stock> </simple>
The text was updated successfully, but these errors were encountered:
I think the right value for out of stock products is 2, please try
Sorry, something went wrong.
No branches or pull requests
Hi, i have problem with set is_in stock. If I have 1 in value. Magento switch is_in_stock, but if I have 0 value Magento don't switch to out of stock.
The text was updated successfully, but these errors were encountered: