Not save changes in Configuratión


  • Default avatar
    raulfrailef    
     8 years ago
    0

    Hello.
    In AwoAffiliate configuration, I make a change of: "Sponsor earns commission on all orders of customer" to "yes" and I press the save button.
    The program not save the change. I not can change this configuration. What can I do?
    Thank you.
    Raul
  • Your avatar
    seyi    
     8 years ago
    0

    Hello,

    Are you using the latest version, 2.1.9? This should fix any ui issues with joomla 3.4.4 and up
  • Default avatar
    raulfrailef    
     8 years ago
    0

    Hello.
    I have the 2.1.9 version of awoaffiliate and 2.4.7 of awocoupon.
    Joomla 3.4.8 and virtuemart 3.0.12
    Only need change this option. Can I change by FTP?
    Thank you.
    Raul
  • Your avatar
    seyi    
     8 years ago
    0

    Hello,

    No, cant be changed through ftp. The configuration is in the database and it is a json string in the #__extensions table, column params. It can be changed there, but you could also mess up something while doing it. Best to change it in AwoAffiliate if possible.

    With that said if you want to change it in the db then:
    table: #__extensions
    column: params

    You would have to find the AwoAffiliate row, and in params you should see something like

    ..."earn_allorders":"0"...


    Changing it to
    ..."earn_allorders":"1"...


    Should do what you want.

    If you prefer, I can have a look at the admin interface if you can send a private message with temp admin access.


  • Default avatar
    raulfrailef    
     8 years ago
    0

    Thank you!
    the problem is solved.
    Regards.