Display Responsive Theme Directory On Cs-Cart Templates Editor

Hello,

Is it possible to display Responsive theme direcoty along with my custom theme direcoty on the admin panel Templates editor. As it is on CS-Cart demo site.

On design - Templates, I want to display my active theme and resposnive theme directories.

See how it is on demo site: https://prnt.sc/np4zj7

I want like that.

Thanks in advance.

Regards,

Alaa

If your custom theme uses responsive theme as parent theme, you should see both directories. But it can depend on CS-Cart version

If your custom theme uses responsive theme as parent theme, you should see both directories. But it can depend on CS-Cart version

Thanks for your reply, eComLabs.

Yes I am using responsive as the parenet theme. However, its directory is not showing on the Templates editor. Is there any option I can configure to show it. I am using MV.

What MV version do you use?

What MV version do you use?

MV 4.9.3 (latest version).

app/controllers/backend/templates.php

replace

$extra_path = '[theme]/';

with

$extra_path = '';

It should solve your problem

app/controllers/backend/templates.php

replace

$extra_path = '[theme]/';

with

$extra_path = '';

It should solve your problem

Thank you very much eCom-Labs. You are very helpful.

You are welcome! :)