mightyx Posted November 23, 2009 Posted November 23, 2009 The current version of the analytics module sets the value in ot_total as the total amount in the transaction string. If you run a store with taxes (e.g. a German store), then the total value includes all taxes and shipping. In the analytics reports the Value transaction volume (Umsatz) is displayed including taxes and shipping. However the value in the item string (Produktumsatz) is excluding any taxes! So I would rather prefer to display my transaction volume without any taxes but including shipping. Has someone ever thought about that??? The solution would be to replace $analytics_total in thev transaction string with a new variable without taxes which is defined as e.g. $analytics_total_netto = $analytics_total - $analytics_tax; Can anyone please give me some tipps if this is correct and if this is really working as it should? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.