PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
woocommerce
/
single-product
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } global $product, $post; ?> <?php $upsells = $product->get_upsell_ids(); if ( sizeof( $upsells ) === 0 ) { } else{ echo '<div class="upsells-woo-area flowhidden" id="upsell-section-woo-area">'; $upsells = implode(',',$upsells); echo '<h3>'.__( 'You may also like…', 'rehub_framework' ).'</h3>'; $upsells_array = array('ids'=>$upsells, 'columns'=>'5_col', 'data_source'=>'ids', 'show'=> 5, 'show_coupons_only'=>2); if(rehub_option('width_layout') =='extended'){ $upsells_array['columns'] = '6_col'; } if (rehub_option('woo_design') == 'grid') { echo wpsm_woogrid_shortcode($upsells_array); } elseif (rehub_option('woo_design') == 'gridtwo') { $upsells_array['gridtype'] = 'compact'; echo wpsm_woogrid_shortcode($upsells_array); } else{ echo wpsm_woocolumns_shortcode($upsells_array); } echo '</div>'; } ?>
[+]
..
[+]
tabs
[-] sale-flash.php
[edit]
[-] upsell-compact.php
[edit]
[-] full-width-upsell.php
[edit]
[-] full-width-related.php
[edit]
[-] related-with-sidebar.php
[edit]
[-] product-thumbnails.php
[edit]
[-] meta.php
[edit]
[-] share.php
[edit]
[-] product-image.php
[edit]
[-] full-width-upsell-no-margin.php
[edit]
[-] related-compact.php
[edit]
[-] upsell-with-sidebar.php
[edit]
[-] full-width-related-no-margin.php
[edit]
[+]
add-to-cart