Hi,
I'm using Joomla 2.5 Virtuemart 2.0
I would like to call $this->assignRef in mysite/components/com_virtuemart/controllers/cart.php from mysite/components/com_virtuemart/views/cart/view.html.php
However, I don't know how.
Please advice.
Thanks
assignRef is a function that belongs to the jview class. Cannot called outside of it.
Also it is deprecated function $this->yourvar does the trick in the view
I cannot find any reason to do that in the controller