News:

Support the VirtueMart project and become a member

Main Menu

Show Cart Popup Link

Started by fabioweb, October 14, 2016, 11:48:59 AM

Previous topic - Next topic

fabioweb

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 :)

Ghost

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.