'; // single product wrapper
if( $tmp_type && $tmp_type == 'header' ) echo ''; // end popup wrapper
if( $tmp_type && $tmp_type == 'sidemenu' ) echo '
'; // end sidemenu wrapper
?>
';
$sample_page_id = get_option( 'page_on_front' );
$mfn_item_sample = get_post_meta($sample_page_id, 'mfn-page-items', true);
echo mfn_slider($sample_page_id);
$front = new Mfn_Builder_Front($sample_page_id);
$front->show($mfn_item_sample, true);
echo ' ';
}
if( $tmp_type == 'cart' && !empty($_GET['visual']) ){
echo '
';
echo do_shortcode('[woocommerce_cart]');
echo '
';
}
if( $tmp_type == 'checkout' && !empty($_GET['visual']) ){
echo '
';
echo do_shortcode('[woocommerce_checkout]');
echo '
';
}
?>