You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to make it very visible which sales have happened on a Moxycart site.
Add a getOrders function to the PageController.php -- this should return a list of the transactions from the foxy_transactions table. It should be a paginated table (just like a lot of our other views). Make sure the query does not include any transactions where is_test=1 or is_hidden=1. The columns should include the date, the customer's first+last names and email, and the $ amount. (Maybe others?)
Add a big "Orders" button to the Moxycart CMP (find a good image)
Remove the "Reports" link in the CMP primary nav and replace it with "Orders". Please use "git rm" to delete the unused views/main/reports.php
The text was updated successfully, but these errors were encountered:
We want to make it very visible which sales have happened on a Moxycart site.
The text was updated successfully, but these errors were encountered: