SankoWebFi Posted May 18, 2022 Share Posted May 18, 2022 (edited) Hello, Where can I edit the variable {payment} that is used in a standard order_conf.html email template file? I would like to remove the total sum from the variable, because the sum is already mentioned once in the {total_paid} variable. I would like that the payment box just shows "Payment: Klarna Pay Later" instead of "Payment Klarna Pay Later 31,00 €". Is the variable {payment} used somewhere else or how can I figure that out? Prestashop version 1.6.1.9. Thanks. Edited May 18, 2022 by SankoWebFi forgot to mention version (see edit history) Link to comment Share on other sites More sharing options...
Prestachamps Posted May 18, 2022 Share Posted May 18, 2022 Hi, it is inside the class PaymentModule.php, in function validateOrder You should in any case create an override and modify it there. Kind regards, Leo. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now