muscles68 Posted November 11, 2011 Share Posted November 11, 2011 Since updating prestashop my sage pay module has this error. No template found for module validation Can anyone help with this, i see its a common problem with other payment gatways, but i see very few answers. thanks Link to comment Share on other sites More sharing options...
muscles68 Posted November 14, 2011 Author Share Posted November 14, 2011 No help guys someone must no Link to comment Share on other sites More sharing options...
muscles68 Posted November 14, 2011 Author Share Posted November 14, 2011 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 More sharing options...
tomerg3 Posted November 14, 2011 Share Posted November 14, 2011 If you are using our (Presto-Changeo) Sagepay module, you can request a copy of the latest version at https://www.presto-c...m/en/contact_us Link to comment Share on other sites More sharing options...
muscles68 Posted November 15, 2011 Author Share Posted November 15, 2011 Im using Sagepay UK v1.0.4 Link to comment Share on other sites More sharing options...
tomerg3 Posted November 15, 2011 Share Posted November 15, 2011 It sounds like you are using our module, but a very old version (released before PS 1.4 was out). You can see the latest version along with a change log at http://www.presto-changeo.com/en/payment-modules/32-sagepay-payment.html and request an upgrade to the latest version at https://www.presto-changeo.com/en/contact_us Link to comment Share on other sites More sharing options...
Recommended Posts