PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
content-egg-templates
/
Amazon
<?php /* Name: All product features */ use ContentEgg\application\helpers\TemplateHelper; ?> <?php $item = reset($items); $features = (!empty($item['extra']['itemAttributes']['Feature'])) ? $item['extra']['itemAttributes']['Feature'] : ''?> <?php if (!empty ($features)) :?> <div> <ul class="featured_list"> <?php foreach ($features as $k => $feature): ?> <li><?php echo esc_attr($feature); ?></li> <?php endforeach; ?> </ul> </div> <?php endif ;?> <div class="clearfix"></div>
[+]
..
[-] data_price_alert.php
[edit]
[-] data_bigcart_notitle.php
[edit]
[-] data_bigcart.php
[edit]
[-] data_gallery_images.php
[edit]
[-] data_grid4.php
[edit]
[-] data_grid3.php
[edit]
[-] data_slider.php
[edit]
[-] data_compact_extra.php
[edit]
[-] data_reviews.php
[edit]
[-] data_image_slider.php
[edit]
[-] data_simple_list.php
[edit]
[-] data_button.php
[edit]
[-] data_price_history.php
[edit]
[-] data_list.php
[edit]
[-] data_feature.php
[edit]
[-] data_compact.php
[edit]