About the Default Theme sucshop

SucShop’s default theme (sucshop) is built with Bootstrap. In sucshop/parts/header.tpl, Bootstrap and jQuery are added (remember to add jquery.min.js before other files).

   

   

   

   

   

If you don’t have high requirements for your theme, we suggest building it with Bootstrap. You can modify the default sucshop theme to lower the development difficulty. If you don’t want to use Bootstrap, add other frontend UI libraries in the header.tpl file.

It is recommended to test the theme while making modifications, rather than testing only after making a large number of changes. This is because if bugs occur after extensive modifications, it will be more difficult to identify their location.