• Just a quick note to say that I’ve just pushed version 1.3.1 out to www.ads-software.com.

    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 …

    https://www.ads-software.com/extend/plugins/wp-e-commerce-dashboard-widgets/

Viewing 15 replies - 1 through 15 (of 16 total)
  • 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

    (@leewillis77)

    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.

    https://www.leewillis.co.uk/contact/

    Cheers

    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.

    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

    (@leewillis77)

    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

    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

    Is there a way to edit the date range so you can have daily, weekly, and monthly csv exports?

    Thread Starter Lee Willis

    (@leewillis77)

    Not currently, although I’d certainly consider adding it if someone wanted to sponsor the work or provide a patch that implemented it.

    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

    (@leewillis77)

    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:

    https://www.leewillis.co.uk/contact/

    Thanks Lee, I submitted via your contact form, hope you received it ok ??

    Ta
    D

    wcbuckner

    (@wcbuckner)

    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

    (@leewillis77)

    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 (https://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

    (@envoymatt)

    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

    (@leewillis77)

    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)
  • The topic ‘[Plugin: WP E-Commerce Dashboard] New Release: Features Update’ is closed to new replies.