Skip to main content
page last edited on 29 March 2017

How to remove Transaction ID info in order notification emails?

This article applies to the specific versions of software: X-Cart 5.2.16 and earlier
Version: 5.4 and early

Step-by-step guide

Here are the steps involved:

  1. Install and activate "Custom Skin" module.

  2. Create a new custom template in your X-Cart installation as follows:

    • copy the default template file: skins/mail/en/order/invoice/parts/bottom.methods.payment.tpl
    • to this custom template file:_ skins/theme_tweaker/mail/en/order/invoice/parts/bottom.methods.payment.tpl _
  3. Modify the custom template as needed - for example, remove the code that is used to display Transaction ID info:

      {if:order.getPaymentTransactionId()}
    {t(#Transaction ID#)}: {order.getPaymentTransactionId()}
    {end:}
  4. Re-generate X-Cart cache.