Adding a text to the 'Purchase a Gift Certificate' page

To add a text below the Purchase a Gift Certificate header:
  1. Open the gift_certificates_update.tpl file, which is located in the skins/[CUSTOMER_ACTIVE_SKIN]/customer/ addons/gift_certificates directory.
  2. 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}&nbsp;{include file="common_templates/price.tpl" value=$settings.Addons.gift_certificates_opts.max_amount}&nbsp;{$lang.text_gift_cert_amount_less}&nbsp;{include file="common_templates/price.tpl" value=$settings.Addons.gift_certificates_opts.min_amount}</span></p>
    </div>
  3. Save the file.

Noticed an error in the article or it is not clear enough? Any suggestions to improve it? Please let us know by filling in the feedback form. Click here.