Jump to content

[SOLVED] mobile - cash on delivery module


Recommended Posts

Hi to all,

I put the default "cash on delivery" module as the only payment possible (because by now the shop works like that). Hovewer, I noted that on the mobile version it does not appear. It is possible to make it work? Do I have to set something somewhere in the BO?

 

Thanks so much!

 

Stefano

Edited by blackmiles (see edit history)
Link to comment
Share on other sites

Hi to all!

Found the solution.

As you can see in this topic: http://www.prestashop.com/forums/topic/217722-mobile-theme-do-not-display-custom-payment-modules/?do=findComment&comment=1479906

 

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;
    }

}

 

 

Then, all works.

 

Thank you to all!!

 

Stefano

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...