Hello,
Using virtuemart 2.0.6, I noticed that after adding product to cart, informational message COM_VIRTUEMART_PRODUCT_ADDED_SUCCESSFULLY is shown twice.
This is because $mainframe->enqueueMessage($msg); is put twice in the add() method of cart.php controller.
Bug is solved by commenting line 78 of cart.php
Regards to all!
Ilias
in 2.0.7 it works
already fixed, see http://forum.virtuemart.net/index.php?topic=101507.0
Thomas
p.s. Do not forget to change message icon to Solved.