VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: elhazoui on June 03, 2012, 12:35:56 PM

Title: Message COM_VIRTUEMART_PRODUCT_ADDED_SUCCESSFULLY is shown twice
Post by: elhazoui on June 03, 2012, 12:35:56 PM
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
Title: Re: Message COM_VIRTUEMART_PRODUCT_ADDED_SUCCESSFULLY is shown twice
Post by: sadrem on June 03, 2012, 12:47:10 PM
in 2.0.7 it works
Title: Re: Message COM_VIRTUEMART_PRODUCT_ADDED_SUCCESSFULLY is shown twice
Post by: Thomas Kuschel on June 03, 2012, 22:46:19 PM
already fixed, see http://forum.virtuemart.net/index.php?topic=101507.0
Thomas
Title: Re: Message COM_VIRTUEMART_PRODUCT_ADDED_SUCCESSFULLY is shown twice
Post by: sadrem on June 03, 2012, 23:56:28 PM
p.s. Do not forget to change message icon to Solved.