#2306

Tu Tran
Moderator

Hi,

I’ve editted file app\code\local\Sns\Quickview\controllers\IndexController.php: add the code bellow:

if (strpos($path, "index.php/") !== false) {
            $path = str_replace("index.php/", "", $path);
        }

This issue has solved, please check again.

Thanks you,