osCommerce Documentation

Addendum

We did our best to make this documentation as clear as possible. However, if you have any difficulties with osCommerce template or any suggestions on improving the template or documentation, feel free to contact our support team through the:

Additional Links

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\template_top.php file
  2. Locate the line:

    href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'
  3. Replace it with the following:

    href='//fonts.useso.com/css?family=Open+Sans' rel='stylesheet' type='text/css'

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.