How to get available product quantity?
-
I want to show available product quantity in product.view page.
-
Hi @RK-REZA
Override product view page & show this page using your package's controller & create a method there which can get get available product quantity & show on page.
Thanks