FA
Asked
When I create oreshow error 500: Server Error
also when I create user its show eeor
also when I create user its show eeor
Attachments
- MSAnsweredHello,
Please check the latest log file in `storage/logs/` folder and let me know the error details.
If the error is from `stream_socket_client` then please make sure that you have the correct email server settings in `.env` file.
Thank you - FAAnsweredAnd If customer give partial payment how to put and how to manage payments
- FAAnsweredAnd when delete payment it not show any notification and page still show when we again refresh payment was delete
- MSAnsweredHello,
You can add any amount for payment as you need. It will be shown on order view.
All the data is soft deleted, means it will be marked as deleted. There is filter for `Trashed` if you show with transhed then deleted records will be shown too. You can resoter any record or delete it permanently.
Thank you - Login to Reply