Hi
i'm trying to build a plugin where i want to temporaly give a discount to some products when some rules are true.
I've found that i can add this discount when the product is added to cart by editing file components/com_virtuemart/controllers/cart.php
The problem is that i need to set this discount when a user views this product or when he views the category that the product belongs.
Anybody knows a way to call a virtuemart's function to do this?
Maybe i can do it with modifyPrice( $product, $field,$param,$selected ) but does anyone know how to use it??