Jump to content

PayPal submit.php modification ?


jifola

Recommended Posts

Hello, I want to change the confirmation page you get redirected to when you complete paypal payment. I know I have to change the paypal submit.php file. But everytime i do it f***s up. I tryed php echo but im not a programming genius so hopefully someone here can help.

 

Right now the confirmation page looks like this:

Order confirmation

Your order on FillMeUp.dk is complete.

You have chosen the PayPal method.

Your order will be sent very soon.

For any questions or for further information, please contact our customer support.


Total of the transaction (taxes incl.) : 200,00 kr

Your order ID is : XPDEVNCSN

Your PayPal transaction ID is : 5ME20668AR665661H

Follow my order

 

I just want something simple like:

 

Order confirmation

 

Thank you ! We have received your order. Please check your email for confirmation bla bla bla.

 

_________________________________________________________________________________

 

 

I have attached the submit.php file.

 

submit.php

Link to comment
Share on other sites

Hello, I finally figured it out myself, by looking through all the PayPal files.

 

The files you should be looking for if you want to modify the text on the PayPal confirmation page are:

 

Prestashop version 1.6 is what Im using. so...

 

modules/paypal/views/templates/front/order-confirmation.tpl
modules/paypal/views/templates/hook/confirmation.tpl

 

That worked for me :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...