Refund Status

  • Arbind Bhagat
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
1 month 2 weeks ago #165388 by Arbind Bhagat
Refund Status was created by Arbind Bhagat
When a registration is refunded, there is no way to see/know in the backend which registration was refunded and which was not refunded. Am I missing something?

(1) As an admin, I should be able to see if a registration was refunded.
(2) In the export file, it should also be mentioned.

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Online
  • Administrator
  • Administrator
More
1 month 2 weeks ago #165392 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Refund Status
Hello

We do not have it supported right now. But I will consider supporting it in the future

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Arbind Bhagat
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
1 month 2 weeks ago #165397 by Arbind Bhagat
Replied by Arbind Bhagat on topic Refund Status
I have already modified the code to add the "Refunded" text in the status column in the backend registrants view. But I am not able to find out the location of the code for the registration export. Could you please let me know the path of the file that needs to be modified? I would like to modify the code such that, the Status column in the export file will say Refunded if the refunded column is equal to 1.

Please help me locate the file, and I will do the changes myself.

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Online
  • Administrator
  • Administrator
More
1 month 2 weeks ago #165398 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Refund Status
Hello

The file is components/com_eventbooking/helper/data.php, method prepareRegistrantsExportData

Please try to implement all of these changes using override so that it won't be lost when you update to future releases of the extension

Tuan

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Online
  • Administrator
  • Administrator
More
1 month 2 weeks ago #165426 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Refund Status
Hello

I just implemented these features into core package. You can download latest package from My Downloads section on our website, update it to your site to use these features instead of having to customize the code

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc