Webonator Posted June 9, 2013 Share Posted June 9, 2013 Currently only COD and Paypal Payment Gateways seem to work with Prestashop Mobile. Is this a Prestashop restriction or the Payment Gateway Creator restriction? If Prestashop restriction, are there timelines when this will be available? Kind Regards Link to comment Share on other sites More sharing options...
blackmiles Posted December 14, 2013 Share Posted December 14, 2013 (edited) Dear Webonator, to me neither the COD works. How were you able to make it works? I was searching the solution for other modules, but it seems that we need modules that work on mobile version as well. Many thanks! Stefano Edited December 14, 2013 by blackmiles (see edit history) Link to comment Share on other sites More sharing options...
blackmiles Posted December 18, 2013 Share Posted December 18, 2013 Dear Webonator, For my problem I found the solution, as you can see in this topic: http://www.prestasho...s/#entry1479906 You should create a new file "Module.php" in /override/classes/module/ with this code <?phpclass Module extends ModuleCore{ public static function getPaypalIgnore() { return false; }} You can try it. For me, it worked. Bye! Stefano Link to comment Share on other sites More sharing options...
pdro7 Posted July 4, 2014 Share Posted July 4, 2014 Dear Webonator, For my problem I found the solution, as you can see in this topic: http://www.prestasho...s/#entry1479906 You should create a new file "Module.php" in /override/classes/module/ with this code <?php class Module extends ModuleCore { public static function getPaypalIgnore() { return false; } } You can try it. For me, it worked. Bye! Stefano Hi Stefano, so yo have to create a new file Module.php and only with those lines of code? What about the old Module.php and all other functions inside it? Thanks Link to comment Share on other sites More sharing options...
pdro7 Posted July 4, 2014 Share Posted July 4, 2014 Hi Stefano, so yo have to create a new file Module.php and only with those lines of code? What about the old Module.php and all other functions inside it? Thanks Ok, I understood now, it is a new file to override a function in the Original one . But after this I will see immediately the effect in my mobile store or should I restart something? Link to comment Share on other sites More sharing options...
genny3021 Posted October 4, 2014 Share Posted October 4, 2014 Hello all, I have tried this fix but no success. I have cleared my cache, deleted my smarty compile files, renamed my class_index file all to no avail. After clicking "i confirm my order" on the payment validation page, it loads but nothing happens. On clicking again i get a white page. I have set debug mode to true in my defines.inc.php and no error message is logged Am using prestashop 1.5.6 Any help would be appreciated. thanks Link to comment Share on other sites More sharing options...
Recommended Posts