PrestaShop hook: paymentReturn

You can display some module data in PrestaShop front-office or back-office by using some hooks. In this case we will write something about hook named paymentReturn.


This hook is called when the user is sent back to the store after having paid on the 3rd-party website. Ideal location to display a confirmation message or to give some details on the payment.

Talk about this

Other hooks