Start chat

StyleFactory

Addendum

Thank you for reading!
We hope you can create the stunning website with our themes.

Help and Support

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

Useful resources

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 theme****\templates\_partials\header.tpl file and open theme****\templates\checkout\_partials\header.tpl file.

  2. Locate the line:

    <link rel="stylesheet" href="http{if Tools::usingSecureMode()}s{/if}://fonts.googleapis.com/css?family=[---your_web_font_name_here---]" type="text/css" media="all" />
  3. Replace it with the following:

    <link rel="stylesheet" href="http{if Tools::usingSecureMode()}s{/if}://fonts.useso.com/css?family=[---your_web_font_name_here---]" type="text/css" media="all" />

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.

The General Data Protection Regulation (GDPR) compliance

The GDPR is the official GDPR Compliance module, developed by PrestaShop team that aims to protect the personal data of EU citizens and applies to any organization doing business with EU data subjects. It offers a solution adapted not only for your site that processes the personal data collected by the PrestaShop solution, but also the modules installed in your store.

For the latest versions of the PrestaShop 1.7 templates, the module is available directly in your back office for free.