Title: [Plugin: WP E-Commerce Dashboard] New Release: Features Update
Last modified: August 19, 2016

---

# [Plugin: WP E-Commerce Dashboard] New Release: Features Update

 *  [Lee Willis](https://wordpress.org/support/users/leewillis77/)
 * (@leewillis77)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/)
 * Just a quick note to say that I’ve just pushed version 1.3.1 out to wordpress.
   org.
 * The latest version contains support for including custom checkout fields in the
   CSV export after some kind sponsorship for the feature.
 * On the TODO list are:
    * Stock information / Low stock / Out of Stock alerting
   widget * Support for variations in the CSV export * Support for Coupon Codes 
   in the CSV export * Support for shipping in the CSV export
 * Any other ideas welcome …
 * [http://wordpress.org/extend/plugins/wp-e-commerce-dashboard-widgets/](http://wordpress.org/extend/plugins/wp-e-commerce-dashboard-widgets/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/page/2/?output_format=md)

 *  [Thoriq](https://wordpress.org/support/users/tfirdaus354/)
 * (@tfirdaus354)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416147)
 * Hi Lee, I just try your plugin on my site and it’s really nice features you bring
   on the plugin.
 * But, I have an error when I installed it on my other site.
    the error said:
 * `PHP Warning: Invalid argument supplied for foreach() in .../wp-content/plugins/
   wp-e-commerce-dashboard-widgets/pChart/pData.class on line 139`
 * I don’t know what’s going on..Can you help with this problem??
 * Regards
    Tfirdaus
 *  Thread Starter [Lee Willis](https://wordpress.org/support/users/leewillis77/)
 * (@leewillis77)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416150)
 * I suspect that is because one of the graphs has no data yet – I’m guessing it’s
   a new store. That said – I really wouldn’t have expected to see this error, and
   I’d love to take a look further.
 * Can you drop me a note here and we’ll see if we can’t get to the bottom of it.
 * [http://www.leewillis.co.uk/contact/](http://www.leewillis.co.uk/contact/)
 * Cheers
 *  [pensandpencils](https://wordpress.org/support/users/pensandpencils/)
 * (@pensandpencils)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416151)
 * Hey Lee,
 * This is a nice plugin.
 * However have been having some problems with the CSV Export (typically the thing
   I’m most interested in….)
 * On clicking ‘Configure Fields’ the following appears:
 * `Warning: Invalid argument supplied for foreach() in /****/****/******/wp-content/
   plugins/wp-e-commerce-dashboard-widgets/wp-e-commerce-csv.php on line 512`
 * Obv the path has been starred on purpose….
 * Then when clicking ‘Go’ the following appears:
 *     ```
       Warning: Invalid argument supplied for foreach() in /****/****/******/wp-content/plugins/wp-e-commerce-dashboard-widgets/wp-e-commerce-csv.php on line 512
   
       Warning: Cannot modify header information - headers already sent by (output started at /****/****/******/wp-content/plugins/wp-e-commerce-dashboard-widgets/wp-e-commerce-csv.php:512) in /****/****/******/wp-content/plugins/wp-e-commerce-dashboard-widgets/wp-e-commerce-csv.php on line 181
   
       Warning: Cannot modify header information - headers already sent by (output started at /****/****/******/wp-content/plugins/wp-e-commerce-dashboard-widgets/wp-e-commerce-csv.php:512) in /****/****/******/wp-content/plugins/wp-e-commerce-dashboard-widgets/wp-e-commerce-csv.php on line 182
       ```
   
 * Was wondering if you know any reason for this happening?
 * Thanks in advance.
 *  [pensandpencils](https://wordpress.org/support/users/pensandpencils/)
 * (@pensandpencils)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416152)
 * Just to let you know that I deleted from line 512:
 *     ```
       foreach ($fields as $field) {
   
       		$newfield = Array ('Title'  => $field['name'],
       		                   'ShowOn' => 'Both',
       		                   'QueryID'=> '$assoc_checkout["'.$field['name'].'"]["value"]');
   
       		$ses_wpscd_csv_fields_available[$field['name']] = $newfield;
       	}
       ```
   
 * From the wp-ecommerce-csv.php file and now it works fine.
 * What I might have affected here I’m not sure…
 *  Thread Starter [Lee Willis](https://wordpress.org/support/users/leewillis77/)
 * (@leewillis77)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416153)
 * Ah ok – you have no custom checkout fields configured. It’s just a warning message.
 * I’ve fixed this and it’ll be in the next release.
 * If you want the correct fix, then re-install the current version, and insert 
   the following three lines before the foreach on line 512:
 *     ```
       if (!count($fields)) {
                       return $ses_wpscd_csv_fields_available;
               }
       ```
   
 * Thanks for reporting this
 *  [pensandpencils](https://wordpress.org/support/users/pensandpencils/)
 * (@pensandpencils)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416155)
 * Aha, that did the trick!
 * Yeah it was just a raw install on a test WP set up.
 * Glad to have been of assistance and thanks for the plug in, I like it alot.
 * Cheers
 *  [myadss](https://wordpress.org/support/users/myadss/)
 * (@myadss)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416230)
 * Is there a way to edit the date range so you can have daily, weekly, and monthly
   csv exports?
 *  Thread Starter [Lee Willis](https://wordpress.org/support/users/leewillis77/)
 * (@leewillis77)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416231)
 * Not currently, although I’d certainly consider adding it if someone wanted to
   sponsor the work or provide a patch that implemented it.
 *  [Stompit](https://wordpress.org/support/users/stompit/)
 * (@stompit)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416233)
 * Hi Lee,
    I could not find a solution to this anywhere 🙁 Your plugin has been
   a great help, but I need to show the State field in the CSV exports. Is there
   a way of doing this?
 * Thanks Mate
    D
 *  Thread Starter [Lee Willis](https://wordpress.org/support/users/leewillis77/)
 * (@leewillis77)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416234)
 * Hi, unfortunately because of the way that the state field is stored (It’s part
   of a serialized array in with country for some probably historical reason!) it’s
   not as straightforward to add as it should be.
 * If you need this I’d be happy to quote for adding it – contact me here:
 * [http://www.leewillis.co.uk/contact/](http://www.leewillis.co.uk/contact/)
 *  [Stompit](https://wordpress.org/support/users/stompit/)
 * (@stompit)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416235)
 * Thanks Lee, I submitted via your contact form, hope you received it ok 🙂
 * Ta
    D
 *  [wcbuckner](https://wordpress.org/support/users/wcbuckner/)
 * (@wcbuckner)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416245)
 * Hi Lee,
 * Thanks for creating such an extensive plugin. Unfortunately, I’m having an issue
   that I can’t figure out.
 * I just completed my first test purchase via Google Checkout. The plugin recognized
   the sale; however, it is not displaying any of the information that was required
   in the checkout form. It did display the custom field requirements that I created,
   but it does not display the answers that were entered.
 * We won’t be able to process any orders if we can’t receive all of the information(
   including the basic info like name, email, etc) from the order.
 * Also, when creating custom fields for the checkout form, it does not allow us
   to give it a unique name. Instead, we are forced to select from a set of pre-
   made unique names that are not relevant to the information we are asking for.
 * Are there solutions to these issues that I am not aware of?
 *  Thread Starter [Lee Willis](https://wordpress.org/support/users/leewillis77/)
 * (@leewillis77)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416246)
 * I could be wrong (I don’t use Google Checkout myself). However, my understanding
   of Google Checkout is that the use is simply passed straight over to Google, 
   and the checkout happens there – not on your site – so setting up custom checkout
   fields won’t make any difference?
 * “Also, when creating custom fields for the checkout form, it does not allow us
   to give it a unique name.”
 * I don’t think you need to assign them unique names – they’re for key internal
   information that WPEC relies on. For custom fields you just add them without 
   a unique name.
 * If you’re still having problems, drop me a note here ([http://www.leewillis.co.uk/contact/](http://www.leewillis.co.uk/contact/)),
   including the site URL, and details of which fields you’ve added, and aren’t 
   showing up and I’ll take a look.
 *  [envoymatt](https://wordpress.org/support/users/envoymatt/)
 * (@envoymatt)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416247)
 * Hello. Love your plug in. Quick question. I have everything I need in the CSV
   export except which products they ordered. I can see order total as well as quantity
   of products they ordered, but not what they ordered. Is this possible somehow?
 *  Thread Starter [Lee Willis](https://wordpress.org/support/users/leewillis77/)
 * (@leewillis77)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/#post-1416248)
 * Make sure you’ve selected “Product Sku” and “Product Description” in the “Configure
   Fields” section, and then run an “Order Lines” report rather than “Orders”

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/page/2/?output_format=md)

The topic ‘[Plugin: WP E-Commerce Dashboard] New Release: Features Update’ is closed
to new replies.

 * 16 replies
 * 7 participants
 * Last reply from: [envoymatt](https://wordpress.org/support/users/envoymatt/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-dashboard-new-release-features-update/page/2/#post-1416249)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
