JL
Asked
Hello ! I am trying to change how notifications work with your POS. I was wondering where the notifications file is. I can't find it anywhere.
- MSAnsweredHello,
The flash messages/notifications are in the header view file `theme/default/views/header.php`
Thank you - JLAnsweredThank you. But I need to see the actual file because I want to send notifications for suspended sales to all users not just the one who suspended the sale. I don't know if it's an ajax file or PHP
- MSAnsweredHello,
The suspend sale notification is set in the `index` method of POS controller `app/controllers/Pos.php` You can hire any developer to help you modify the item as you need.
Thank you - Login to Reply