Title: Reports
Last modified: August 22, 2016

---

# Reports

 *  [jfreeby](https://wordpress.org/support/users/jfreeby/)
 * (@jfreeby)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/reports-4/)
 * WordPress version: 3.9.2
    WP eCommerce version: 3.8.14.1 Gold Cart version: 2.9.7.8
   Theme: Twenty Fourteen
 * Is there any means of customizing the fields in the CSV on the Store Sales page?
 * We would like to include the total paid for each product.
 * For example, say we have a product “Shirt” that cost $5.00. If a customer purchased
   3 shirts, we would like the CSV to show the quantity of 3 and a total of $15 
   for that product.
 * Thanks,
 * Jim
 * [https://wordpress.org/plugins/wp-e-commerce/](https://wordpress.org/plugins/wp-e-commerce/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Lee Willis](https://wordpress.org/support/users/leewillis77/)
 * (@leewillis77)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/reports-4/#post-5207322)
 * There’s no user interface for customising the CSV. There are filters in the code
   for changing the CSV output – so if you’re happy to write some code then that
   could be a way to go if you want something simple.
 * The filters are: wpsc_purchase_log_csv_headers and wpsc_purchase_log_csv_output–
   see [https://github.com/wp-e-commerce/WP-e-Commerce/blob/3.8.13.4/wpsc-admin/init.php#L218](https://github.com/wp-e-commerce/WP-e-Commerce/blob/3.8.13.4/wpsc-admin/init.php#L218)
 *  Thread Starter [jfreeby](https://wordpress.org/support/users/jfreeby/)
 * (@jfreeby)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/reports-4/#post-5207323)
 * Hi Lee,
 * Thanks for responding.
 * I ended up updating code in init.php to customize the CSV. I added a new function
   that allows a separate CSV per product.
 * Cheers,
 * Jim

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Reports’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-e-commerce_ebebeb.svg)
 * [WP eCommerce](https://wordpress.org/plugins/wp-e-commerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-e-commerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-e-commerce/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-e-commerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-e-commerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-e-commerce/reviews/)

## Tags

 * [reporting](https://wordpress.org/support/topic-tag/reporting/)

 * 2 replies
 * 2 participants
 * Last reply from: [jfreeby](https://wordpress.org/support/users/jfreeby/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/reports-4/#post-5207323)
 * Status: not resolved