Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to specify certain rows output by the [donation_history] shortcode #2156

Closed
2 tasks
Benunc opened this issue Sep 29, 2017 · 2 comments
Closed
2 tasks
Assignees
Milestone

Comments

@Benunc
Copy link
Member

Benunc commented Sep 29, 2017

Issue Overview

Users should be able to control [donation_history] similarly to [give_receipt] and specify which rows display.

Expected Behavior

[donation_history payment_method="false" payment_id="true"] should do something.

Current Behavior

You can't pass any parameters to that shortcode, thus you can't hide any output.

Todos

  • Tests
  • Documentation
@mehul0810
Copy link
Contributor

@DevinWalker @ravinderk Currently, There are 4 columns generated using donation_history shortcode as below:

  • ID
  • Date
  • Amount
  • Details

Also, we can add Payment Method as a column.

Now, what are the column to be made hidden and shown as per the parameter passed with shortcode?
My thought is to provide shortcode parameter for Date and Payment Method. Let me know your thoughts.

@mehul0810 mehul0810 mentioned this issue Oct 16, 2017
3 tasks
@DevinWalker DevinWalker modified the milestones: 1.8.15, 1.8.16 Oct 19, 2017
@ravinderk
Copy link
Collaborator

@DevinWalker Closing this issue, since it is already completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants