I
Asked
Hi, How I can reset the Sale No/Ref number to 0. The other issue that I have is the login page in Safari for iOS, for some reason, the page load is distorted.
- MSAnsweredHello,
The sales number is the id column of `tec_sales` table in your database. You can truncate the table if you need to reset.
For the login page, if you have enable SSL, please update `base_url` in `app/config/config.php` to `https://` and if staill same, please take screenshot or share the site url.
Thank you - IAnsweredThe solution works. Thanks
- Login to Reply