To add a text below the Purchase a Gift Certificate header:
- Open the gift_certificates_update.tpl file, which is located in the skins/[CUSTOMER_ACTIVE_SKIN]/customer/ addons/gift_certificates directory.
- Add the desired text above the following part of code:
<p>{$lang.text_mandatory_fields}</p>
<p><span style="text-decoration: underline;">{$lang.text_gift_cert_amount_higher} {include file="common_templates/price.tpl" value=$settings.Addons.gift_certificates_opts.max_amount} {$lang.text_gift_cert_amount_less} {include file="common_templates/price.tpl" value=$settings.Addons.gift_certificates_opts.min_amount}</span></p>
</div>
- Save the file.