PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
content-egg-templates
<?php /* * Name: Offers list from all affiliate modules * Modules: * Module Types: PRODUCT * */ ?> <?php use ContentEgg\application\helpers\TemplateHelper; use ContentEgg\application\helpers\CurrencyHelper; // sort items by price ?> <?php $all_items = TemplateHelper::sortAllByPrice($data); ?> <div class="rehub_feat_block"><a name="aff-link-list"></a> <div class="egg_sort_list re_sort_list simple_sort_list notitle_sort_list"> <div class="aff_offer_links"> <?php foreach ($all_items as $key => $item): ?> <?php $stock_status_str = (!empty($item['stock_status'])) ? TemplateHelper::getStockStatusStr($item) : '';?> <?php $stock_status_class = (!empty($item['stock_status'])) ? TemplateHelper::getStockStatusClass($item) : '';?> <?php $offer_price = (!empty($item['price'])) ? $item['price'] : ''; ?> <?php $offer_price_old = (!empty($item['priceOld'])) ? $item['priceOld'] : ''; ?> <?php $currency_code = (!empty($item['currencyCode'])) ? $item['currencyCode'] : ''; ?> <?php $percentageSaved = (!empty($item['percentageSaved'])) ? $item['percentageSaved'] : ''; ?> <?php $availability = (!empty($item['availability'])) ? $item['availability'] : ''; ?> <?php $offer_post_url = $item['url'] ;?> <?php $afflink = apply_filters('rh_post_offer_url_filter', $offer_post_url );?> <?php $aff_thumb = (!empty($item['img'])) ? $item['img'] : '' ;?> <?php $offer_title = (!empty($item['title'])) ? wp_trim_words( $item['title'], 12, '...' ) : ''; ?> <?php $merchant = (!empty($item['merchant'])) ? $item['merchant'] : ''; ?> <?php $modulecode = (!empty($item['module_id'])) ? $item['module_id'] : ''; ?> <?php $offer_title = wp_trim_words( $item['title'], 10, '...' ); ?> <?php $merchant = (!empty($item['merchant'])) ? $item['merchant'] : ''; ?> <?php $manufacturer = (!empty($item['manufacturer'])) ? $item['manufacturer'] : ''; ?> <?php if (!empty($item['domain'])):?> <?php $domain = $item['domain'];?> <?php elseif (!empty($item['extra']['domain'])):?> <?php $domain = $item['extra']['domain'];?> <?php else:?> <?php $domain = '';?> <?php endif;?> <?php $logo = TemplateHelper::getMerhantLogoUrl($item, true);?> <?php if(rehub_option('rehub_btn_text') !='') :?><?php $btn_txt = rehub_option('rehub_btn_text') ; ?><?php else :?><?php $btn_txt = __('Buy this item', 'rehub_framework') ;?><?php endif ;?> <?php $lowestnew_price = (!empty($item['extra']['lowestNewPrice'])) ? $item['extra']['lowestNewPrice'] : ''; ?> <?php $lowestused_price = (!empty($item['extra']['lowestUsedPrice'])) ? $item['extra']['lowestUsedPrice'] : ''; ?> <?php if($offer_price && rehub_option('ce_custom_currency')) { $currency_code = rehub_option('ce_custom_currency'); $currency_rate = CurrencyHelper::getCurrencyRate($item['currencyCode'], $currency_code); if (!$currency_rate) $currency_rate = 1; $offer_price = $offer_price * $currency_rate; if($offer_price_old){$offer_price_old = $offer_price_old * $currency_rate;} }?> <div class="table_view_block module_class_<?php echo esc_attr($modulecode);?> rh_stock_<?php echo esc_attr($stock_status_class);?>"> <div class="offer_thumb"> <a rel="nofollow" target="_blank" class="re_track_btn" href="<?php echo esc_url($afflink) ?>"> <?php WPSM_image_resizer::show_static_resized_image(array('src'=> $aff_thumb, 'height'=> 100, 'title' => $offer_title, 'no_thumb_url' => get_template_directory_uri().'/images/default/noimage_100_70.png'));?> </a> </div> <div class="desc_col desc_simple_col"> <div class="simple_title rehub-main-font"> <a rel="nofollow" target="_blank" class="re_track_btn" href="<?php echo esc_url($afflink) ?>"> <?php echo esc_attr($offer_title); ?> </a> </div> <?php if (!empty($item['extra']['estimatedDeliveryTime'])): ?> <small class="small_size"> <span class="yes_available"><?php echo ''.$item['extra']['estimatedDeliveryTime'] ;?></span> <br /> </small> <?php endif; ?> <?php if (!empty($item['extra']['offers'])): ?> <?php $offers_flipkart = $item['extra']['offers'];?> <?php foreach ($offers_flipkart as $offer_flipkart):?> <div class="font80 flipkart_offers_extra lineheight15"> <i class="far fa-check-square greencolor" aria-hidden="true"></i> <span><?php echo ''.$offer_flipkart.'';?></span> </div> <?php endforeach ;?> <?php endif; ?> </div> <div class="desc_col price_simple_col"> <?php if($offer_price) : ?> <span class="price_count"> <?php echo TemplateHelper::formatPriceCurrency($offer_price, $currency_code, '<span class="cur_sign">', '</span>'); ?> <?php if($offer_price_old) : ?> <strike> <span class="amount"><?php echo TemplateHelper::formatPriceCurrency($offer_price_old, $currency_code); ?></span> </strike> <?php endif ;?> </span> <?php endif ;?> <?php if (!empty($item['extra']['totalUsed'])): ?> <span class="val_sim_price_used_merchant"> <?php echo (int)$item['extra']['totalUsed']; ?> <?php _e('used', 'rehub_framework'); ?> <?php _e('from', 'rehub_framework'); ?> <?php echo TemplateHelper::formatPriceCurrency($lowestused_price, $currency_code); ?> </span> <?php endif; ?> <?php if (!empty($item['extra']['totalNew'])): ?> <br /> <span class="val_sim_price_used_merchant"> <?php echo (int)$item['extra']['totalNew']; ?> <?php _e('new', 'rehub_framework'); ?> <?php if ($item['extra']['lowestNewPrice']): ?> <?php _e('from', 'rehub_framework'); ?> <?php echo TemplateHelper::formatPriceCurrency($lowestnew_price, $currency_code); ?> <?php endif; ?> </span> <?php endif; ?> <?php if ($stock_status_str): ?> <div title="<?php _e('Last update was on: ', 'rehub_framework'); ?><?php echo TemplateHelper::getLastUpdateFormatted($item['module_id'], $post_id); ?>" class="cegg-lineheight15 blockstyle font80 stock-status status-<?php echo esc_attr($stock_status_class);?>"> <?php echo esc_html($stock_status_str); ?> </div> <?php endif; ?> </div> <div class="desc_col shop_simple_col"> <?php if($logo) :?> <div class="egg-logo"><img src="<?php echo esc_url($logo); ?>" alt="<?php echo esc_attr($offer_title); ?>" width=70 /></div> <?php elseif ($merchant) :?> <div class="aff_tag"><?php echo esc_attr($merchant); ?></div> <?php elseif ($manufacturer) :?> <div class="aff_tag"><?php echo esc_attr($manufacturer); ?></div> <?php endif ;?> </div> <div class="buttons_col"> <div class="priced_block clearfix"> <div> <a class="re_track_btn btn_offer_block" href="<?php echo esc_url($afflink) ?>" target="_blank" rel="nofollow"> <?php echo esc_html($btn_txt) ; ?> </a> </div> </div> </div> </div> <?php endforeach; ?> </div> </div> </div> <div class="clearfix"></div>
[+]
..
[+]
AvantlinkProducts
[+]
Flipkart
[+]
Optimisemedia
[+]
Udemy
[+]
QwantImages
[+]
Zanox
[+]
AffilinetProducts
[+]
Walmart
[+]
Youtube
[+]
GoogleImages
[+]
Twitter
[+]
Impactradius
[+]
LomadeeProducts
[-] block_all_logolist_widget.php
[edit]
[+]
PayTM
[+]
Shareasale
[+]
Ebay
[-] block_all_merchant_widget.php
[edit]
[-] .htaccess
[edit]
[+]
Pepperjam
[-] wdgt_price_movers_top_offers.php
[edit]
[-] block_all_offers_logo.php
[edit]
[+]
BingImages
[+]
Flickr
[-] block_all_pricehistory_full.php
[edit]
[+]
AE
[-] wdgt_price_movers_grid.php
[edit]
[+]
TradedoublerProducts
[+]
Offer
[+]
Bolcom
[+]
Linkwise
[+]
Aliexpress
[+]
Envato
[+]
Viglink
[-] block_all_simple_list.php
[edit]
[+]
Kelkoo
[+]
GoogleNews
[+]
GdeSlon
[+]
Amazon
[+]
Affiliatewindow
[+]
Linkshare
[+]
CjProducts
[+]
GoogleBooks
[-] block_all_offers_list.php
[edit]
[+]
TradetrackerProducts
[-] block_all_offers_grid.php
[edit]
[+]
AdmitadProducts
[-] block_all_pricealert_full.php
[edit]