WooCommerce变体不适用于自定义页面

时间:2016-11-07 17:23:33

标签: php wordpress

我有taxnomy-product_cat-drinks.php。所有信息返回,但变化不起作用,然后我选择尺寸,颜色或任何它不显示价格,清除按钮不起作用。可能有问题吗?

<?php while ( have_posts() ) : the_post(); ?>
<div class="col-sm-3">
    <div class="product_all_wrapper">
        <div class="main-product-info">
            <a class="product-content-image" href="<?php the_permalink(); ?>" data-images="<?php echo etheme_get_image_list( $size ); ?>">
                <?php if( $hover == 'swap' ) etheme_get_second_image( $size ); ?>
                <?php echo woocommerce_get_product_thumbnail( $size ); ?>
                <span>
                    <?php the_title(); ?>
                </span>
            </a>
            <div class="button_view_meal">
                <a>Peržiūrėti</a>
            </div>
        </div>

        <div class="after_button_push">
            <div class="text-center product-details">
                <!--  TITLE   -->
                <p class="product-title">
                    <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
                </p>
                <?php
                remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 );
                remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
                remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
                remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );
                ?>
                <!--  INFO -->
                <?php do_action( 'woocommerce_single_product_summary' ); ?>
            </div>
        </div>
    </div>
</div>

1 个答案:

答案 0 :(得分:0)

刚发现问题是形式。我正在插入产品。