Example #1
0
                if (!get_option('bre_carousel_hide_more_details', false)) {
                    ?>

													<a href="<?php 
                    echo tcp_get_permalink($post_id);
                    ?>
" class="btn btn-large btn-primary">
														<?php 
                    echo tcp_get_the_price_label($post_id);
                    ?>
													</a>
													<?php 
                    if (function_exists('tcp_has_discounts')) {
                        ?>
														<?php 
                        if (tcp_has_discounts()) {
                            ?>
															<span class="loop-discount">-<?php 
                            tcp_the_discount_value();
                            ?>
</span>
														<?php 
                        }
                        ?>
													<?php 
                    }
                    ?>
													<?php 
                    if (function_exists('tcp_get_the_stock')) {
                        ?>
														<?php 
						<!--<div class="entry-meta">
							<?php 
    tcp_posted_on();
    ?>
 <?php 
    tcp_posted_by();
    ?>
						</div>--><!-- .entry-meta -->
				</header><!-- .entry-header -->

				<div class="single-product-table row-fluid">

					<div class="single-product-options span6">

						<?php 
    if (function_exists('tcp_has_discounts') && tcp_has_discounts()) {
        ?>
							<span class="single-discount">-<?php 
        tcp_the_discount_value();
        ?>
</span>
						<?php 
    }
    ?>

						<?php 
    if (function_exists('tcp_the_buy_button')) {
        tcp_the_buy_button();
    }
    ?>