Reports on WP E-Commerce stores
Yes. Just click on "Screen Options" on your dashboard, and unselect the report.
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
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
Requires: 2.9 or higher
Compatible up to: 3.1.4
Last Updated: 2011-7-20
Downloads: 36,040
Got something to say? Need help?