FoxyCart / foxyshop

FoxyShop - WordPress plugin for FoxyCart
GNU General Public License v2.0
10 stars 8 forks source link

Include display ID, filter for "archived" status, and Include Stripe orders #52

Closed rijarobinson closed 3 years ago

rijarobinson commented 3 years ago

Some quick improvements to the orders.php file to get better consistency with the Foxy admin

There's also a separate issue where some hosted gateway transactions are not showing (such as Stripe, which is technically a hosted gateway now). This is due to the legacy API filtering to only approved transactions and Stripe getting a transaction status of captured. This can be fixed by adding an additional API filter for "status_filter" => "all" to the two calls for transaction_list on the page.

These changes are in the following file (except for the changes to the archive labelling): https://pastebin.com/raw/rR2Lc0V1

rijarobinson commented 3 years ago

Need to update version with this change.