Custom add Inventory on Product Page
-
-
Hi @Luke
Just override the blade file in another package and create your input field.
Use view render event to call your blade file that you've overridden.
Also, you will need to add the Migration with proper Model, controller and routes to handle your request.
Thanks.