HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/dragonhs/public_html/wp-content/themes/flatsome/woocommerce/content-product-flipbook.php
<?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>