Zen Cart Documentation

Live Chat Olark

To get your data, you can register on Olark website and do all the required steps to get your code.

Then, open includes/templates/themeXXX/common/tpl_main_page.php file and insert the received code between the lines 'begin olark code' and 'end olark code' and save the file. To remove Live Chat Olark, simply delete this code from tpl_main_page.php file.

Customers who purchased the template are provided with 6 months Olark chat usage for free. To register 6 months Free bronze package, you should follow Olark registration link.

Loading data from Google servers

Some countries have issues connecting to Google servers. This can cause issues loading Google Fonts and Java Script libraries from Google CDN. To resolve these issues, please do the following:

Can't load Google Fonts:

  1. Open \includes\templates\themeXXX\common\html_header.php file
  2. Locate the line:

    $doc->addStyleSheet('//fonts.googleapis.com/css?family=[---your_web_font_name_here---]');
  3. Replace it with the following:

    $doc->addStyleSheet('//fonts.useso.com/css?family=[---your_web_font_name_here---]');

Can't load jQuery

  1. Locate the line:

    <script src="//ajax.googleapis.com/ajax/libs/jquery/[---your_jquery_version---]/jquery.min.js"></script>
  2. Replace with the following:

    <script src="//code.jquery.com/jquery-[---your_jquery_version---].min.js"></script>

You can also use local copy of jQuery library.

W3C validation

Both HTML markup and CSS styles used in our templates are semantically correct and valid. However, some W3C errors still can take place. Making code 100% W3C valid eliminates the usage of modern website technologies as CSS3 features and HTML5 markup. Our goal is to deliver rich user experience with high quality templates and sometimes we have to break some rules.