The logo in a gift certificate

In order to replace CS-Cart logo with your own one in a gift certificate you should do the following:
  1. Put your logo with the your_logo.gif name to the skins/CUSTOMER_ACTIVE_SKIN/mail/images directory.
  2. Open the default.tpl file located in the skins/[CUSTOMER_ACTIVE_SKIN]/mail/addons/gift_certificates/templates directory of your CS-Cart installation, where [CUSTOMER_ACTIVE_SKIN] is an active skin of your storefront.
  3. Find the following part of code there:
    <td width="370"><img src="{$images_dir}/gift_cert_logo.gif" border="0" width="174" height="53" alt="{$settings.Company.company_name}" style="margin: 12px 0px 8px 13px;" /></td>
  4. Replace it with the following part of code:
    <td width="370"><img src="{$images_dir}/your_logo.gif" border="0" width="174" height="53" alt="{$settings.Company.company_name}"
          style="margin: 12px 0px 8px 13px;" /></td>
  5. 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.