After hours and hours off searching the web I found a simple but improvised solution to track my sales...
Short explenation: I downloaded a simple affiliate program here:
http://www.qualityunit.com/postaffiliate/installed it as the simple installationfile said.
used navicat (navicat.com) to online check my tables were all clicks are logged with ip adresses.
Checked my orders tables and made a query for what orders have the same IP as the clickthrough table.
Voila now you can see where the clicks come from, and you can see what orders contains the same IP, basically you now have the same basic feature as a basic affiliate progeam.
Although this probably suits best for users with online database menagement, best thing would be to download both clickthrougs and order table, to make query locally.
PS! Joomla/Virtuemart dont "appretiate" cookies in this program, so you have to clean out all the lines that contain cookie information in the included php files...
Hope it may help others too
