• Resolved rikidev

    (@rikidev)


    I’m trying to get a simple WooCommerce report that shows the following;

    1) Customers/Customer Name in the first (left) column.
    2) Product Names as headers in the other columns.
    3) Product Totals in one row against the Customer in the appropriate Product Name column.
    4) Each customer should only have one row.
    5) Total Products in the final column.

    Is there a simple way to do this, it’s like any totals table I’ve ever worked with, yet I can’t see to replicate it in WooCommerce.

    Thanks in advance for your help.

    R

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Fernando a11n

    (@fhaps)

    Automattic Happiness Engineer

    @rikidev From your description, it sounds like you are looking to generate a report that would list all customers, along with the names of products they have purchased in their lifetime, as well as the product prices.

    A report like this is not available in WooCommerce out of the box.

    Out of the box you can get a report of your customers (WooCommerce > Customers). That report will include their name, email, number of orders placed on the site, and total spend. It will not include a list of product names and prices.

    What you described is likely something you will have to build yourself, after exporting data from the site. Using an extension like WooCommerce Customer / Order / Coupon Export, you would generate an export of all your order data. Then you can filter those orders by customer, and generate the report in the format you mentioned.

    Thread Starter rikidev

    (@rikidev)

    Thanks @fhaps,

    It seems increasingly like this is the only option, I was trying to avoid the manual update and spit out the table/array automatically.

    The standard reports get close but no cigar!! 🙂

    Plugin Support Riaan K.

    (@riaanknoetze)

    It might also be worthwhile taking a closer look at https://wordpress.org/plugins/smart-manager-for-wp-e-commerce/. It’s typically used for bulk updating using a spreadsheet-like view in the admin area but would work equally well for generating custom reports as well 🙂

    Plugin Support Fernando a11n

    (@fhaps)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

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

The topic ‘Customer / Product Table’ is closed to new replies.