PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
content-egg
/
templates
<?php /* * Name: Price history for lowest price product * Modules: * Module Types: PRODUCT * */ __('Price history for lowest price product', 'content-egg-tpl'); use ContentEgg\application\helpers\TemplateHelper; use ContentEgg\application\helpers\TextHelper; ?> <?php $all_items = TemplateHelper::sortAllByPrice($data); $item = $all_items[0]; $module_id = $item['module_id']; if (!$title) $title = __('Price History for', 'content-egg-tpl') . ' ' . TextHelper::truncate($item['title'], 100); ?> <div class="egg-container"> <?php $this->renderBlock('price_history', array('item' => $item, 'module_id' => $module_id, 'title' => $title)); ?> </div>
[+]
..
[-] block_price_alert.php
[edit]
[-] wdgt_price_movers_list.php
[edit]
[-] wdgt_price_movers_grid.php
[edit]
[-] block_offers_logo.php
[edit]
[-] block_price_statistics.php
[edit]
[-] block_price_history.php
[edit]
[-] block_price_comparison.php
[edit]
[-] block_offers_list.php
[edit]
[-] block_offers_tile.php
[edit]
[-] block_offers_grid.php
[edit]