Question: Shop Settings Update button is not working

Shop Settings Update button is not working

Shop Settings Update button is not working, after clicking, it will load and nothing happens. Same issue with updating System Settings before updating a script in database. Please help.

JB

Janwil Brayles

Asked
Shop Settings Update button is not working, after clicking, it will load and nothing happens.

Same issue with updating System Settings before updating a script in database.

Please help.
  • MS

    Mian Saleem

    Answered
    Hello,

    I am sorry the shop db query is missed in all modules sql file. Please run the query below after selecting your database

    ```sql
    ALTER TABLE `sma_shop_settings` ADD `stripe` tinyint(1) DEFAULT '0';
    ```

    I hope this will fix the issue.

    Thank you
  • Login to Reply