I currently have User SEO URL\'s set to Yes in OpenCart Admin.
User SEO URL\'s
System -> Settings -> Store -> Server -> User SEO URL\'s
For me, the simplest way to do it:
1- Go to /system/library/url.php
/system/library/url.php
2- Locate function link(
function link(
3- Above return $url; put the following line:
return $url;
$url = str_replace('index.php?route=common/home', '', $url);