As the title says, I want to show how much of the items I have in stock currently instead of it just saying "Availability: In Stock"
For Example it would say: Qty on Hand: 13.
I figured it out in M1, but M2 is a different beast and I haven't figured it out yet. I need this as I am a fabric store, so customers need to know how much we have of something before ordering.
Thanks in advance
PS. Using Porto Theme and Magento 2.3.4 (for now)
And I am aware of the Only X Left Threshold, but I don't want that as it would say "Only 13 Left" which is weird I think
Hello @letssewllc ,
Check the phtml file responsible for showing "Availability: In Stock" with help of Path Hints .
Then add this code to show quantity:
https://magento.stackexchange.com/a/143905