VirtueMart 3 Documentation

Addendum

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

Help and Support

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 \templates\theme****\index.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---]');

Documentation

Joomla! Extensions

At www.extensions.joomla.org you can download more than 6 thousands of modules, plugins and components to add various features to your Joomla website.

Additional Links

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.