Closed (fixed)
Project:
Commerce Reporting
Version:
7.x-3.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2012 at 01:10 UTC
Updated:
22 Jan 2014 at 22:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jessepinho commentedPatch.
Comment #2
jessepinho commentedHmm... on second thought, if one includes BOTH shipping and billing profiles in the checkout process, those profiles will both be counted in the query, and thus all statistics will be doubled. Perhaps we need a dropdown in a settings UI for reports to choose which profiles to look at on the map?
Comment #3
cvangysel commentedThat's correct. Remember that shipping profile is a customer_profile bundle added by the commerce_shipping module, so depending on it by default would not be a good idea.
I do like the idea where the user has an option to select which customer_profile bundle it wants to use as a data source. If you supply a patch for this I'd be more than happy to work with you to get this in.
Comment #4
mglamanMy patch in #2125813: Visualization to Charts Module Migration decouples Commerce Reports from Visualization to Charts and replaces the map with a view. This view provides display based on billing or shipping profiles and is not hardcoded.
If you could test and review that patch it may solve your problems.
Comment #5
mglamanComment #6
dpearcefl commentedDoes this issue still exist against the latest dev release?
Comment #7
mglamanPlease review the 7.x-4.x release which adds this feature, and note module changes as stated in #2129735: Commerce Reports 4.x Review
Comment #8
mglamanIn 4.x customer map has been moved to view and supports billing & shipping profiles. However, currently experiencing bug #2161563: Customer Profile Map does not render on Reports dashboard