I am using OpenCart 3.0.2.0. Where is the form action path in OpenCart Twig file?
Here is some of the code:
<form action="{{ action }}" method="post" enctype="multipart/form-data" id="form-product" class="form-horizontal">
I don't know where this action comes from.
You can go to the admin directory
Path :
and find
you can see it for action in view files as well.