VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: qb-virtue on March 05, 2014, 22:34:46 PM

Title: Manufacturer is not accesible from the cart
Post by: qb-virtue on March 05, 2014, 22:34:46 PM
<?php echo JHTML::link($prow->mf_name) ; ?>

Should, but does not work in the cart default_pricelist.php. The variable is not accessible. You have to do some wild hacking to get it to be accessible. All variables should be accessible even if they aren't used.
Title: Re: Manufacturer is not accesible from the cart
Post by: Milbo on March 05, 2014, 23:04:41 PM
ah link needs an url, not just a name, the ids are there.