JB
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.
Same issue with updating System Settings before updating a script in database.
Please help.
- MSAnsweredHello,
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