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

"Orders" controller and Dashboard Widget #4

Open
fireproofsocks opened this issue Jul 10, 2014 · 0 comments
Open

"Orders" controller and Dashboard Widget #4

fireproofsocks opened this issue Jul 10, 2014 · 0 comments
Assignees

Comments

@fireproofsocks
Copy link
Member

We want to make it very visible which sales have happened on a Moxycart site.

  1. 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?)
  2. Add a big "Orders" button to the Moxycart CMP (find a good image)
  3. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant