Theme: Black Glass

The Black Glass theme is an inversed version of the White Glass theme that’s been available for the past several months. 

219.3 KiB - 1,208 downloads

The logo

Of course you don’t want your clients to see our logo so we have made it very easy to replace our logo with yours. 

  1. Go to Options -> Themes and click on the edit button under the Black Glass theme. 
  2. Next click on files. 
  3. About half way down you will see a folder titled images. Click on the link to open the images folder. 
  4. Click on the Upload button.  This will display a form to allow you to upload an image.
  5. Click on the Browse button to select a file on your computer named logo.png that will replace our logo.  If your current logo is not in PNG format you can either convert it or edit the theme file header.tpl to reference a different file (see below).
  6. Click Upload and it will prompt you to overwrite the current logo.png.  Click ok and your file will be uploaded overwriting our logo.

The other option is to edit header.tpl to reference your logo file.  Go through steps 1-5 above except that the file you upload does not need to be named logo.png.

  1. On the top of the file list should be a link "Up to Previous Level".  Click that and you will see a series of .tpl files. 
  2. Click on header.tpl and look for the following.

 

<?php
if (file_exists(‘<!–themedir–>/images/logo.png’))
    {
    echo ‘<img src="<!–themedir–>/images/logo.png">’;
    }
else
    {
    echo $config->readValue(‘company_name’);
    }
?>

 

3. Replace both instances of logo.png with the name of the file you uploaded.

Categories:Themes

2 comments on this post

  1. on both the white glass and the black glass, when the user selects a package, it fills in the package with the one photo for all options. for instance if if am viewing IMG_001 and select package 1 which is 1 8×10 2 5×7s and 4 4×6s, the cart is then filled with all options consumed by IMG_001.

  2. Rob – When you add a package is should be added empty. The cart goes up by the cost of the package, but nothing is in it unless there already are images in the cart. Try adding a package to an empty cart from one image and then go to the next image and add a print that should fit in that package and let me know what happens.

Leave a Reply