VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: smimish on April 09, 2012, 14:09:47 PM

Title: Little bug in 2.0.4 (typo)
Post by: smimish on April 09, 2012, 14:09:47 PM
In the file components/com_virtuemart/views/cart/tmpl/default_pricelist.php, line 150, "echo" is missing, to fix, just replace "<?php JRoute::_('index.php'); ?>" with "<?php echo JRoute::_('index.php'); ?>"
Title: Re: Little bug in 2.0.4 (typo)
Post by: Milbo on April 09, 2012, 23:30:57 PM
thx, added