如何通过搜索凭单代码获取所有凭单详细信息

时间:2019-06-01 12:13:10

标签: wordpress woocommerce

我正在使用woo-commerce插件。在管理面板中,我可以通过搜索优惠券代码来检索优惠券详细信息。但是我想在其他页面上做同样的事情。我该怎么做,请帮忙。我想在其他页面中使用兑换功能。 我已经尝试了很多,但是没有工作。我是WordPress的新手。请帮忙 屏幕截图已给出

<div class="wrap">

    <h2><?php echo __( 'Check Voucher Code', 'woovoucher' ); ?></h2>

    <div id="woo_vou_check_voucher_code_wrap" class="post-box-container">       <div class="metabox-holder">            <div class="meta-box-sortables ui-sortable">
                <div id="woo_vou_check_voucher_code_container" class="postbox">
                    <div class="handlediv" title="<?php echo __( 'Click to toggle', 'woovoucher' ); ?>"><br /></div>
                    <!-- settings box title -->
                    <h3 class="hndle">
                        <span><?php echo __( 'Check Voucher Code', 'woovoucher' ); ?></span>
                    </h3>
                    <div class="inside"><?php //woo_vou_check_code_content();
                        do_action( 'woo_vou_check_code_content' );?>
                    </div><!-- .inside -->
                </div><!-- #woo_vou_check_voucher_code_container -->            </div><!-- .meta-box-sortables ui-sortable -->      </div><!-- .metabox-holder -->  </div><!-- #woo_vou_check_voucher_code_wrap --> </div><!-- .wrap -->

enter image description here

enter image description here

0 个答案:

没有答案