in our application we find a page like below
domainname.com/store_page.php
In the root folder, we can see store_page.php file.
Inside that page, it is loading that page from other location
$smarty->assign('main','store_page');
We are unable to track where this 'store_page' is coming from. We want to edit meta titles and other values in that store page.
Can someone help?