MG
Asked
Hi I've purchased Shop and install it, it is now added to my SAM and POS but now my admin is set to DEMO, I 've all my licenses
- MSAnsweredHello,
Please edit the `index.php` file and set the `DEMO` to 0. The line should look like this
```
define('DEMO', 0);
```
Thank you - Login to Reply