How to Switch Themes?

To switch themes, modify the $theme variable in the Config.php file (root directory).

public static string $theme = "sucshop";

You can change the default "sucshop" theme to the name of your custom theme. Your theme folder must be placed in the "themes" folder in the SucShop root directory; otherwise, SucShop will not be able to recognize your theme files.