Basic Theme Cs-Cart

Hi all,



I'm currently using CS-Cart 4.3.2.

I want to use CS-Cart basic theme. Can i do it?



Thanks

If you want basic theme to be displayed in the available themes, please open the app/functions/fn.common.php file and comment out the following code:



// FIXME: Forbid to install the basic theme but continue to support it
if ($type == 'repo' && $v == 'basic') {
continue;
}