getOptionValue('woo_product_single_related_post_tag');
if($title_tag_options != '') {
$title_tag = $title_tag_options;
}
if ( version_compare( WOOCOMMERCE_VERSION, '3.0' ) >= 0 ) {
if ( $upsells ) : ?>
< class="qode-related-upsells-title">>
get_id() );
setup_postdata( $GLOBALS['post'] =& $post_object );
wc_get_template_part( 'content', 'product' ); ?>
get_upsells() ) {
return;
}
$args = array(
'post_type' => 'product',
'ignore_sticky_posts' => 1,
'no_found_rows' => 1,
'posts_per_page' => $posts_per_page,
'orderby' => $orderby,
'post__in' => $upsells,
'post__not_in' => array( $product->get_id() ),
'meta_query' => WC()->query->get_meta_query()
);
$products = new WP_Query( $args );
$woocommerce_loop['name'] = 'up-sells';
$woocommerce_loop['columns'] = apply_filters( 'woocommerce_up_sells_columns', $columns );
if ( $products->have_posts() ) : ?>
< class="qode-related-upsells-title">>
have_posts() ) : $products->the_post(); ?>