Modifying Emails templates

This post is continuation of the series of posts on EasyPaisa integration on Prestashop

We are almost done with the EasyPaisa Payment integration. The last thing is to modify the emails that go out.

As we are using a copied version of payment modules all the email are already set. We just need to add our variables to the template. Let do it to complete the last step in the integration process. For this open the file mails/en/order_conf.html in your theme folder and place the token {EPPaymentTokenString} within it based on your email design. You are done.

Next we can enable the module and start accepting the payment using EasyPaisa Payment method seamlessly.

Comments