'product',
'product_cat' => get_theme_mod('auction_bidding_product_settings'.$j),
'order' => 'ASC',
'hide_empty' => 0,
);
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post(); global $product;
$post_id = get_the_ID();
$end_date_ = get_post_meta($post_id, 'woo_ua_auction_end_date', true);
?>