Hello!
show cart virtuemart popup link to a non firendly url: http://demo.virtuemart.net/index.php?option=com_virtuemart&view=cart
How is it possible to link in a freindly way: http://demo.virtuemart.net/my-cart
Thank you :)
Create a template override of /components/com_virtuemart/views/cart/padded.php. Inside the override change $this->cart_link
to JRoute::_('index.php?option=com_virtuemart&view=cart')
SEF URL was removed because it had some issues and this override might have some issues as well. Do at your own risk.