I have some questions about how the ‘Sale Total’ amount is calculated:
1. Does the sales total include shipping?
2. Does this exclude or include refunds?
Thanks
https://www.ads-software.com/plugins/woocommerce-sales-by-country/
]]>Hello, I’ve noticed that the output does not adhere to the amount of decimals set in WooCommerce, hence showing up to 8 digits when it should be showing, i.e, just 2. It shows: 29.799999999 instead simply 29.80
Here is a screen capture:
https://drive.google.com/file/d/0B4ZIdz9VEIQGUFJkNGhGZWJzemc/edit?usp=drivesdk
You can fix it by forcing rounding of values according to the amount of cents set in WooCommerce.
Thank you in advance!
https://www.ads-software.com/plugins/woocommerce-sales-by-country/
]]>Hi. I am interested in using this plugin for a store, but about 50% of the customers check out as “Guest”. I notice that there is a large number in the report against a blank country name. Is this blank country name because of the guests?
https://www.ads-software.com/plugins/woocommerce-sales-by-country/
]]>Hello, very nice plugin. Only thing it misses is to provide the possibility to sort the columns by country or by sales totals. That way, one can have a real sense of what are the main sources of purchases in order to target ads to those countries ??
Can you add this?
Thanks!
https://www.ads-software.com/plugins/woocommerce-sales-by-country/
]]>Hello
I have just installed the plugin,thank you. However, when I go to the tab there is nothing showing. See screenshot https://prntscr.com/4qc685
Are there any known issues or is there something I can tweak to get this to work?
Thank you very much
https://www.ads-software.com/plugins/woocommerce-sales-by-country/
]]>Hi,
1) Will the ability to set a date range return? It was useful.
2) Here’s a patch that I’d love to see you include, that shows a grand total and an EU total (useful for assessing your potential sales tax liabilities):
--- tmp-PRISTINE.IXSya/woocommerce-sales-by-country/sales-by-country.php 2014-05-15 02:57:22.000000000 -0400
+++ NEW/woocommerce-sales-by-country/sales-by-country.php 2014-08-02 07:08:15.000000000 -0400
@@ -141,7 +141,12 @@
<tbody>
<?php
+ $total = 0;
+ $eu_total = 0;
+ $eu_countries = $country->get_european_union_countries();
foreach($result as $value) {
+ $total += $value->sale_total;
+ if (in_array($value->country_name, $eu_countries)) $eu_total += $value->sale_total;
?>
<tr>
<td><?php echo $country->countries[$value->country_name]; ?></td>
@@ -151,6 +156,14 @@
}
?>
+ <tr>
+ <td><strong>EU Total</strong></td>
+ <td><strong><?php echo get_woocommerce_currency_symbol().$eu_total; ?></strong></td>
+ </tr>
+ <tr>
+ <td><strong>Grand Total</strong></td>
+ <td><strong><?php echo get_woocommerce_currency_symbol().$total; ?></strong></td>
+ </tr>
</tbody>
</table>
Best wishes,
David
https://www.ads-software.com/plugins/woocommerce-sales-by-country/
]]>I’m not seeing the date filter when I use this plugin.
And, what we REALLY need is not just the sales amount per country, but the number of orders per country. Any way to tweak things to report that info?
Thanks!
https://www.ads-software.com/plugins/woocommerce-sales-by-country/
]]>Hi, I’ve installed this plugin but doesn’t show reports,
how can I fix it?
Thanks
https://www.ads-software.com/plugins/woocommerce-sales-by-country/
]]>Here’s an amended version, which adds a) a grand total and b) an EU total (useful for assessing your VAT liability).
https://david.dw-perspective.org.uk/tmp/woocommerce-sales-by-country.1.1.zip
David
https://www.ads-software.com/plugins/woocommerce-sales-by-country/
]]>Hi
Have installed & activated, but
1. get a message saying that WooCommerce needs to be installed.
2. but WooCommerce is already in place – v.2.0.20
Is the plugin compatible with this version of WC ?
Thanks,
https://www.ads-software.com/plugins/woocommerce-sales-by-country/
]]>