Hello Guys
I am trying to find out why when i click on home page logo my url is xxxxxxxx.com/index.php?rt=index/home and i have SEO url enabled but when i click on the blue home button again on home page the url is xxxxxxxx.com
This don't make any sense if i have SEO url enabled does it?
Thanks
have you tried clearing you system cache in System > Cache then select all and click on the clear cache button at the bottom.
Then clear your browser cache with either a Cntl f5 or clear cache in your web browser tools.
Abantecart uses a caching system to deliver your pages faster and your web browser stores pages for the same reason, When you have changes - the best way to see if they are working, is to "force" the cache clearing.
Lee
try to disable caching and open page.. then enable again
Hi Guys
I have tried both those things and still its the same, its only when i click on the logo that i seem to have the issue.
Thanks
ok. i'll check and let you know asap
Ok thanks ill wait for your reply then...
Cheers
Hello Guys
Any more news on this please?
Thanks
please open file public_html/storefront/controller/common/menu.php
and replace line 68
$href = $this->html->getURL ( $item ['item_url'] );
to this
$href = $this->html->getSEOURL( $item ['item_url'] );
and let me know
Hello abolabo
I just replaced that code and the logo url is still the same www.xxxxxxxx.com/index.php?rt=index/home
What now?
Thanks
and replace file public_html/storefront/controller/common/header.php
by attached
Hello abolabo
Yes replacing that file has worked and logo url is now normal..
Thank You