You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During debugging a users problem and looking through their log file I saw the logged message;
2014-02-28 15:43:22 - Piwik OpenCart mod: unknown order total code 'reward'.
This is a message which my mod logs when it doesn't recognise a code from the order total array. Find out if this is a default OC code, or whether an extra one from some custom mod the customer had installed. Possibly code to cope with this code.
The text was updated successfully, but these errors were encountered:
Hello there [...] I just notice something is when an order is placed and there is customer credit deducted for order (default opencart customer credit function), there is error "Piwik OpenCart mod: unknown order total code 'credit' " in error log in backend. I don't think this is a bug because the credit amount matches discount from piwik report, so I don't put in issue part in your Github and just let you know. :)
Consider, etc.
kevinb456
changed the title
Cope with order total code 'reward'
Cope with other order total codes e.g. 'reward', 'credit'
Mar 25, 2014
During debugging a users problem and looking through their log file I saw the logged message;
This is a message which my mod logs when it doesn't recognise a code from the order total array. Find out if this is a default OC code, or whether an extra one from some custom mod the customer had installed. Possibly code to cope with this code.
The text was updated successfully, but these errors were encountered: