Server : Apache/2 System : Linux vps.sdns.vn 3.10.0-1160.15.2.el7.x86_64 #1 SMP Wed Feb 3 15:06:38 UTC 2021 x86_64 User : phatdatpq ( 1022) PHP Version : 7.2.34 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/phatdatpq/public_html/wp-content/themes/flatsome/woocommerce/ |
Upload File : |
<?php /** * The template for displaying lookbook product style content within loops. * * Override this template by copying it to yourtheme/woocommerce/content-product.php * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ global $product, $woocommerce_loop, $flatsome_opt; /* PRODUCT QUICK VIEW HOOKS */ add_action( 'woocommerce_single_product_flipbook_summary', 'woocommerce_template_single_price', 10 ); add_action( 'woocommerce_single_product_flipbook_summary', 'woocommerce_template_single_excerpt', 20 ); add_action( 'woocommerce_single_product_flipbook_summary', 'woocommerce_template_single_meta', 40 ); ?> <div class="row row-collapse align-middle flip-slide" style="width:100%"> <div class="large-6 col flip-page-one"> <div class="featured-product col-inner"> <a href="<?php the_permalink(); ?>"> <div class="product-image relative"> <div class="front-image"> <?php echo get_the_post_thumbnail( $post->ID, apply_filters( 'woocommerce_gallery_image_size', 'woocommerce_single' )) ?> </div> <?php wc_get_template( 'loop/sale-flash.php' ); ?> </div> </a> </div> </div> <div class="large-6 col flip-page-two"> <div class="product-info col-inner inner-padding"> <h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1> <div class="is-divider medium"></div> <?php do_action( 'woocommerce_single_product_flipbook_summary' ); ?> <a href="<?php the_permalink(); ?>" class="button"><?php _e( 'Read more', 'woocommerce' ); ?></a> </div> </div> </div>