Show out of stock for products with no available stock
Added 'Out of Stock' feature logic for items with null/0 available stock. Disabled due to all items currently listed as null in AvailableStock
Added 'Out of Stock' feature logic for items with null/0 available stock. Disabled due to all items currently listed as null in AvailableStock
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b show-out-of-stock-for-products-with-no-available-stock origin/show-out-of-stock-for-products-with-no-available-stock
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout origin/master git merge --no-ff show-out-of-stock-for-products-with-no-available-stock
Step 4. Push the result of the merge to GitLab
git push origin master
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
This will create a new commit in order to revert the existing changes.