How to Disable SEO Mode in OXID eSHOP

To disable SEO mode in OXID eSHOP add below code in config.inc.php
$this->blSeoMode = false;
By making SEO mode to false you can now see which controller action is called in your Shop Page.

Post a Comment

0 Comments