hi,

i have installed JLEX REVIEW and i'm using a premium theme with hikashop support but i cannot see the JLEX review form on my hikashop review tab !

PS: when i switch to default theme i can see the jLex Review on hikashop product page . how can i add the form into my theme product page file ? where do i have to add the code snippet you are talking about in the documentation ?

<?php
$loader = JPATH_ROOT . '/components/com_jlexreview/load.php';
if (file_exists ( $loader )) {
   require_once $loader;
   echo JLexReviewLoad::init ( $this->item->title, 'hikashop', $this->item->id , $this->item->category->id );
}