Find this part in the code:
if (quantity > 0 || showZeroQuantity) {
Change 0 to 1 and you should have what you need.
Worked, thank you so much.