Jump to content

No template found for module validation (sage pay)


Recommended Posts

Ok i have fixed it, so if anyone is having issues with this here is how.

The error comes from the file: /modules/sagepay/validation.php take a look at this line:

 

echo Module::display (__FILE__, 'validation.php');

 

Its wrong as it can not find the path, all you have to do is change it like the example below, obviously useing your own directory path.

 

echo Module::display('/home/myshop/domains/mydomain.be/public_html/modules/sagepay/', 'validation.php');

 

You will also have to change the escape_iframe.php in the same way by adding you directory path as if a user cancels an order it takes them back to the cart.

I should think that this applies to all people haveing this issue with any payment gatway.

This is a common problem witch prestashop should fix.

Link to comment
Share on other sites

×
×
  • Create New...