VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: fabioweb on October 14, 2016, 11:48:59 AM

Title: Show Cart Popup Link
Post by: fabioweb on October 14, 2016, 11:48:59 AM
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 :)
Title: Re: Show Cart Popup Link
Post by: Ghost on October 14, 2016, 12:25:07 PM
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.