Rating: 3 stars
The plugin works and does it job, but on each page load emits the error:
PHP message: PHP Warning: Missing argument 2 for wpdb::prepare(), called in /var/www/mediakomppania/htdocs/wp-content/plugins/wp-e-commerce-user-roles-and-purchase-history/purchase_history.php on line 54
This is due to wrong usage of the function $wpdb->prepare($sql), which should have the SQL command and all values as parameters after $sql.
]]>