Ну это видимо модуль какой-то. В папке модуля должен быть шаблон с расширением .tpl
Вот в модуле нашёл файл foundbetterprice.tpl
{capture name=path}{l s='Found a better price' mod='foundbetterprice'}{/capture}
{include file=$tpl_dir./breadcrumb.tpl}
<h2>{l s='Have you seen this product elsewhere at a cheaper price?' mod='foundbetterprice'}</h2>
{include file=$tpl_dir./errors.tpl}
{if $confirm}
<p class="success">{$confirm}</p>
{else}
<form method="post" action="{$request_uri}" class="std">
<fieldset>
<h3 class="bold">{l s='Tell us where and at what price would you rate this product and we will inform you if we are able to offer a lower price' mod='foundbetterprice'}.</h3><br />
<p class="align_center">
<a href="{$productLink}"><img src="{$img_prod_dir}{$cover.id_image}-medium.jpg" alt="" title="{$cover.legend}" /></a><br/>
<a href="{$productLink}">{$product->name}</a>
</p>
{if !$validate_login}
<p>
<label for="form-name">{l s='Your name' mod='foundbetterprice'}:</label>
<input type="text" id="form-name" name="name" style="width: 215px;" value="{if isset($smarty.post.name)}{$smarty.post.name|escape:'htmlall':'UTF-8'|stripslashes}{/if}" /><sup>*</sup>
</p>
<p>
<label for="form-address">{l s='Your email' mod='foundbetterprice'}:</label>
<input type="text" id="form-address" name="email" style="width: 215px;" value="{if isset($smarty.post.email)}{$smarty.post.email|escape:'htmlall':'UTF-8'|stripslashes}{/if}" /><sup>*</sup>
</p>
{/if}
<p>
<label for="form-price">{l s='Competitor\'s price' mod='foundbetterprice'}:</label>
<input type="text" id="form-price" name="price" style="width: 215px;" value="{if isset($smarty.post.price)}{$smarty.post.price|escape:'htmlall':'UTF-8'|stripslashes}{/if}" /><sup>*</sup>
</p>
<p>
<label for="form-url">{l s='Product page URL' mod='foundbetterprice'}:</label>
<input type="text" id="form-url" name="url" style="width: 215px;" value="{if isset($smarty.post.url)}{$smarty.post.url|escape:'htmlall':'UTF-8'|stripslashes}{/if}" />
</p>
<p>
<label for="form-address">{l s='Write a message' mod='foundbetterprice'}:</label>
<textarea id="form-address" name="message" rows="10" style="width: 215px;" />{if isset($smarty.post.message)}{$smarty.post.message|escape:'htmlall':'UTF-8'|stripslashes}{/if}</textarea>
</p>
<p class="align_center">
<img id="securitykey_img" src="{$modules_dir}foundbetterprice/createsecureimage.inc.php?rnd={$staf_rnd}&cl={$staf_codelen}&type=1" align="absmiddle" style="border:solid 1px #003C74;" width="70" height="20" />
<input type="text" name="staf_skey" style="width: 50px;" maxlength="5" />
<input type="hidden" name="staf_rnd" value="{$staf_rnd}">
<b style="font-size:11px">{l s='Retype the 5 digit key' mod='foundbetterprice'}.</b></td>
</p>
<p class="submit">
<input type="submit" name="submitPriceRequest" value="{l s='Send' mod='foundbetterprice'}" class="button" />
</p>
</fieldset>
</form>
{/if}
<ul class="footer_links">
<li><a href="{$productLink}" class="button_large">{l s='Back to' mod='foundbetterprice'} {$product->name}</a></li>
</ul>