PATH:
home
/
hunkmedicalstaff
/
slickapparel702.com
/
wp-content
/
themes
/
woodmart
<?php /** * The template for displaying all xts templates. * * @package Woodmart */ use XTS\Modules\Layouts\Main as Builder; use XTS\Modules\Layouts\Single_Product; $layout_type = get_post_meta( get_the_ID(), 'wd_layout_type', true ); $wc_layouts = array( 'single_product', 'shop_archive', 'cart', 'empty_cart', 'checkout_content', 'checkout_form', 'thank_you_page', 'my_account_page', 'my_account_auth', 'my_account_lost_password' ); $checkout_form_id = Builder::get_instance()->get_layout_id( 'checkout_form' ); $checkout_content_id = Builder::get_instance()->get_layout_id( 'checkout_content' ); $checkout_form_post = get_post( $checkout_form_id ); $checkout_content_post = get_post( $checkout_content_id ); if ( 'checkout_form' === $layout_type && $checkout_form_post && has_blocks( $checkout_form_post->post_content ) ) { $checkout_content_id = false; } elseif ( 'checkout_content' === $layout_type && $checkout_content_post && has_blocks( $checkout_content_post->post_content ) ) { $checkout_form_id = false; } ?> <?php get_header(); ?> <?php if ( woodmart_woocommerce_installed() && in_array( $layout_type, $wc_layouts, true ) ) : ?> <?php do_action( 'woocommerce_before_main_content' ); ?> <?php endif; ?> <?php if ( 'checkout_content' === $layout_type ) : ?> <div class="woocommerce-checkout"> <?php while ( have_posts() ) : ?> <?php the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <?php if ( $checkout_form_id ) : ?> <form name="checkout" method="post" class="checkout woocommerce-checkout" action="<?php echo esc_url( wc_get_checkout_url() ); ?>" enctype="multipart/form-data"> <?php if ( woodmart_is_elementor_installed() && Elementor\Plugin::$instance->documents->get( $checkout_form_post->ID )->is_built_with_elementor() ) : ?> <?php echo woodmart_elementor_get_content( $checkout_form_post->ID ); // phpcs:ignore ?> <?php else : ?> <?php $shortcodes_custom_css = get_post_meta( $checkout_form_post->ID, '_wpb_shortcodes_custom_css', true ); $woodmart_shortcodes_custom_css = get_post_meta( $checkout_form_post->ID, 'woodmart_shortcodes_custom_css', true ); $content = '<style data-type="vc_shortcodes-custom-css">'; if ( ! empty( $shortcodes_custom_css ) ) { $content .= $shortcodes_custom_css; } if ( ! empty( $woodmart_shortcodes_custom_css ) ) { $content .= $woodmart_shortcodes_custom_css; } $content .= '</style>'; $content .= apply_filters( 'the_content', $checkout_form_post->post_content ); echo $content; ?> <?php endif; ?> </form> <?php endif; ?> </div> <?php elseif ( 'checkout_form' === $layout_type ) : ?> <div class="woocommerce-checkout"> <?php if ( $checkout_content_id ) : ?> <?php if ( woodmart_is_elementor_installed() && Elementor\Plugin::$instance->documents->get( $checkout_content_post->ID )->is_built_with_elementor() ) : ?> <?php echo woodmart_elementor_get_content( $checkout_content_post->ID ); // phpcs:ignore ?> <?php elseif ( has_blocks( $checkout_content_post->post_content ) ) : ?> <?php echo apply_filters( 'the_content', $checkout_content_post->post_content ); ?> <?php else : ?> <?php $shortcodes_custom_css = get_post_meta( $checkout_content_post->ID, '_wpb_shortcodes_custom_css', true ); $woodmart_shortcodes_custom_css = get_post_meta( $checkout_content_post->ID, 'woodmart_shortcodes_custom_css', true ); $content = '<style data-type="vc_shortcodes-custom-css">'; if ( ! empty( $shortcodes_custom_css ) ) { $content .= $shortcodes_custom_css; } if ( ! empty( $woodmart_shortcodes_custom_css ) ) { $content .= $woodmart_shortcodes_custom_css; } $content .= '</style>'; $content .= apply_filters( 'the_content', $checkout_content_post->post_content ); echo $content; ?> <?php endif; ?> <?php endif; ?> <?php if ( has_blocks( $checkout_form_post->post_content ) ) : ?> <?php while ( have_posts() ) : ?> <?php the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <?php else : ?> <form name="checkout" method="post" class="checkout woocommerce-checkout" action="<?php echo esc_url( wc_get_checkout_url() ); ?>" enctype="multipart/form-data"> <?php while ( have_posts() ) : ?> <?php the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> </form> <?php endif; ?> </div> <?php elseif ( 'single_product' === $layout_type ) : ?> <div <?php wc_product_class( 'entry-content wd-entry-content' ); ?>> <?php while ( have_posts() ) : ?> <?php the_post(); ?> <?php if ( Single_Product::get_instance()::get_preview_product_id() ) : ?> <?php the_content(); ?> <?php endif; ?> <?php endwhile; ?> </div> <?php else : ?> <div class="entry-content"> <?php while ( have_posts() ) : ?> <?php the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> </div> <?php endif; ?> <?php if ( woodmart_woocommerce_installed() && in_array( $layout_type, $wc_layouts, true ) ) : ?> <?php do_action( 'woocommerce_after_main_content' ); ?> <?php endif; ?> <?php get_footer();
[-] archive-portfolio.php
[edit]
[-] single-wd_popup.php
[edit]
[-] portfolio.php
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[+]
css
[-] style.css
[edit]
[-] content-none.php
[edit]
[-] style.min.css
[edit]
[-] sidebar-footer.php
[edit]
[-] single-woodmart_slide.php
[edit]
[-] maintenance.php
[edit]
[-] single-wd_product_tabs.php
[edit]
[+]
images
[+]
woocommerce
[-] screenshot.png
[edit]
[-] wpml-config.xml
[edit]
[-] searchform.php
[edit]
[-] single.php
[edit]
[-] 404.php
[edit]
[-] comments.php
[edit]
[-] content.php
[edit]
[-] .htaccess
[edit]
[-] toolset-config.json
[edit]
[-] taxonomy-project-cat.php
[edit]
[-] theme.json
[edit]
[+]
..
[-] content-portfolio.php
[edit]
[-] content-portfolio-slider.php
[edit]
[+]
js
[+]
templates
[-] single-cms_block.php
[edit]
[-] single-wd_floating_block.php
[edit]
[+]
fonts
[-] single-woodmart_layout.php
[edit]
[-] single-portfolio.php
[edit]
[-] author-bio.php
[edit]
[-] sidebar.php
[edit]
[-] functions.php
[edit]
[-] footer.php
[edit]
[+]
languages
[-] style-editor.css
[edit]
[-] header.php
[edit]
[+]
header-elements
[+]
inc