get_type() == 'auction' ) ) { return; } $current_user = wp_get_current_user(); $product_id = $product->get_id(); $user_max_bid = $product->get_user_max_bid( $product_id, $current_user->ID ); $max_min_bid_text = $product->get_auction_type() == 'reverse' ? esc_html__( 'Your min bid is', 'wc_simple_auctions' ) : esc_html__( 'Your max bid is', 'wc_simple_auctions' ); ?> is_closed() === false ) and ( $product->is_started() === true ) ) : ?>
get_auction_sealed() != 'yes' ) { ?> value="bid_value(), wc_get_price_decimals() == 0 ? 2 : wc_get_price_decimals() , wc_get_price_decimal_separator(), wc_get_price_thousand_separator() ) ); ?>" get_auction_sealed() != 'yes'){ if ( $product->get_auction_type() == 'reverse' ) { ?> max="bid_value(), wc_get_price_decimals(), wc_get_price_decimal_separator(), wc_get_price_thousand_separator() ) ); ?>" min="bid_value(), wc_get_price_decimals(), wc_get_price_decimal_separator(), wc_get_price_thousand_separator() ) ); ?>" step="get_increase_bid_value()) ? $product->get_increase_bid_value() : '1' ?>" size="get_curent_bid() ) + 2; ?>" title="bid" class="input-text qty bid text left" />