Hello,
Thanks for this plugin, great concept.
However, when I test it on our store, the plugin seems to be getting the product count wrong.
What I did was to go Woocoommerce > Orders and then go to the “processing” tab, select all orders and generate the PDF.
For example, we had one product which there were 11 of total in orders being processed, but the plugin only counted 1?
What could be the cause for this behaviour? We have a mix of 50/50 single products and variable products and also a few ‘product bundles’ (https://woocommerce.com/products/product-bundles/).
Thanks.
]]>When I want to count the products, I get now this message:
Fatal error: Uncaught exception ‘Exception’ with message ‘No parent product set for variation #224’ in …/wp-content/plugins/woocommerce/includes/class-wc-product-variation.php:85 Stack trace: #0 …/wp-content/plugins/woocommerce-order-product-count/WC_Order_Product_Count.php(166): WC_Product_Variation->__construct(224) #1 …./wp-content/plugins/woocommerce-order-product-count/WC_Export_PDF.class.php(95): WC_Export_Orders::get_product_variations(224) #2 [internal function]: WC_Export_PDF::export_PDF(”) #3 …/wp-includes/plugin.php(525): call_user_func_array(Array, Array) #4 …/wp-settings.php(393): do_action(‘init’) #5 …/wp-config.php(90): require_once(‘/www/htdocs/w01…’) #6 …/wp-load.php(37): require_once(‘/www/htdocs/w01…’) #7 …/wp-admin/ in …/wp-content/plugins/woocommerce/includes/class-wc-product-variation.php on line 85
I need your help ??
https://www.ads-software.com/plugins/woocommerce-order-product-count/
]]>It works perfectly, Only want to add date of purchase for each id. How to do that?
https://www.ads-software.com/plugins/woocommerce-order-product-count/
]]>Thanks for great plugin. It does exactly what I need.
Just one note: it seems it does not support UTF-8, shows question mark instead of non-latin letters (like lithuanian ?????…)
https://www.ads-software.com/plugins/woocommerce-order-product-count/
]]>Hello,
i want to ask if its possible to display a custom field or a attribute filed from the Product instead of ID.
Many Thanks and best Regards!
https://www.ads-software.com/plugins/woocommerce-order-product-count/
]]>The produced PDF-file only shows the first order of a specific product.
Adam order SHOES-BLACK* 2 pairs
Eve order SHOES-BLACK 3 pairs
The Bulk order count PDF says
SHOES-BLACK 2 pairs
* It is a variable product
https://www.ads-software.com/plugins/woocommerce-order-product-count/
]]>When a product is variable, but no individual variation images has been chosen, the Bulk Order Product Count does not show the featured image instead.
How to call for the main featured thumbnail?
(It works with single products.)
https://www.ads-software.com/plugins/woocommerce-order-product-count/
]]>The second bulk action drop down menu (below the list of orders) is not working.
/**
* Add the Orders Product Count menu item to bulk actions
*
* @return type
*/
public static function woocommerce_export_orders_menu() {
global $post_type;
if ( ‘shop_order’ == $post_type ) {
?>
<script type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(‘<option>’).val(‘export_orders’).text(‘<?php _e( ‘Order Product Count’, ‘woocommerce-export’ )?>’).appendTo(“select[name=’action’]”);
jQuery(‘<option>’).val(‘export_orders’).text(‘<?php _e( ‘Order Product Count’, ‘woocommerce-export’ )?>’).appendTo(“select[name=’action2′]”);
});
</script>
<?php
}
}`
https://www.ads-software.com/plugins/woocommerce-order-product-count/
]]>