Reviews not working on 2.0

showing this error on product view:
Warning: VQModObject::applyMod(product_reviews.xml) - Search not found in "": includes/templates/.catalog/views/box_product.inc.php(0) [SKIPPED] in ~/vqmod/vqmod.php on line 582
Warning: VQModObject::applyMod(product_reviews.xml) - Search not found in "": includes/templates/
.catalog/views/box_product.inc.php(1) [SKIPPED] in ~/vqmod/vqmod.php on line 582
Warning: VQModObject::applyMod(product_reviews.xml) - Search not found in "": includes/templates/*.catalog/views/box_product.inc.php(2) [SKIPPED] in ~/vqmod/vqmod.php on line 582

tim

Are you using a custom template? If so you need to adjust the vqmod rules for the template files.

no custom template, default 2.0 template. some strings in vqmod are still from v1.3 so this module should be rewriten for 2.0

example strings, not found anymore with 2.0:
       
      ]]>

im not shure how this was tested on 2.0.

i think you should go through 2.0 certified addons, because I bought 4 of them and none is working, also im thinking about refund if this dont gets resolved soon. thanks for great software, best regards

thanks for help

tim

It's possible I had something mixed up when I updated the add-on. Tabs will be reintroduced in 2.0.3.

Does this work better? It substitutes the last vqmod instruction of the file.



        
        
          
          
        
        
        
        
          

#tab-reviews fieldset {
  display: inline-block;
  border: 1px solid #ccc;
}
#tab-reviews .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
  font-size: 2em;
  display: inline-block;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1em;
  color: #ccc;
}
.rating > *:hover,
.rating > *:hover ~ span,
.rating:not(:hover) > input:checked ~ span {
  color: transparent;
}
.rating > *:hover:before,
.rating > *:hover ~ span:before,
.rating:not(:hover) > input:checked ~ span:before {
   content: "★";
   position: absolute;
   left: 0;
   color: gold;
   width: 1em;
}

.rating > input {
  position: relative;
  margin-left:-1.5em;
  margin-right:0;
  z-index: 2;
  opacity: 0;
  width: 1em;
}

.reviews li {
  border-bottom: 1px #ccc solid;
  margin-bottom: 15px !important;
}
.reviews li:last-child {
  border: none;
}

.reviews .rating-score {
  color: gold;
  font-weight: normal;
}
.reviews .rating-leftover {
  color: #ccc;
  font-weight: normal;
}

          
            
              
                
                  
                  ☆
                  
                
              
            
            
              
                

ok thanks for now, when do you expect 2.0.3 to release? will it work flawless then? best regards,

tim

By history there has been one release approximately every quarter of the year.

can you repair this module, so it works with 2.0.3 version of template. yours is not same as current html (     ****)

This is current version of template...
 
   
      Šotor Globetrotter.
      Lahko se uporablja tudi ločeno od avtodoma, samostojno.     

   
     
       
 
   
      attributes
   
 
 
       
     
   
 

tim

You got mail

Voir le code sur GitHub