Hello everyone,
i need to implement a sort of very simple point system which should work this way:
each product got a custom field called, let's say, "points", which is an integer.
in the cart, a text field shows you the sum of the points obtained from the products you are buying.
Could someone give me advice on how to implement a similar thing? Which php files should i modify? Or, even better, is there a simple free or commercial plugin that does the same stuff (i'm not interested in a complete points/rewards system like virtuemart reward points extension)?
Thanks for the attention!