Link product's rate to Trustvox main widget
A
Escrito por Anderson Santos
Atualizado há mais de uma semana

This text guides on how to link product's rate widget to Trustvox main widget in order to maximize the odds for the user to see product's opinions and boost store's sales.

Link product's rate to Trustvox main widget

We advise linking Trustvox main and rate widgets within the product's page. By this we can make the user go to the Trustvox main widget section when she clicks on the product's rating stars.

Here is an example snippet that could be used to accomplish such behavior:


   
  Click and see!


  .trustvox-widget-rating .ts-shelf-container,
  .trustvox-widget-rating .trustvox-shelf-container {
    display: inline-block;
  }  .trustvox-widget-rating span.rating-click-here {
    top: -3px;
    display: inline-block;
    position: relative;
    color: #DAA81D;
  }  .trustvox-widget-rating:hover span.rating-click-here {
    text-decoration: underline;
  }

If you need any help on installing Trustvox main or rate widgets, please head to one of the related articles.

Respondeu à sua pergunta?