Example #1
0
    }
    ?>
                            </div>
                        </div>
                        <div class="col-xs-4">
                            <div class="">
                                <h4 class="fotorama-popup__item-title"> <?php 
    echo ProductHelper::name($product->name);
    ?>
 </h4>
                                <?php 
    if ($product->description) {
        ?>
                                <div class="fotorama-popup__item-description">
                                    <?php 
        echo ProductHelper::description($product->description);
        ?>
                                </div>
                                <?php 
    }
    ?>
                            </div>
                        </div>
                    </div>
                <?php 
}
?>
            </div>
        </div>
        <div class="fotorama-popup__close" data-close-fotorama-popup ></div>
    </div>
Example #2
0
 public function action_update_count()
 {
     \App\Helpers\ProductHelper::massUpdateProductsOffersCounts();
 }