{"id":7410,"date":"2009-11-30T20:59:27","date_gmt":"2009-11-30T20:59:27","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-e-commerce-dashboard-widgets\/"},"modified":"2011-07-20T21:24:38","modified_gmt":"2011-07-20T21:24:38","slug":"wp-e-commerce-dashboard-widgets","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-e-commerce-dashboard-widgets\/","author":3577361,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.5.1","stable_tag":"1.5.1","tested":"3.1.4","requires":"2.9","requires_php":"","requires_plugins":"","header_name":"WP E-Commerce Dashboard","header_author":"Lee Willis","header_description":"","assets_banners_color":"","last_updated":"2011-07-20 21:24:38","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.leewillis.co.uk\/wordpress-plugins\/?utm_source=wordpress&utm_medium=www&utm_campaign=wp-e-commerce-dashboard-widgets","header_plugin_uri":"http:\/\/www.leewillis.co.uk\/wordpress-plugins\/?utm_source=wordpress&utm_medium=www&utm_campaign=wp-e-commerce-dashboard-widgets","header_author_uri":"http:\/\/www.leewillis.co.uk\/?utm_source=wordpress&utm_medium=www&utm_campaign=wp-e-commerce-dashboard-widgets","rating":3,"author_block_rating":0,"active_installs":10,"downloads":42251,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2","0.3","0.4","0.5","0.9.1","1.0","1.2","1.2.1","1.2.2","1.3","1.3.1","1.3.2","1.3.3","1.3.5","1.3.6","1.3.7","1.3.8","1.3.9","1.4.0","1.4.1","1.4.2","1.4.3","1.4.4","1.4.5","1.4.6","1.4.7","1.5.0","1.5.1"],"block_files":[],"assets_screenshots":{"screenshot-4.jpg":{"filename":"screenshot-4.jpg","revision":"1539085","resolution":"4","location":"plugin"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1539085","resolution":"2","location":"plugin"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1539085","resolution":"3","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539085","resolution":"1","location":"plugin"}},"screenshots":{"1":"Example of sales graph","2":"Example of revenue graph","3":"Recent orders list","4":"Orders paid for, but not shipped"}},"plugin_section":[],"plugin_tags":[434,888,3652],"plugin_category":[45],"plugin_contributors":[78962],"plugin_business_model":[],"class_list":["post-7410","plugin","type-plugin","status-closed","hentry","plugin_tags-dashboard","plugin_tags-e-commerce","plugin_tags-reporting","plugin_category-ecommerce","plugin_contributors-leewillis77","plugin_committers-leewillis77"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-e-commerce-dashboard-widgets.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-e-commerce-dashboard-widgets\/trunk\/screenshot-1.jpg?rev=1539085","caption":"Example of sales graph"},{"src":"https:\/\/ps.w.org\/wp-e-commerce-dashboard-widgets\/trunk\/screenshot-2.jpg?rev=1539085","caption":"Example of revenue graph"},{"src":"https:\/\/ps.w.org\/wp-e-commerce-dashboard-widgets\/trunk\/screenshot-3.jpg?rev=1539085","caption":"Recent orders list"},{"src":"https:\/\/ps.w.org\/wp-e-commerce-dashboard-widgets\/trunk\/screenshot-4.jpg?rev=1539085","caption":"Orders paid for, but not shipped"}],"raw_content":"<!--section=description-->\n<p>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:\n* Recent Orders\n* Orders to ship\n* Recent product ratings\n* Sales graph\n* Revenue Graph<\/p>\n\n<p>Also features a fully customisable CSV download for orders, and order lines.<\/p>\n\n<p>NOTE: THIS IS NOT COMPATIBLE WITH WP E-COMMERCE 3.8 - FOR MORE INFORMATION <a href=\"http:\/\/www.leewillis.co.uk\/wordpress-plugins\/#wpecd\">SEE HERE<\/a><\/p>\n\n<pre><code>WP e-Commerce Dashboard\n<\/code><\/pre>\n\n<!--section=installation-->\n<p><em>You Must<\/em> already have the following plugins installed:<\/p>\n\n<ol>\n<li><a href=\"http:\/\/wordpress.org\/extend\/plugins\/wp-e-commerce\/\">WP e-Commerce<\/a> (Up to version 3.7)<\/li>\n<li>Upload the plugin to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Head to your dashboard, and turn off any widgets not required<\/li>\n<li>Drag n' drop widgets where you want them<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Can I remove the {XXXXXX} report from my dashboard?<\/dt>\n<dd><p>Yes. Just click on \"Screen Options\" on your dashboard, and unselect the report.<\/p><\/dd>\n<dt>The E-commerce Product Sales module only displays 5 item - where are the rest?<\/dt>\n<dd><p>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:<\/p>\n\n<pre><code>function my-adjustment-to-product-sales($current_limit) {\n        return 999;\n}\nadd_filter('ses_wpscd_product_sales_limit','my-adjustment-to-product-sales');\n<\/code><\/pre>\n\n<p>There are similar filters for other modules, e.g.<\/p>\n\n<p>\"Orders to ship\": ses_wpscd_orders_to_ship_limit\n\"Recent Orders\": ses_wpscd_recent_orders_limit\n\"Recent Product Rating\": ses_wpscd_recent_product_ratings_limit<\/p><\/dd>\n<dt>What version of WP e-Commerce does this work with?<\/dt>\n<dd><p>This plugin is compatible with WP e-Commerce 3.6.x or 3.7.x. It isn't yet compatible with WP e-Commerce 3.8.x<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.5.1<\/h4>\n\n<p>Improved state handling with 3.7<\/p>\n\n<h4>1.5.0<\/h4>\n\n<p>Rename \"Orders to ship\" to \"Items to ship\" to more accurately reflect the information shown\nAdd \"Today\" as a CSV download option\nAdd \"Since last download\" as a CSV download option<\/p>\n\n<h4>1.4.7<\/h4>\n\n<p>Fix for tax total on order export - (Thanks to Drew Neilson)<\/p>\n\n<h4>1.4.6<\/h4>\n\n<p>Added Shipping Rate Amount and Per Item Shipping to the export<\/p>\n\n<h4>1.4.5<\/h4>\n\n<p>Added discount code, and discount amount to the export<\/p>\n\n<h4>1.4.4<\/h4>\n\n<h4>1.4.3<\/h4>\n\n<p>Allow shipping state to be exported in the CSV\nAllow shipping method, and chosen rate to be exported in the CSV<\/p>\n\n<h4>1.4.2<\/h4>\n\n<p>Fix for pending orders where PayPal Pro is in use\nAllow custom date range in Product Sales widget<\/p>\n\n<h4>1.4.1<\/h4>\n\n<p>Exclude pending orders from product sales report - props @jghazally\nmaybe_unserialize() data before outputting. May fix bogus country data\nBetter support for custom checkout field sets<\/p>\n\n<h4>1.4.0<\/h4>\n\n<p>Add additional fields to CSV download options (Billing address, and shipping address)<\/p>","raw_excerpt":"A selection of admin dashboard widgets showing key information about your WP e-Commerce store, including sales graphs, revenue graphs and other useful &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/7410","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=7410"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/leewillis77"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=7410"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=7410"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=7410"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=7410"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=7410"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=7410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}