Hi
I'm puzzling over how I might achieve the following:
We deal with a number of customers that have various eCommerce implementations, some using paypal, eBay store, .net cart and various others.
We want to provide the customers with some simple code that they can add to their checkout process that will track the transaction and provide us with some basic data, like price, item, date time. It needs to be very simple, similar to adding the paypal cart code, or google analytics, as it may be someone with very limited knowledge who is tasked with this.
We'll then store this data and allow the customer to track the items that their customers have been buying and provide their customers with a 'points' type reward scheme.
I'm struggling to see how we can do this securely and ensure at the same time that the system can't be cheated or hacked even by the person that may be implementing the code.
Would appreciate anyones suggestions on how this could be done.
All the best