"<?php 
                    echo $heading_link_style;
                    ?>
><?php 
                    echo $post->title;
                    ?>
</a>
								</div><!-- .wpex-carousel-entry-title -->

							<?php 
                }
                ?>

							<?php 
                // Excerpt
                if ('true' == $price && ($get_price = wpex_get_woo_product_price())) {
                    ?>
								
								<div class="wpex-carousel-entry-price price clr"<?php 
                    echo $price_style;
                    ?>
>
									<?php 
                    echo $get_price;
                    ?>
								</div><!-- .wpex-carousel-entry-price -->

							<?php 
                }
                ?>
/**
 * Outputs product price
 *
 * @since 1.0.0
 */
function wpex_woo_product_price($post_id = '')
{
    echo wpex_get_woo_product_price($post_id);
}