HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
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}