vippsas / vipps-recurring-woocommerce

Vipps Recurring payments for WooCommerce
GNU Affero General Public License v3.0
6 stars 4 forks source link

Add additional sorting in our tables #47

Open Marcuzz opened 3 years ago

Marcuzz commented 3 years ago

For example the ability to sort by failure reason in "failed charges".

We're not currently able to do this until we figure out how to sort by meta values. The current methods don't seem to work, maybe newer WooCommerce versions have changed it?

Another solution could be to call wp_get_posts instead of wc_get_posts directly, but this could be a pain.