rakshitha Posted April 30, 2013 Share Posted April 30, 2013 Hi! Have installed the mobile template extension for prestashop 1.4.7. Everything works fine on desktop computers. But, on mobile phones or tablets, the last step in purchasing, ie. payment give an error: "Sorry: No payment module is available in your country". I've got 4 payment modules enabled and all of them are enabled for all countries, in the payments section. And it works fine on my desktop too. Please help me out with this. Thank you very much in advance. I'm very new to Prestashop so, please bear with me, if I speak like a total noob. Link to comment Share on other sites More sharing options...
vekia Posted April 30, 2013 Share Posted April 30, 2013 I think that modules you use arent compatibile with mobile version. What payment modules you use? Link to comment Share on other sites More sharing options...
rakshitha Posted April 30, 2013 Author Share Posted April 30, 2013 Hi Vekia, I'm using Bank wire, Authorize.net, Cash on delivery, CashTicket, Check, HiPay, MoneyBookers and PayPal. I'd really grateful, if you let me know what modules to use for the mobile version. I've installed an extension called "mobile template" to get it working on mobile, if you didn't notice it. Link to comment Share on other sites More sharing options...
rakshitha Posted May 1, 2013 Author Share Posted May 1, 2013 (edited) Anyone please help me out. Its very important. Anyone has any idea? Edited May 1, 2013 by rakshitha (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 1, 2013 Share Posted May 1, 2013 You download "mobile version" from somewhere? If so, can you please share the url? 1 Link to comment Share on other sites More sharing options...
rakshitha Posted May 2, 2013 Author Share Posted May 2, 2013 (edited) Have download v0.5.3-PrestaShop Mobile Template 1.4.zip from the URL http://addons.presta...emplate-14.html. Everything working fine except the last step, where it lists out the money transfer methods (Paypal, Wire transfer...). Please help me out. Edited May 2, 2013 by rakshitha (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 2, 2013 Share Posted May 2, 2013 Thanks for the link, im donloading it and then I will make test we will see if there is some problems with compability regards 1 Link to comment Share on other sites More sharing options...
rakshitha Posted May 2, 2013 Author Share Posted May 2, 2013 Hi Vekia, I've now fixed this issue for Paypal. Seems like this mobile module isn't compatible with the latest version of Paypal extension for Prestashop that I'm using. I downgraded to a lower version and now I'm no-longer getting this error on mobile. But get Paypal as the only available mode of payment. It'd be great if this information was useful to other people, who faced similar problems. Meanwhile, I'd also like to see what versions of Bank wire and other modules are compatible. Please let me know if you know about this. Thank you very much for your time and effort, for helping me. Link to comment Share on other sites More sharing options...
Michsior14 Posted June 12, 2013 Share Posted June 12, 2013 Any progres with modules like bankwire? I have this same problem on Prestashop 1.4.10 - mobile_theme 0.5.3. Link to comment Share on other sites More sharing options...
vekia Posted June 12, 2013 Share Posted June 12, 2013 Any progres with modules like bankwire? I have this same problem on Prestashop 1.4.10 - mobile_theme 0.5.3. what kind of problem you've got? Link to comment Share on other sites More sharing options...
Michsior14 Posted June 12, 2013 Share Posted June 12, 2013 Everything works on desktop, but on mobile_theme in the last step "payment" i have error: "Sorry: No payment module is available in your country" I've tried to edit files in theme (order_payment.tpl, payment.js) but nothing has change. Link to module: https://github.com/PrestaShop/PrestaShop-1.4/tree/master/modules/mobile_theme Link to comment Share on other sites More sharing options...
vekia Posted June 12, 2013 Share Posted June 12, 2013 i think that this is because your payment methods doesnt support mobile templates. Link to comment Share on other sites More sharing options...
Michsior14 Posted June 12, 2013 Share Posted June 12, 2013 I downloaded the newest version of bankwire from github (master). I tried with version from develompent branch, but after that change in link below payment don't work also on desktop. https://github.com/PrestaShop/PrestaShop-1.4/commit/a200ee5be321eb56d5dc2a00877309e43aa1e739 So which methods are supported? Link to comment Share on other sites More sharing options...
blackmiles Posted December 14, 2013 Share Posted December 14, 2013 Dear all! I've have the same problem, to show cash on delivery on the mobile version (or instead I have to remove the mobile version, sob). No possibility at all, by working on the code as well? Or is it possible to download a module which works on mobile version as well? Many thanks! Stefano Link to comment Share on other sites More sharing options...
blackmiles Posted December 18, 2013 Share Posted December 18, 2013 Dear all, I found this solution (at least for my case), 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; }} Then, it worked for me. Thank you to all!! Bye! Stefano Link to comment Share on other sites More sharing options...
BJng Posted January 21, 2014 Share Posted January 21, 2014 Hi, I've tryed today the mobile module and get the same problem: No payment module is available in your country My prestashop version is 1.4.7.0 Thanks to all who can help me Stefano Link to comment Share on other sites More sharing options...
BJng Posted January 22, 2014 Share Posted January 22, 2014 Hi all, I tryed also in this way 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; }} but nothing :-( same problem Any solution? Thanks Stefano Link to comment Share on other sites More sharing options...
JPDED Posted June 19, 2015 Share Posted June 19, 2015 Hi Vekia, I've now fixed this issue for Paypal. Seems like this mobile module isn't compatible with the latest version of Paypal extension for Prestashop that I'm using. I downgraded to a lower version and now I'm no-longer getting this error on mobile. But get Paypal as the only available mode of payment. It'd be great if this information was useful to other people, who faced similar problems. Meanwhile, I'd also like to see what versions of Bank wire and other modules are compatible. Please let me know if you know about this. Thank you very much for your time and effort, for helping me. Hi rakshita, you wrote over 2 years ago that you downgraded to a lower versione to fix the problem. Can you tell me how did you do? Any solution for bank wire too? Thanks JP Link to comment Share on other sites More sharing options...
Recommended Posts