wpsc_ajax_set_category_order
WP eCommerce edit and add product category page functions.
Description
wpsc_ajax_set_category_order();
These are the main WPSC Admin functions
Usage
if ( !function_exists( 'wpsc_ajax_set_category_order' ) ) { require_once ABSPATH . PLUGINDIR . 'wp-ecommerce/wpsc-admin/includes/save-data.functions.php'; } // NOTICE! Understand what this does before running. $result = wpsc_ajax_set_category_order();
Defined (1)
The function is defined in the following location(s).