Customizing Online Stores

You can easily customize the Business Manager online store by editing the smarty template files and CSS in your theme directory.

To customize an online store:

  1. Log in to your server using SSH.
  2. Go to your lib-themes/default/order/templates/shopping directory.
  3. There are two files you need to modify:
  4. Open the header.tpl file. You can modify any of the code below the <body> tag. Save the file after you have completed your modifications.
  5. Open the footer.tpl file. You can modify any of the code above the </body> tag. Save the file after you have completed your modifications.
  6. You can modify the style sheet by going to the /lib-themes/default/lib-billing/css/ directory and viewing the shoppingstyle.css file.

    Note: You can change the background color by modifying the following section of code:
    body {
    font-family: "Tahoma", sans-serif;
    font-size: 10px;
    background-color: #cfcdc7;
    }