=== Plugin Name === Contributors: leewillis77 Donate link: http://www.leewillis.co.uk/wordpress-plugins/?utm_source=wordpress&utm_medium=www&utm_campaign=wp-e-commerce-dashboard-widgets Tags: e-commerce, reporting, dashboard Requires at least: 2.8 Tested up to: 2.9 Stable tag: 1.4.2 == Description == A selection of admin dashboard widgets showing key information about your WP e-Commerce store, including sales graphs, revenue graphs and other useful information. Makes available the following widgets in the WP dashboard: * Recent Orders * Orders to ship * Recent product ratings * Sales graph * Revenue Graph Also features a fully customisable CSV download for orders, and order lines. == Installation == *You Must* already have the following plugins installed: 1. [WP e-Commerce](http://wordpress.org/extend/plugins/wp-e-commerce/) 2. Upload the plugin to the `/wp-content/plugins/` directory 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Head to your dashboard, and turn off any widgets not required 5. Drag n' drop widgets where you want them == Frequently Asked Questions == = Can I remove the {XXXXXX} report from my dashboard? = Yes. Just click on "Screen Options" on your dashboard, and unselect the report. = The E-commerce Product Sales module only displays 5 item - where are the rest? = Most of the modules only show 5 results by default to avoid clogging up the dashboard. If you want to change it there's a WordPress filter that allows you to change it to whatever you want. So, just add something like this to your WordPress theme's functions.php file: function my-adjustment-to-product-sales($current_limit) { return 999; } add_filter('ses_wpscd_product_sales_limit','my-adjustment-to-product-sales'); There are similar filters for other modules, e.g. "Orders to ship": ses_wpscd_orders_to_ship_limit "Recent Orders": ses_wpscd_recent_orders_limit "Recent Product Rating": ses_wpscd_recent_product_ratings_limit == Screenshots == 1. Example of sales graph 2. Example of revenue graph 3. Recent orders list 4. Orders paid for, but not shipped == Changelog == = 1.4.2 = Fix for pending orders where PayPal Pro is in use Allow custom date range in Product Sales widget = 1.4.1 = Exclude pending orders from product sales report - props @jghazally maybe_unserialize() data before outputting. May fix bogus country data Better support for custom checkout field sets = 1.4.0 = Add additional fields to CSV download options (Billing address, and shipping address) = 1.3.9 = Allow users to change the number of results display via a filter for @jghazally = 1.3.8 = Committed wrong version of previous change - this version really limits it to administrators only. = 1.3.7 = Reports are only available to administrators. If you object to this - please contact me :) = 1.3.6 = Add the user_ID to the fields available for export = 1.3.5 = Fix CSV download on sites that force admin pages over SSL = 1.3.4 = Fixed PHP warning if you had no custom checkout fields = 1.3.3 = Add "Last 7 days" as option on product reporting widget. = 1.3.2 = Remove code that crept in during svn merge Avoid warning if purchase has no submitted form data = 1.3.1 = checkout_set hasn't always existing on wpsc_checkout_forms = 1.3 = Don't show future dates in the CSV export filter Allow custom checkout fields to be included in the CSV export = 1.2.2 = If you've been wondering why your CSV export settings weren't saving, erm - my bad. Now sorted :) = 1.2.1 = Fix setcookie() warning = 1.2 = Product reporting widget = 1.1 = Populate default fields for CSV download to avoid PHP warnings if they're not set = 1.0 = Deal with multi-line orders properly in recent orders report = 0.9.2 = The "And-then-i-checked-in-the-wrong-version-of-the-javascript" release. = 0.9.1 = The "I'm-a-dufus-and-forgot-to-include-the-javascript-to-actual-make-image-resizing-work" release = 0.9 = * Dynamically size graphs on browser resize (Uses cracking event debouncing code from http://paulirish.com/) = 0.8 = * Allow user to filter by product when exporting order lines to CSV = 0.7 = * Allow user to limit order statuses when exporting to CSV