Konversion now integrates with the Loox Photo Reviews app

Konversion now integrates with the Loox Photo Reviews app

Installing the Konversion theme and setting up the Loox Photo Reviews for the first time 

When you install the Konversion theme, like any other theme, you need to reinstall some apps. We made your life easier by integrating all the scripts needed in all the theme files for the Loox Photo Reviews app. 

1. Install the Loox Photo Reviews app. 
2. Go in Themes > Customize theme > General Settings > Apps
3. Enable the Loox Photo Reviews app.



4. Remove this code automatically added by the app at the very bottom of the product.template file




If you don't remove this snippet of code above, the Loox Photo Reviews widget will be displayed at the very bottom of the product page, instead of inside the Reviews tab. Like this:


Switching to the Konversion theme with the Loox Photo Reviews app already installed on your previous theme


If you already have the app installed on another theme and you're switching to the Konversion theme, you can take the easy way or the hard way.

Easy Way - Uninstall the app and reinstall it

Simply do the steps explained above.

Hard Way - Keep the app install and put the required snippet of codes missing

1. Add the following snippets of code in the theme.liquid file

Add this code just top of </head> tag
  1. {{ shop.metafields.loox["global_html_head"] }}



Add this code just top of </body> tag
  1. {{ shop.metafields.loox["global_html_body"] }}


2. Add the following snippets of code at the bottom of product.template file

  1. {% if product.metafields.loox.num_reviews %}
  2. <script id="looxSchemaJson" type="application/ld+json">
  3. {
  4.     "@context": "http://schema.org",
  5.     "@type": "Product",
  6.     "aggregateRating": {
  7.         "@type": "AggregateRating",
  8.         "ratingValue": "{{ product.metafields.loox.avg_rating }}",
  9.         "reviewCount": "{{ product.metafields.loox.num_reviews }}"
  10.     },
  11.     "name": "{{ product.title }}"
  12. }
  13. </script>
  14. {% endif %}



3. Go in Themes > Customize theme > General Settings > Apps and Enable the Loox Photo Reviews app



    • Related Articles

    • Latest releases of the Konversion theme

      Versioning logic - Version X.Y.Z X means a major change in theme due to a change in Shopify's core Y means a big enough change that involves new key features and/or big change/fix X means small bug fixes and small features release. Make sure you have ...
    • Konversion integrates with Yotpo

      Install the Yotpo app Login to Yotpo via the app & Grab the app key Select "Installation Manual" Then the introduction steps will appear. Please copy your app key in the 1.4 step and paste it to the "Yotpo app key" field.  Copy the app key serial ...
    • Update bug related to the Product Reviews app when you copy the Settings data

      If you purchased and installed the theme before August 29th (Release 1.1.0), you might have faced this issue when updating the theme (when you copied the Settings data from the previous theme version to the new one).  Here's how to fix it: If you ...
    • How to remove Milestones app's code after uninstall

      Follow these 4 steps: https://tabarnapp.com/how-to-properly-uninstall-the-milestones-app/
    • How to update the Konversion theme to the newest version

      When you purchase the theme, you get a download link. This link always provides the most up to date version of the theme. Which means, when we push new features, you can access them for free by re-downloading the theme via your unique download link. ...