File: //proc/self/cwd/nueva/modules/pmproductvideoreviews/views/templates/hook/product-footer.tpl
{**
* rec.reviews
*
* @author Presta-Module.com <support@presta-module.com> - https://www.presta-module.com
* @copyright Presta-Module - https://www.presta-module.com
* @license see file: LICENSE.txt
*
* ____ __ __
* | _ \ | \/ |
* | |_) | | |\/| |
* | __/ | | | |
* |_| |_| |_|
*
*}
{if !empty($total_review)}
<div id="pvr">
{include file='module:pmproductvideoreviews/views/templates/hook/partials/snippets.tpl'}
<div id="pm_div-page-review-list">
<div class="tabs">
{include file='module:pmproductvideoreviews/views/templates/hook/partials/review_top.tpl'}
<input type="hidden" name="pm_video_review_id_product" id="pm_video_review_id_product" value="{$product_id|intval}" />
{if $total_review >= 4}
{include file='module:pmproductvideoreviews/views/templates/hook/partials/distribution.tpl'}
{include file='module:pmproductvideoreviews/views/templates/hook/partials/sort.tpl'}
{/if}
<div class="mt-1"></div>
<div>
{include file='module:pmproductvideoreviews/views/templates/hook/partials/reviews.tpl'}
</div>
</div>
</div>
{* Only display the button if the total of reviews is greater than the number of reviews per line *}
{if $total_review > $review_per_ligne}
{include file='module:pmproductvideoreviews/views/templates/hook/partials/see_more.tpl'}
{/if}
</div>
</div>
{/if}