Controller and route for product view blade
-
Hi,
Can I know where can I see the controller and the route for " resources\themes\velocity\views\products\view.blade.php ". Seems like I can't find the controller and routing for this file. I need to override the controller which I need to add get data for quantity of product.
-
Hello
Route file and controller link is mentioned below.
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Http/routes.php#L308
Thanks
Rahul Shukla